citylimits/scenes/game.tscn
Anthony Foxclaw f5c7355d5a New(ish) icon
- Reorganized project directories
2020-06-11 00:05:09 -04:00

12 lines
320 B
Text

[gd_scene load_steps=3 format=2]
[ext_resource path="res://scenes/world.tscn" type="PackedScene" id=1]
[ext_resource path="res://scenes/gui.tscn" type="PackedScene" id=2]
[node name="Game" type="Node"]
[node name="World" parent="." instance=ExtResource( 1 )]
[node name="GUI" parent="." instance=ExtResource( 2 )]