Basic layout and textures, started work on first screen
This commit is contained in:
12
scenes/game.tscn
Normal file
12
scenes/game.tscn
Normal file
@@ -0,0 +1,12 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://cr8fi0e4r88s8"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://cct663hb47yka" path="res://scenes/create_join_room.tscn" id="1_uwrxv"]
|
||||
|
||||
[node name="Game" type="Node2D"]
|
||||
|
||||
[node name="GameManager" type="Node" parent="."]
|
||||
|
||||
[node name="Camera2D" type="Camera2D" parent="."]
|
||||
zoom = Vector2(5, 5)
|
||||
|
||||
[node name="CreateJoinRoom" parent="." instance=ExtResource("1_uwrxv")]
|
||||
Reference in New Issue
Block a user