21 lines
818 B
Plaintext
21 lines
818 B
Plaintext
|
|
[gd_scene load_steps=4 format=3 uid="uid://brxjxhoq2g2bb"]
|
||
|
|
|
||
|
|
[ext_resource type="PackedScene" uid="uid://csdxpv8gefpec" path="res://_props/_prefabs/movable_plateform.tscn" id="1_4q2e0"]
|
||
|
|
[ext_resource type="Texture2D" uid="uid://c673bap4b12fx" path="res://icon.svg" id="2_687ql"]
|
||
|
|
|
||
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_687ql"]
|
||
|
|
size = Vector2(126, 52)
|
||
|
|
|
||
|
|
[node name="AnimationMovePlateform" type="Node2D"]
|
||
|
|
|
||
|
|
[node name="MovablePlateform" parent="." instance=ExtResource("1_4q2e0")]
|
||
|
|
|
||
|
|
[node name="Sprite2D" type="Sprite2D" parent="MovablePlateform"]
|
||
|
|
scale = Vector2(1, 0.421875)
|
||
|
|
texture = ExtResource("2_687ql")
|
||
|
|
|
||
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="MovablePlateform"]
|
||
|
|
shape = SubResource("RectangleShape2D_687ql")
|
||
|
|
|
||
|
|
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
|