first commit

This commit is contained in:
DerTyp7
2023-09-19 15:17:39 +02:00
commit f8b11b590b
15 changed files with 442 additions and 0 deletions

16
Player.tscn Normal file
View File

@@ -0,0 +1,16 @@
[gd_scene load_steps=3 format=3 uid="uid://dvppgl1s0b3mv"]
[ext_resource type="Texture2D" uid="uid://dafsi3dqavgnb" path="res://Untitled.png" id="1_1rt42"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_dty8l"]
size = Vector2(10, 10)
[node name="Node2D" type="Node2D"]
[node name="CharacterBody2D" type="CharacterBody2D" parent="."]
[node name="Sprite2D" type="Sprite2D" parent="CharacterBody2D"]
texture = ExtResource("1_1rt42")
[node name="CollisionShape2D" type="CollisionShape2D" parent="CharacterBody2D"]
shape = SubResource("RectangleShape2D_dty8l")