multi animation track per char and secret of the single png to all frames
This commit is contained in:
17
Examples/tutorial-oyvtzwujcy0/Entities/Objects/wall.tscn
Normal file
17
Examples/tutorial-oyvtzwujcy0/Entities/Objects/wall.tscn
Normal 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")
|
||||
Reference in New Issue
Block a user