door (20)

This commit is contained in:
2024-10-20 14:52:24 +02:00
parent 704f2dfd2c
commit eb93c527d3
54 changed files with 2605 additions and 174 deletions

17
scene/garde.tscn Normal file
View 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")