New(ish) icon

- Reorganized project directories
This commit is contained in:
Anthony Foxclaw 2020-06-11 00:05:09 -04:00
parent 29c7fa4502
commit f5c7355d5a
111 changed files with 167 additions and 158 deletions

12
scenes/game.tscn Normal file
View 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 )]