mirror of
https://github.com/tonytins/dressupzack
synced 2025-06-26 00:24:44 -04:00
Redid all of the underwear!
The following have been redone: beat up jeans, briefs, z briefs, fundosi and the owo censor.
This commit is contained in:
parent
2ee3f5a431
commit
6aac8c0dec
17 changed files with 703 additions and 20 deletions
|
@ -7,7 +7,7 @@
|
|||
[ext_resource path="res://sprites/dj_shorts.png" type="Texture" id=5]
|
||||
[ext_resource path="res://sprites/sweat_pants.svg" type="Texture" id=6]
|
||||
[ext_resource path="res://sprites/blue_camo_jeans.svg" type="Texture" id=7]
|
||||
[ext_resource path="res://sprites/beat_up_jeans.png" type="Texture" id=8]
|
||||
[ext_resource path="res://sprites/beat_up_jeans.svg" type="Texture" id=8]
|
||||
[ext_resource path="res://sprites/old_sweatshirt.png" type="Texture" id=9]
|
||||
[ext_resource path="res://sprites/dj_shirt.png" type="Texture" id=10]
|
||||
[ext_resource path="res://sprites/raw_shirt.svg" type="Texture" id=11]
|
||||
|
@ -18,10 +18,10 @@
|
|||
[ext_resource path="res://sprites/train_hoodie.png" type="Texture" id=16]
|
||||
[ext_resource path="res://sprites/korm_shirt.png" type="Texture" id=17]
|
||||
[ext_resource path="res://sprites/whatsnew_shirt.png" type="Texture" id=18]
|
||||
[ext_resource path="res://sprites/owo_censor.png" type="Texture" id=19]
|
||||
[ext_resource path="res://sprites/briefs.png" type="Texture" id=20]
|
||||
[ext_resource path="res://sprites/z_briefs.png" type="Texture" id=21]
|
||||
[ext_resource path="res://sprites/fundosi.png" type="Texture" id=22]
|
||||
[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]
|
||||
[ext_resource path="res://sprites/bottoms_placeholder.png" type="Texture" id=24]
|
||||
[ext_resource path="res://sprites/tops_placeholder.png" type="Texture" id=25]
|
||||
|
@ -72,7 +72,6 @@ custom_colors/font_color_fg = Color( 0.980392, 0.992157, 0.768627, 1 )
|
|||
tab_align = 0
|
||||
|
||||
[node name="Pants" type="Tabs" parent="RefRect/Wordrobe"]
|
||||
visible = false
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
margin_top = 29.0
|
||||
|
@ -127,6 +126,7 @@ text = "KRBT"
|
|||
flat = true
|
||||
|
||||
[node name="Shirts" type="Tabs" parent="RefRect/Wordrobe"]
|
||||
visible = false
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
margin_top = 29.0
|
||||
|
|
|
@ -29,4 +29,3 @@ __meta__ = {
|
|||
[node name="Clothes" parent="." instance=ExtResource( 5 )]
|
||||
|
||||
[node name="WinDialogs" parent="." instance=ExtResource( 6 )]
|
||||
|
||||
|
|
|
@ -16,11 +16,10 @@ __meta__ = {
|
|||
}
|
||||
|
||||
[node name="Title" type="Sprite" parent="."]
|
||||
position = Vector2( 399.047, 113.148 )
|
||||
position = Vector2( 408.047, 113.148 )
|
||||
texture = ExtResource( 3 )
|
||||
|
||||
[node name="MenuRf" type="ReferenceRect" parent="."]
|
||||
editor/display_folded = true
|
||||
margin_left = 130.323
|
||||
margin_top = 34.4196
|
||||
margin_right = 690.323
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue