1
0
Fork 0
mirror of https://github.com/tonytins/dressupzack synced 2025-06-26 00:24:44 -04:00

Redid more spirtes

- New Star Trek: Beyond outfit, redid tail, and partially redid a few shirts but not all of them are finished.
This commit is contained in:
Anthony Wilcox 2019-05-16 18:00:19 -04:00
parent 0d1cb030f7
commit 78872e68a0
20 changed files with 1305 additions and 58 deletions

View file

@ -1,8 +1,8 @@
[gd_scene load_steps=29 format=2]
[ext_resource path="res://sprites/tail/tail0.png" type="Texture" id=1]
[ext_resource path="res://sprites/tail/tail1.png" type="Texture" id=2]
[ext_resource path="res://sprites/tail/tail2.png" type="Texture" id=3]
[ext_resource path="res://sprites/tail/tail0.svg" type="Texture" id=1]
[ext_resource path="res://sprites/tail/tail1.svg" type="Texture" id=2]
[ext_resource path="res://sprites/tail/tail2.svg" type="Texture" id=3]
[ext_resource path="res://sprites/character_base.svg" type="Texture" id=4]
[ext_resource path="res://sprites/eyes/eyes1.png" type="Texture" id=5]
[ext_resource path="res://sprites/eyes/eyes2.png" type="Texture" id=6]

View file

@ -1,4 +1,4 @@
[gd_scene load_steps=23 format=2]
[gd_scene load_steps=24 format=2]
[ext_resource path="res://styles/DressUpTheme.res" type="Theme" id=1]
[ext_resource path="res://styles/wordrobe_panel.stylebox" type="StyleBox" id=2]
@ -6,22 +6,23 @@
[ext_resource path="res://sprites/sweat_pants.svg" type="Texture" id=4]
[ext_resource path="res://sprites/blue_camo_jeans.svg" type="Texture" id=5]
[ext_resource path="res://sprites/beat_up_jeans.svg" type="Texture" id=6]
[ext_resource path="res://sprites/x_button.svg" type="Texture" id=7]
[ext_resource path="res://sprites/old_sweatshirt.png" type="Texture" id=8]
[ext_resource path="res://sprites/dj_shirt.png" type="Texture" id=9]
[ext_resource path="res://sprites/raw_shirt.svg" type="Texture" id=10]
[ext_resource path="res://sprites/atomic_shirt.svg" type="Texture" id=11]
[ext_resource path="res://sprites/z_shirt.png" type="Texture" id=12]
[ext_resource path="res://sprites/biker_jacket.svg" type="Texture" id=13]
[ext_resource path="res://sprites/nl_jacket.png" type="Texture" id=14]
[ext_resource path="res://sprites/train_hoodie.svg" type="Texture" id=15]
[ext_resource path="res://sprites/korm_shirt.png" type="Texture" id=16]
[ext_resource path="res://sprites/whatsnew_shirt.svg" type="Texture" id=17]
[ext_resource path="res://sprites/owo_censor.svg" type="Texture" id=18]
[ext_resource path="res://sprites/briefs.svg" type="Texture" id=19]
[ext_resource path="res://sprites/z_briefs.svg" type="Texture" id=20]
[ext_resource path="res://sprites/fundosi.svg" type="Texture" id=21]
[ext_resource path="res://sprites/camera.png" type="Texture" id=22]
[ext_resource path="res://sprites/beyond_jeans.svg" type="Texture" id=7]
[ext_resource path="res://sprites/x_button.svg" type="Texture" id=8]
[ext_resource path="res://sprites/old_sweatshirt.svg" type="Texture" id=9]
[ext_resource path="res://sprites/beyond_jacket.svg" type="Texture" id=10]
[ext_resource path="res://sprites/raw_shirt.svg" type="Texture" id=11]
[ext_resource path="res://sprites/atomic_shirt.svg" type="Texture" id=12]
[ext_resource path="res://sprites/z_shirt.png" type="Texture" id=13]
[ext_resource path="res://sprites/biker_jacket.svg" type="Texture" id=14]
[ext_resource path="res://sprites/nl_jacket.png" type="Texture" id=15]
[ext_resource path="res://sprites/train_hoodie.svg" type="Texture" id=16]
[ext_resource path="res://sprites/korm_shirt.png" type="Texture" id=17]
[ext_resource path="res://sprites/whatsnew_shirt.svg" type="Texture" id=18]
[ext_resource path="res://sprites/owo_censor.svg" type="Texture" id=19]
[ext_resource path="res://sprites/briefs.svg" type="Texture" id=20]
[ext_resource path="res://sprites/z_briefs.svg" type="Texture" id=21]
[ext_resource path="res://sprites/fundosi.svg" type="Texture" id=22]
[ext_resource path="res://sprites/camera.png" type="Texture" id=23]
[node name="Clothes" type="Node"]
@ -75,20 +76,25 @@ margin_right = 436.0
margin_bottom = 112.0
texture_normal = ExtResource( 6 )
[node name="RemovePants" type="Button" parent="Wordrobe/Pants/PantsGrid"]
[node name="BeyondPants" type="TextureButton" parent="Wordrobe/Pants/PantsGrid"]
margin_left = 440.0
margin_right = 546.0
margin_bottom = 112.0
texture_normal = ExtResource( 7 )
[node name="RemovePants" type="Button" parent="Wordrobe/Pants/PantsGrid"]
margin_top = 116.0
margin_right = 106.0
margin_bottom = 228.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( 7 )
icon = ExtResource( 8 )
flat = true
[node name="Shirts" type="Tabs" parent="Wordrobe"]
editor/display_folded = true
visible = false
anchor_right = 1.0
anchor_bottom = 1.0
@ -104,75 +110,75 @@ columns = 7
[node name="Sweatshirt" type="TextureButton" parent="Wordrobe/Shirts/ShirtsGrid"]
margin_right = 85.0
margin_bottom = 115.0
texture_normal = ExtResource( 8 )
texture_normal = ExtResource( 9 )
[node name="DJShirt" type="TextureButton" parent="Wordrobe/Shirts/ShirtsGrid"]
[node name="BeyondJacket" type="TextureButton" parent="Wordrobe/Shirts/ShirtsGrid"]
margin_left = 89.0
margin_right = 174.0
margin_bottom = 115.0
texture_normal = ExtResource( 9 )
texture_normal = ExtResource( 10 )
[node name="Raw" type="TextureButton" parent="Wordrobe/Shirts/ShirtsGrid"]
margin_left = 178.0
margin_right = 263.0
margin_bottom = 115.0
texture_normal = ExtResource( 10 )
texture_normal = ExtResource( 11 )
[node name="Atomic" type="TextureButton" parent="Wordrobe/Shirts/ShirtsGrid"]
margin_left = 267.0
margin_right = 385.0
margin_bottom = 115.0
texture_normal = ExtResource( 11 )
[node name="ZShirt" type="TextureButton" parent="Wordrobe/Shirts/ShirtsGrid"]
margin_left = 389.0
margin_right = 470.0
margin_right = 373.0
margin_bottom = 115.0
texture_normal = ExtResource( 12 )
[node name="BikerJacket" type="TextureButton" parent="Wordrobe/Shirts/ShirtsGrid"]
margin_left = 475.0
margin_right = 560.0
[node name="ZShirt" type="TextureButton" parent="Wordrobe/Shirts/ShirtsGrid"]
margin_left = 377.0
margin_right = 458.0
margin_bottom = 115.0
texture_normal = ExtResource( 13 )
[node name="NLJacket" type="TextureButton" parent="Wordrobe/Shirts/ShirtsGrid"]
margin_left = 563.0
margin_right = 648.0
[node name="BikerJacket" type="TextureButton" parent="Wordrobe/Shirts/ShirtsGrid"]
margin_left = 462.0
margin_right = 547.0
margin_bottom = 115.0
texture_normal = ExtResource( 14 )
[node name="NLJacket" type="TextureButton" parent="Wordrobe/Shirts/ShirtsGrid"]
margin_left = 551.0
margin_right = 636.0
margin_bottom = 115.0
texture_normal = ExtResource( 15 )
[node name="TrainHoodie" type="TextureButton" parent="Wordrobe/Shirts/ShirtsGrid"]
margin_top = 119.0
margin_right = 85.0
margin_bottom = 237.0
texture_normal = ExtResource( 15 )
margin_bottom = 234.0
texture_normal = ExtResource( 16 )
[node name="KormShirt" type="TextureButton" parent="Wordrobe/Shirts/ShirtsGrid"]
margin_left = 89.0
margin_top = 119.0
margin_right = 174.0
margin_bottom = 237.0
texture_normal = ExtResource( 16 )
margin_bottom = 234.0
texture_normal = ExtResource( 17 )
[node name="WhatsNewShirt" type="TextureButton" parent="Wordrobe/Shirts/ShirtsGrid"]
margin_left = 178.0
margin_top = 119.0
margin_right = 263.0
margin_bottom = 237.0
texture_normal = ExtResource( 17 )
margin_bottom = 234.0
texture_normal = ExtResource( 18 )
[node name="RemoveShirt" type="Button" parent="Wordrobe/Shirts/ShirtsGrid"]
margin_left = 267.0
margin_top = 119.0
margin_right = 385.0
margin_bottom = 237.0
margin_right = 373.0
margin_bottom = 234.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( 7 )
icon = ExtResource( 8 )
flat = true
[node name="Underwear" type="Tabs" parent="Wordrobe"]
@ -192,25 +198,25 @@ columns = 6
[node name="OwOCensor" type="TextureButton" parent="Wordrobe/Underwear/UndiesGrid"]
margin_right = 106.0
margin_bottom = 112.0
texture_normal = ExtResource( 18 )
texture_normal = ExtResource( 19 )
[node name="Briefs" type="TextureButton" parent="Wordrobe/Underwear/UndiesGrid"]
margin_left = 110.0
margin_right = 216.0
margin_bottom = 112.0
texture_normal = ExtResource( 19 )
texture_normal = ExtResource( 20 )
[node name="ZBriefs" type="TextureButton" parent="Wordrobe/Underwear/UndiesGrid"]
margin_left = 220.0
margin_right = 326.0
margin_bottom = 112.0
texture_normal = ExtResource( 20 )
texture_normal = ExtResource( 21 )
[node name="Fundosi" type="TextureButton" parent="Wordrobe/Underwear/UndiesGrid"]
margin_left = 330.0
margin_right = 436.0
margin_bottom = 112.0
texture_normal = ExtResource( 21 )
texture_normal = ExtResource( 22 )
[node name="Accessoires" type="Tabs" parent="Wordrobe"]
editor/display_folded = true
@ -229,7 +235,7 @@ columns = 6
[node name="CanonCam" type="TextureButton" parent="Wordrobe/Accessoires/AccsGrid"]
margin_right = 85.0
margin_bottom = 118.0
texture_normal = ExtResource( 22 )
texture_normal = ExtResource( 23 )
[node name="RemoveAccessory" type="Button" parent="Wordrobe/Accessoires/AccsGrid"]
margin_left = 89.0
@ -240,5 +246,5 @@ 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( 7 )
icon = ExtResource( 8 )
flat = true