mirror of
https://github.com/tonytins/godotstarter.git
synced 2025-03-22 01:12:24 +00:00
- Added local translations - Added functionality to the title and game screens - Fixed a few overlooked things
12 lines
305 B
Text
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 )]
|
|
|
|
|