net: add lobby scene instance to main.tscn
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
[gd_scene load_steps=2 format=3]
|
||||
[gd_scene load_steps=3 format=3]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/main.gd" id="1"]
|
||||
[ext_resource type="PackedScene" path="res://scenes/lobby.tscn" id="2"]
|
||||
|
||||
[node name="Main" type="Node"]
|
||||
script = ExtResource("1")
|
||||
|
||||
[node name="Lobby" parent="." instance=ExtResource("2")]
|
||||
|
||||
Reference in New Issue
Block a user