godotstarter/project/scn/GameScn.tscn

13 lines
305 B
Text
Raw Normal View History

[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 )]