godotstarter/project/scn/GameScn.tscn
Anthony Wilcox f801b82abe Working title and game screen
- Added local translations
- Added functionality to the title and game screens
- Fixed a few overlooked things
2019-01-09 21:17:39 -05:00

12 lines
305 B
Text

[gd_scene load_steps=3 format=2]
[ext_resource path="res://src/GameScn.gd" type="Script" id=1]
[ext_resource path="res://scn/WinDialogs.tscn" type="PackedScene" id=2]
[node name="GameScn" type="Node"]
script = ExtResource( 1 )
[node name="WinDialogs" parent="." index="0" instance=ExtResource( 2 )]