mirror of
https://github.com/tonytins/dressupzack
synced 2025-05-07 05:54:49 -04:00
86 lines
2.4 KiB
Text
86 lines
2.4 KiB
Text
[gd_scene load_steps=10 format=2]
|
|
|
|
[ext_resource path="res://scenes/character_base.tscn" type="PackedScene" id=1]
|
|
[ext_resource path="res://sprites/world/background.svg" type="Texture" id=2]
|
|
[ext_resource path="res://sprites/ui/blue_boxCross.png" type="Texture" id=3]
|
|
[ext_resource path="res://scenes/wardrobe.tscn" type="PackedScene" id=4]
|
|
[ext_resource path="res://sprites/clothes/icrazy_frame.svg" type="Texture" id=5]
|
|
[ext_resource path="res://sprites/clothes/lights.png" type="Texture" id=6]
|
|
[ext_resource path="res://sprites/ui/grey_boxCross.png" type="Texture" id=7]
|
|
[ext_resource path="res://scripts/ui.gd" type="Script" id=8]
|
|
[ext_resource path="res://sounds/select_006.ogg" type="AudioStream" id=9]
|
|
|
|
[node name="game" type="Node2D"]
|
|
|
|
[node name="background" type="Sprite" parent="."]
|
|
position = Vector2( 504.046, 202.426 )
|
|
texture = ExtResource( 2 )
|
|
|
|
[node name="picFrame" type="Sprite" parent="."]
|
|
position = Vector2( 127.602, 96.8945 )
|
|
texture = ExtResource( 5 )
|
|
__meta__ = {
|
|
"_edit_group_": true
|
|
}
|
|
|
|
[node name="light" type="Light2D" parent="picFrame"]
|
|
position = Vector2( 35.118, -14.56 )
|
|
texture = ExtResource( 6 )
|
|
|
|
[node name="characterBase" parent="." instance=ExtResource( 1 )]
|
|
position = Vector2( 133.807, 215.615 )
|
|
|
|
[node name="ui" type="CanvasLayer" parent="."]
|
|
|
|
[node name="base" type="Control" parent="ui"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
script = ExtResource( 8 )
|
|
__meta__ = {
|
|
"_edit_lock_": true,
|
|
"_edit_use_anchors_": true
|
|
}
|
|
version = "1.5"
|
|
|
|
[node name="wardrobe" parent="ui/base" instance=ExtResource( 4 )]
|
|
anchor_left = 0.345
|
|
anchor_top = 0.072
|
|
anchor_right = 0.975
|
|
anchor_bottom = 0.658
|
|
margin_left = -5.0
|
|
margin_top = -20.0
|
|
margin_right = 60.0
|
|
margin_bottom = 109.0
|
|
|
|
[node name="clearBtn" type="TextureButton" parent="ui/base"]
|
|
margin_left = 752.0
|
|
margin_top = 9.0
|
|
margin_right = 788.0
|
|
margin_bottom = 45.0
|
|
hint_tooltip = "Clear all clothing"
|
|
texture_normal = ExtResource( 3 )
|
|
texture_pressed = ExtResource( 3 )
|
|
texture_hover = ExtResource( 7 )
|
|
texture_disabled = ExtResource( 7 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="clear" type="AudioStreamPlayer" parent="ui/base"]
|
|
stream = ExtResource( 9 )
|
|
|
|
[node name="versionLbl" type="Label" parent="ui/base"]
|
|
anchor_left = 1.0
|
|
anchor_top = 1.0
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
margin_left = -81.0
|
|
margin_top = -28.0
|
|
text = "[version]"
|
|
align = 2
|
|
valign = 3
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[connection signal="pressed" from="ui/base/clearBtn" to="ui/base" method="_on_clearBtn_pressed"]
|