mirror of
https://github.com/tonytins/dressupzack
synced 2025-05-08 06:14:48 -04:00
- Removed some unsued assets from the original second version - Added window control from Project 64 and made it more customizable - Added a Coming Soon and About window - Redid the interface and removed the Sixam logo, for now
34 lines
984 B
Text
34 lines
984 B
Text
[gd_scene load_steps=6 format=2]
|
|
|
|
[ext_resource path="res://assets/dress up bg.png" type="Texture" id=1]
|
|
[ext_resource path="res://assets/zack.png" type="Texture" id=2]
|
|
[ext_resource path="res://Clothes.tscn" type="PackedScene" id=3]
|
|
[ext_resource path="res://assets/lights.png" type="Texture" id=4]
|
|
[ext_resource path="res://Interface.tscn" type="PackedScene" id=5]
|
|
|
|
[node name="Window" type="Node2D" index="0"]
|
|
|
|
[node name="Background" type="Sprite" parent="." index="0"]
|
|
|
|
position = Vector2( 400, 277 )
|
|
texture = ExtResource( 1 )
|
|
|
|
[node name="Zack" type="Sprite" parent="." index="1"]
|
|
|
|
position = Vector2( 85, 352 )
|
|
texture = ExtResource( 2 )
|
|
__meta__ = {
|
|
"_edit_lock_": true
|
|
}
|
|
|
|
[node name="Clothes" parent="." index="2" instance=ExtResource( 3 )]
|
|
|
|
[node name="Lights" type="Sprite" parent="." index="3"]
|
|
|
|
position = Vector2( 477.823, 100.811 )
|
|
texture = ExtResource( 4 )
|
|
_sections_unfolded = [ "Z Index" ]
|
|
|
|
[node name="Interface" parent="." index="4" instance=ExtResource( 5 )]
|
|
|
|
|