mirror of
https://github.com/tonytins/dressupzack
synced 2025-05-08 06:14:48 -04:00
Oh boy, where to start? Zack has a tail again but it's animanted now. The background has been improved and simplfied in order to work better with the new interface. Outfits have been removed since the style makes them complicated with. Brought back previously deleted clothing and ported over new ones. There is now a "Clear" button in order to reset to the defualt. I'm also trying to figure out how to theme. Created a picture frame of "iCrazy". And so much more other little details and tweaks.
38 lines
1.1 KiB
Text
38 lines
1.1 KiB
Text
[gd_scene load_steps=8 format=2]
|
|
|
|
[ext_resource path="res://src/GameScreen.gd" type="Script" id=1]
|
|
[ext_resource path="res://assets/15_dress_up_bg.png" type="Texture" id=2]
|
|
[ext_resource path="res://assets/icrazy_frame.png" type="Texture" id=3]
|
|
[ext_resource path="res://Zack.tscn" type="PackedScene" id=4]
|
|
[ext_resource path="res://Clothes.tscn" type="PackedScene" id=5]
|
|
[ext_resource path="res://Shell.tscn" type="PackedScene" id=6]
|
|
[ext_resource path="res://Interface.tscn" type="PackedScene" id=7]
|
|
|
|
[node name="GameScreen" type="Node"]
|
|
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="Background" type="Sprite" parent="." index="0"]
|
|
|
|
position = Vector2( 400, 277 )
|
|
texture = ExtResource( 2 )
|
|
__meta__ = {
|
|
"_edit_lock_": true
|
|
}
|
|
|
|
[node name="PicFrame" type="Sprite" parent="." index="1"]
|
|
|
|
position = Vector2( 93.9417, 179.396 )
|
|
texture = ExtResource( 3 )
|
|
|
|
[node name="Zack" parent="." index="2" instance=ExtResource( 4 )]
|
|
|
|
[node name="Clothes" parent="." index="3" instance=ExtResource( 5 )]
|
|
|
|
[node name="Shell" parent="." index="4" instance=ExtResource( 6 )]
|
|
|
|
visible = false
|
|
|
|
[node name="Interface" parent="." index="5" instance=ExtResource( 7 )]
|
|
|
|
|