1
0
Fork 0
mirror of https://github.com/tonytins/dressupzack synced 2025-05-06 21:54:48 -04:00
dressupzack/project/scenes/ClassicScn.tscn
Anthony Foxclaw 4b37f6be3b Massive reorganization
- New UI from Kenny's
- Sprites are no longer filtered
2020-06-21 09:13:23 -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 )]