citylimits/scenes/game.tscn
Tony Bark c980445340 Major clean up and reorganization
- Upgraded to Godot 4
- Just remembered the basic principles are based on a tile editor, and dramatically simplified from there. Derp.
- New state machine and license display add-ons.
- Re-licensed under the GPL because Micropolis' assets aren't under a separate one.
2023-03-14 06:17:27 -04:00

13 lines
420 B
Text

[gd_scene load_steps=2 format=3 uid="uid://bbputgwi8xsfd"]
[ext_resource type="PackedScene" uid="uid://bslfk5as420f7" path="res://scenes/item_select.tscn" id="1_rtv6q"]
[node name="Game" type="Node"]
[node name="Level" type="Node2D" parent="."]
[node name="Editor" type="Node2D" parent="."]
[node name="Sprite2D" type="Sprite2D" parent="Editor"]
[node name="ItemSelect" parent="." instance=ExtResource("1_rtv6q")]