Initial commit
This commit is contained in:
@@ -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")
|
||||
@@ -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")]
|
||||
Reference in New Issue
Block a user