19 lines
591 B
Plaintext
19 lines
591 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://btwegds3up8cn"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://dth47lmb44qk8" path="res://assets/items.png" id="1_pvodq"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_c4pt3"]
|
|
size = Vector2(48, 8)
|
|
|
|
[node name="Platform" type="AnimatableBody2D"]
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
z_index = 20
|
|
texture = ExtResource("1_pvodq")
|
|
region_enabled = true
|
|
region_rect = Rect2(63, 38, 48, 8)
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("RectangleShape2D_c4pt3")
|
|
one_way_collision = true
|