Initial commit

This commit is contained in:
2024-08-27 23:59:08 +02:00
commit a8031f616c
28 changed files with 1659 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
[gd_scene load_steps=2 format=3 uid="uid://ci64kmi2w75i5"]
[ext_resource type="Script" path="res://Scripts/Game.gd" id="1_xlkig"]
[node name="Game" type="Node2D"]
script = ExtResource("1_xlkig")
+7
View File
@@ -0,0 +1,7 @@
[gd_scene load_steps=2 format=3 uid="uid://bvhll2ydr0f4t"]
[ext_resource type="PackedScene" uid="uid://ci64kmi2w75i5" path="res://Scenes/Game.tscn" id="1_o6j85"]
[node name="Lobby" type="Node2D"]
[node name="Game" parent="." instance=ExtResource("1_o6j85")]