dearly-departed/Examples/tutorial-oyvtzwujcy0/Entities/Objects/wall.tscn

18 lines
574 B
Plaintext

[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")