Walking animation broken combat

This commit is contained in:
2025-08-21 22:23:14 -04:00
parent 906f761041
commit 38845e26fa
19 changed files with 544 additions and 24 deletions

View File

@@ -1,4 +1,4 @@
[gd_scene load_steps=15 format=3 uid="uid://bktxswsjql86p"]
[gd_scene load_steps=16 format=3 uid="uid://bktxswsjql86p"]
[ext_resource type="Script" uid="uid://ccsiubi5y75qg" path="res://scripts/npc_profile_window.gd" id="1_4xbne"]
[ext_resource type="Texture2D" uid="uid://cbt6po52ad37x" path="res://external/profile-window.png" id="2_s0l16"]
@@ -11,6 +11,7 @@
[ext_resource type="Texture2D" uid="uid://d1btg2hfnjx6r" path="res://graphics/ui/inventory-heading.png" id="8_1nmd1"]
[ext_resource type="Texture2D" uid="uid://blt2b7f6iqb8j" path="res://graphics/questview/test-char.png" id="10_tiew1"]
[ext_resource type="Script" uid="uid://cw6yo5opbrpr8" path="res://scripts/item_slot.gd" id="11_tiew1"]
[ext_resource type="Texture2D" uid="uid://bgjiahbc4jpwd" path="res://graphics/items/rags.png" id="12_ktflt"]
[sub_resource type="CanvasItemMaterial" id="CanvasItemMaterial_ktflt"]
blend_mode = 3
@@ -514,12 +515,20 @@ custom_minimum_size = Vector2(71, 71)
layout_mode = 2
script = ExtResource("11_tiew1")
[node name="TextureRect" type="TextureRect" parent="InventoryGrid/ItemSlot"]
[node name="Square" type="TextureRect" parent="InventoryGrid/ItemSlot"]
layout_mode = 0
offset_right = 71.0
offset_bottom = 71.0
texture = ExtResource("7_ktflt")
[node name="Item" type="TextureRect" parent="InventoryGrid/ItemSlot"]
layout_mode = 0
offset_left = 3.0
offset_top = 3.0
offset_right = 67.0
offset_bottom = 67.0
texture = ExtResource("12_ktflt")
[node name="TextureRect2" type="TextureRect" parent="InventoryGrid"]
layout_mode = 2
texture = ExtResource("7_ktflt")