1
0
Fork 0
mirror of https://github.com/tonytins/dressupzack synced 2025-05-07 05:54:49 -04:00
dressupzack/scenes/ClassicScn.tscn
Anthony Foxclaw 8f6ab4592d Moved entire project to root
- Removed assets and publishing directories
2020-06-21 09:16:37 -04:00

14 lines
444 B
Text

[gd_scene load_steps=4 format=2]
[ext_resource path="res://scripts/ClassicScn.gd" type="Script" id=1]
[ext_resource path="res://scenes/ClassicClothes.tscn" type="PackedScene" id=2]
[ext_resource path="res://scenes/PauseScn.tscn" type="PackedScene" id=3]
[node name="GameScreen" type="Node"]
script = ExtResource( 1 )
[node name="Clothes" parent="." instance=ExtResource( 2 )]
[node name="WinDialogs" parent="." instance=ExtResource( 3 )]