door (20)
This commit is contained in:
17
scene/garde.tscn
Normal file
17
scene/garde.tscn
Normal file
@@ -0,0 +1,17 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://cbwvf33vh1pl5"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://bd7mgb8te607q" path="res://model/Adult.png" id="1_7acvr"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_lyctv"]
|
||||
size = Vector2(45, 61)
|
||||
|
||||
[node name="garde" type="Node2D"]
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
texture = ExtResource("1_7acvr")
|
||||
|
||||
[node name="StaticBody2D" type="StaticBody2D" parent="."]
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D"]
|
||||
position = Vector2(-0.5, 2.5)
|
||||
shape = SubResource("RectangleShape2D_lyctv")
|
||||
Reference in New Issue
Block a user