mirror of
https://github.com/tonytins/citylimits
synced 2025-06-26 01:44:42 -04:00
New(ish) icon
- Reorganized project directories
This commit is contained in:
parent
29c7fa4502
commit
f5c7355d5a
111 changed files with 167 additions and 158 deletions
12
scenes/game.tscn
Normal file
12
scenes/game.tscn
Normal file
|
@ -0,0 +1,12 @@
|
|||
[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 )]
|
Loading…
Add table
Add a link
Reference in a new issue