Assets and player

This commit is contained in:
2024-10-25 15:59:59 +02:00
parent 3c571a140c
commit 304f7f9fb6
43 changed files with 661 additions and 0 deletions

21
scenes/game.tscn Normal file
View File

@ -0,0 +1,21 @@
[gd_scene load_steps=3 format=3 uid="uid://ddx678te8glnm"]
[ext_resource type="PackedScene" uid="uid://cxdkngh6fo5p7" path="res://scenes/player.tscn" id="1_866nb"]
[sub_resource type="WorldBoundaryShape2D" id="WorldBoundaryShape2D_4tes5"]
distance = -12.7355
[node name="Game" type="Node2D"]
[node name="Player" parent="." instance=ExtResource("1_866nb")]
position = Vector2(1, 0)
[node name="Camera2D" type="Camera2D" parent="."]
position = Vector2(3, -37)
zoom = Vector2(4, 4)
[node name="StaticBody2D" type="StaticBody2D" parent="."]
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D"]
position = Vector2(3, 30)
shape = SubResource("WorldBoundaryShape2D_4tes5")