21 lines
674 B
Plaintext
21 lines
674 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://coohyuqprxpj5"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://d2utkdym5otxn" path="res://assets/sprites/platforms.png" id="1_ba0x2"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_nlgqw"]
|
|
size = Vector2(32, 9)
|
|
|
|
[node name="Platform" type="AnimatableBody2D"]
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
position = Vector2(0, 0.25)
|
|
scale = Vector2(1, 0.9444444)
|
|
texture = ExtResource("1_ba0x2")
|
|
region_enabled = true
|
|
region_rect = Rect2(16, 0, 31, 9)
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
position = Vector2(0, 0.5)
|
|
shape = SubResource("RectangleShape2D_nlgqw")
|
|
one_way_collision = true
|