mirror of
https://github.com/tonytins/dressupzack
synced 2025-05-08 06:14:48 -04:00
- GameKit is now properly referenced using AutoLoad's root node instead of directly inheriting the Node because it redundent. I'm still learning. xD - Removed Global Menu - New icon, song, and font - Use the engine's lighting - Version - SVG Sixam wordmark
12 lines
432 B
Text
12 lines
432 B
Text
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://src/ClassicScn.gd" type="Script" id=1]
|
|
[ext_resource path="res://scn/ClassicClothes.tscn" type="PackedScene" id=2]
|
|
[ext_resource path="res://scn/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 )]
|