multi animation track per char and secret of the single png to all frames

This commit is contained in:
bel
2025-08-25 22:29:50 -06:00
parent 0da3a4eedc
commit 9c9fd7f91c
11 changed files with 272 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
[gd_scene load_steps=3 format=3 uid="uid://du7dcihv2m3ue"]
[ext_resource type="Texture2D" uid="uid://dasxw18q3mppl" path="res://icon.svg" id="1_sl5yh"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_qnvor"]
size = Vector2(10, 129)
[node name="Wall" type="StaticBody2D"]
[node name="Icon" type="Sprite2D" parent="."]
position = Vector2(-1.90735e-06, -65)
scale = Vector2(0.078125, 1)
texture = ExtResource("1_sl5yh")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
position = Vector2(0, -64.5)
shape = SubResource("RectangleShape2D_qnvor")