mirror of
https://github.com/tonytins/godotstarter.git
synced 2025-03-22 09:22:24 +00:00
13 lines
305 B
Text
13 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 )]
|
||
|
|
||
|
|