mirror of
https://github.com/tonytins/citylimits.git
synced 2025-03-20 14:51:22 +00:00
11 lines
312 B
Text
11 lines
312 B
Text
|
[gd_scene load_steps=3 format=2]
|
||
|
|
||
|
[ext_resource path="res://src/world.tscn" type="PackedScene" id=1]
|
||
|
[ext_resource path="res://src/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 )]
|