18 lines
601 B
Plaintext
18 lines
601 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://cgg02cx7s7xqo"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://dkwgdc3tgllcv" path="res://assets/sprites/platforms.png" id="1_kldyh"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_tij6p"]
|
|
size = Vector2(30, 7)
|
|
|
|
[node name="Platform" type="StaticBody2D"]
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
texture = ExtResource("1_kldyh")
|
|
region_enabled = true
|
|
region_rect = Rect2(16.0294, 0, 32.2448, 9.32473)
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("RectangleShape2D_tij6p")
|
|
one_way_collision = true
|