mirror of
https://github.com/tonytins/dressupzack
synced 2025-05-07 05:54:49 -04:00
272 lines
8.5 KiB
Text
272 lines
8.5 KiB
Text
[gd_scene load_steps=24 format=2]
|
|
|
|
[ext_resource path="res://scenes/clothing/camera.tscn" type="PackedScene" id=1]
|
|
[ext_resource path="res://sprites/clothes/jeans.svg" type="Texture" id=3]
|
|
[ext_resource path="res://sprites/clothes/blue_skirt.svg" type="Texture" id=4]
|
|
[ext_resource path="res://sprites/clothes/sweat_pants.svg" type="Texture" id=5]
|
|
[ext_resource path="res://sprites/clothes/blue_camo_jeans.svg" type="Texture" id=6]
|
|
[ext_resource path="res://sprites/clothes/beat_up_jeans.svg" type="Texture" id=7]
|
|
[ext_resource path="res://sprites/clothes/formal_skirt.svg" type="Texture" id=8]
|
|
[ext_resource path="res://sprites/ui/x_button.svg" type="Texture" id=9]
|
|
[ext_resource path="res://sprites/clothes/old_sweatshirt.svg" type="Texture" id=10]
|
|
[ext_resource path="res://sprites/clothes/raw_shirt.svg" type="Texture" id=11]
|
|
[ext_resource path="res://sprites/clothes/retro_shirt.svg" type="Texture" id=12]
|
|
[ext_resource path="res://sprites/clothes/atomic_shirt.svg" type="Texture" id=13]
|
|
[ext_resource path="res://sprites/clothes/z_shirt.png" type="Texture" id=14]
|
|
[ext_resource path="res://sprites/clothes/biker_jacket.svg" type="Texture" id=15]
|
|
[ext_resource path="res://sprites/clothes/nl_jacket.png" type="Texture" id=16]
|
|
[ext_resource path="res://sprites/clothes/train_hoodie.svg" type="Texture" id=17]
|
|
[ext_resource path="res://sprites/clothes/korm_shirt.png" type="Texture" id=18]
|
|
[ext_resource path="res://sprites/clothes/whatsnew_shirt.svg" type="Texture" id=19]
|
|
[ext_resource path="res://sprites/clothes/owo_censor.svg" type="Texture" id=20]
|
|
[ext_resource path="res://sprites/clothes/briefs.svg" type="Texture" id=21]
|
|
[ext_resource path="res://sprites/clothes/z_briefs.svg" type="Texture" id=22]
|
|
[ext_resource path="res://sprites/clothes/fundosi.svg" type="Texture" id=23]
|
|
|
|
[sub_resource type="GDScript" id=1]
|
|
script/source = "extends \"res://scripts/clothing/baseClothing.gd\"
|
|
|
|
onready var character = preload(\"res://resources/character.tres\")
|
|
onready var clothing = $clothing
|
|
|
|
func _on_accessory_pressed():
|
|
character.accessory = clothing.texture_normal
|
|
"
|
|
|
|
[node name="Wordrobe" type="TabContainer"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
custom_colors/font_color_disabled = Color( 0, 0, 0, 1 )
|
|
custom_colors/font_color_bg = Color( 0.921569, 0.921569, 0.921569, 1 )
|
|
custom_colors/font_color_fg = Color( 1, 1, 1, 1 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="Pants" type="Tabs" parent="."]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
margin_left = 4.0
|
|
margin_top = 39.0
|
|
margin_right = -4.0
|
|
margin_bottom = -4.0
|
|
custom_constants/hseparation = 0
|
|
|
|
[node name="PantsScroll" type="ScrollContainer" parent="Pants"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="PantsGrid" type="GridContainer" parent="Pants/PantsScroll"]
|
|
margin_right = 792.0
|
|
margin_bottom = 228.0
|
|
size_flags_horizontal = 3
|
|
columns = 4
|
|
|
|
[node name="Jeans" type="TextureButton" parent="Pants/PantsScroll/PantsGrid"]
|
|
margin_right = 106.0
|
|
margin_bottom = 112.0
|
|
texture_normal = ExtResource( 3 )
|
|
|
|
[node name="BlueSkirt" type="TextureButton" parent="Pants/PantsScroll/PantsGrid"]
|
|
margin_left = 110.0
|
|
margin_right = 216.0
|
|
margin_bottom = 112.0
|
|
texture_normal = ExtResource( 4 )
|
|
|
|
[node name="Sweats" type="TextureButton" parent="Pants/PantsScroll/PantsGrid"]
|
|
margin_left = 220.0
|
|
margin_right = 326.0
|
|
margin_bottom = 112.0
|
|
texture_normal = ExtResource( 5 )
|
|
|
|
[node name="BlueCamoJeans" type="TextureButton" parent="Pants/PantsScroll/PantsGrid"]
|
|
margin_left = 330.0
|
|
margin_right = 436.0
|
|
margin_bottom = 112.0
|
|
texture_normal = ExtResource( 6 )
|
|
|
|
[node name="BeatUpJeans" type="TextureButton" parent="Pants/PantsScroll/PantsGrid"]
|
|
margin_top = 116.0
|
|
margin_right = 106.0
|
|
margin_bottom = 228.0
|
|
texture_normal = ExtResource( 7 )
|
|
|
|
[node name="FormalSkirt" type="TextureButton" parent="Pants/PantsScroll/PantsGrid"]
|
|
margin_left = 110.0
|
|
margin_top = 116.0
|
|
margin_right = 216.0
|
|
margin_bottom = 228.0
|
|
texture_normal = ExtResource( 8 )
|
|
|
|
[node name="RemovePants" type="TextureButton" parent="Pants/PantsScroll/PantsGrid"]
|
|
margin_left = 220.0
|
|
margin_top = 116.0
|
|
margin_right = 326.0
|
|
margin_bottom = 228.0
|
|
rect_min_size = Vector2( 0, 112 )
|
|
texture_normal = ExtResource( 9 )
|
|
|
|
[node name="Shirts" type="Tabs" parent="."]
|
|
visible = false
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
margin_left = 4.0
|
|
margin_top = 39.0
|
|
margin_right = -4.0
|
|
margin_bottom = -4.0
|
|
|
|
[node name="ShirtsScroll" type="ScrollContainer" parent="Shirts"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
margin_left = 10.0
|
|
margin_top = 10.0
|
|
|
|
[node name="ShirtsGrid" type="GridContainer" parent="Shirts/ShirtsScroll"]
|
|
margin_right = 782.0
|
|
margin_bottom = 356.0
|
|
size_flags_horizontal = 3
|
|
columns = 4
|
|
|
|
[node name="Sweatshirt" type="TextureButton" parent="Shirts/ShirtsScroll/ShirtsGrid"]
|
|
margin_right = 85.0
|
|
margin_bottom = 115.0
|
|
texture_normal = ExtResource( 10 )
|
|
|
|
[node name="Raw" type="TextureButton" parent="Shirts/ShirtsScroll/ShirtsGrid"]
|
|
margin_left = 89.0
|
|
margin_right = 207.0
|
|
margin_bottom = 115.0
|
|
texture_normal = ExtResource( 11 )
|
|
|
|
[node name="Retro" type="TextureButton" parent="Shirts/ShirtsScroll/ShirtsGrid"]
|
|
margin_left = 211.0
|
|
margin_right = 296.0
|
|
margin_bottom = 115.0
|
|
texture_normal = ExtResource( 12 )
|
|
|
|
[node name="Atomic" type="TextureButton" parent="Shirts/ShirtsScroll/ShirtsGrid"]
|
|
margin_top = 119.0
|
|
margin_right = 85.0
|
|
margin_bottom = 234.0
|
|
texture_normal = ExtResource( 13 )
|
|
|
|
[node name="ZShirt" type="TextureButton" parent="Shirts/ShirtsScroll/ShirtsGrid"]
|
|
margin_left = 89.0
|
|
margin_top = 119.0
|
|
margin_right = 207.0
|
|
margin_bottom = 234.0
|
|
texture_normal = ExtResource( 14 )
|
|
|
|
[node name="BikerJacket" type="TextureButton" parent="Shirts/ShirtsScroll/ShirtsGrid"]
|
|
margin_left = 211.0
|
|
margin_top = 119.0
|
|
margin_right = 296.0
|
|
margin_bottom = 234.0
|
|
texture_normal = ExtResource( 15 )
|
|
|
|
[node name="NLJacket" type="TextureButton" parent="Shirts/ShirtsScroll/ShirtsGrid"]
|
|
margin_top = 238.0
|
|
margin_right = 85.0
|
|
margin_bottom = 353.0
|
|
texture_normal = ExtResource( 16 )
|
|
|
|
[node name="TrainHoodie" type="TextureButton" parent="Shirts/ShirtsScroll/ShirtsGrid"]
|
|
margin_left = 89.0
|
|
margin_top = 238.0
|
|
margin_right = 207.0
|
|
margin_bottom = 353.0
|
|
texture_normal = ExtResource( 17 )
|
|
|
|
[node name="KormShirt" type="TextureButton" parent="Shirts/ShirtsScroll/ShirtsGrid"]
|
|
margin_left = 211.0
|
|
margin_top = 238.0
|
|
margin_right = 296.0
|
|
margin_bottom = 353.0
|
|
texture_normal = ExtResource( 18 )
|
|
|
|
[node name="WhatsNewShirt" type="TextureButton" parent="Shirts/ShirtsScroll/ShirtsGrid"]
|
|
margin_top = 357.0
|
|
margin_right = 85.0
|
|
margin_bottom = 475.0
|
|
texture_normal = ExtResource( 19 )
|
|
|
|
[node name="RemoveShirt" type="Button" parent="Shirts/ShirtsScroll/ShirtsGrid"]
|
|
margin_left = 89.0
|
|
margin_top = 357.0
|
|
margin_right = 207.0
|
|
margin_bottom = 475.0
|
|
rect_min_size = Vector2( 0, 112 )
|
|
custom_colors/font_color_disabled = Color( 0, 0, 0, 1 )
|
|
custom_colors/font_color = Color( 0, 0, 0, 1 )
|
|
custom_colors/font_color_hover = Color( 0, 0, 0, 1 )
|
|
custom_colors/font_color_pressed = Color( 0, 0, 0, 1 )
|
|
icon = ExtResource( 9 )
|
|
flat = true
|
|
|
|
[node name="Underwear" type="Tabs" parent="."]
|
|
visible = false
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
margin_left = 4.0
|
|
margin_top = 39.0
|
|
margin_right = -4.0
|
|
margin_bottom = -4.0
|
|
|
|
[node name="UndiesScroll" type="ScrollContainer" parent="Underwear"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
|
|
[node name="UndiesGrid" type="GridContainer" parent="Underwear/UndiesScroll"]
|
|
margin_right = 792.0
|
|
margin_bottom = 228.0
|
|
size_flags_horizontal = 3
|
|
columns = 3
|
|
|
|
[node name="OwOCensor" type="TextureButton" parent="Underwear/UndiesScroll/UndiesGrid"]
|
|
margin_right = 106.0
|
|
margin_bottom = 112.0
|
|
texture_normal = ExtResource( 20 )
|
|
|
|
[node name="Briefs" type="TextureButton" parent="Underwear/UndiesScroll/UndiesGrid"]
|
|
margin_left = 110.0
|
|
margin_right = 216.0
|
|
margin_bottom = 112.0
|
|
texture_normal = ExtResource( 21 )
|
|
|
|
[node name="ZBriefs" type="TextureButton" parent="Underwear/UndiesScroll/UndiesGrid"]
|
|
margin_left = 220.0
|
|
margin_right = 326.0
|
|
margin_bottom = 112.0
|
|
texture_normal = ExtResource( 22 )
|
|
|
|
[node name="Fundosi" type="TextureButton" parent="Underwear/UndiesScroll/UndiesGrid"]
|
|
margin_top = 116.0
|
|
margin_right = 106.0
|
|
margin_bottom = 228.0
|
|
texture_normal = ExtResource( 23 )
|
|
|
|
[node name="Accessoires" type="Tabs" parent="."]
|
|
visible = false
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
margin_left = 4.0
|
|
margin_top = 39.0
|
|
margin_right = -4.0
|
|
margin_bottom = -4.0
|
|
|
|
[node name="AccsScroll" type="ScrollContainer" parent="Accessoires"]
|
|
margin_left = 19.0
|
|
margin_top = 22.0
|
|
margin_right = 369.0
|
|
margin_bottom = 494.0
|
|
|
|
[node name="AccsGrid" type="GridContainer" parent="Accessoires/AccsScroll"]
|
|
margin_right = 350.0
|
|
size_flags_horizontal = 3
|
|
columns = 3
|
|
|
|
[node name="accessoryBase" parent="Accessoires/AccsScroll/AccsGrid" instance=ExtResource( 1 )]
|
|
script = SubResource( 1 )
|