mirror of
https://github.com/tonytins/dressupzack
synced 2025-06-26 00:24:44 -04:00
Slight height adjustments to character
- Adjsuted heights the of top and bottom portions of the character so they align better with each other - Cleaned up and simplified a few SVGs - Added (or brought back) the retro shirt
This commit is contained in:
parent
b6c0ca0855
commit
0185999e9c
10 changed files with 793 additions and 577 deletions
|
@ -100,23 +100,29 @@ __meta__ = {
|
|||
"_edit_lock_": true
|
||||
}
|
||||
|
||||
[node name="top" type="Sprite" parent="body"]
|
||||
position = Vector2( 7, 80 )
|
||||
texture = ExtResource( 25 )
|
||||
__meta__ = {
|
||||
"_edit_lock_": true
|
||||
}
|
||||
|
||||
[node name="legs" type="Sprite" parent="body"]
|
||||
position = Vector2( 3, 189 )
|
||||
position = Vector2( 1.47027, 192.868 )
|
||||
texture = ExtResource( 5 )
|
||||
|
||||
[node name="top" type="Sprite" parent="body"]
|
||||
position = Vector2( 7, 78 )
|
||||
texture = ExtResource( 25 )
|
||||
|
||||
[node name="head" type="Sprite" parent="body"]
|
||||
position = Vector2( 14.1214, -26.841 )
|
||||
position = Vector2( 14.1214, -28.841 )
|
||||
texture = ExtResource( 27 )
|
||||
__meta__ = {
|
||||
"_edit_lock_": true
|
||||
}
|
||||
|
||||
[node name="eyes" type="AnimatedSprite" parent="body/head"]
|
||||
position = Vector2( 17.6857, 4.22147 )
|
||||
frames = SubResource( 3 )
|
||||
frame = 6
|
||||
playing = true
|
||||
|
||||
[node name="mouth" type="AnimatedSprite" parent="body/head"]
|
||||
position = Vector2( 38.1195, 8.68453 )
|
||||
frames = SubResource( 4 )
|
||||
frame = 6
|
||||
playing = true
|
||||
|
||||
[node name="accessory" type="Sprite" parent="body"]
|
||||
position = Vector2( 9.54095, 73.0832 )
|
||||
|
@ -130,21 +136,3 @@ position = Vector2( 51.7305, -20.2165 )
|
|||
__meta__ = {
|
||||
"_edit_lock_": true
|
||||
}
|
||||
|
||||
[node name="eyes" type="AnimatedSprite" parent="body/emote"]
|
||||
position = Vector2( -19.9234, -2.40303 )
|
||||
frames = SubResource( 3 )
|
||||
frame = 3
|
||||
playing = true
|
||||
__meta__ = {
|
||||
"_edit_lock_": true
|
||||
}
|
||||
|
||||
[node name="mouth" type="AnimatedSprite" parent="body/emote"]
|
||||
position = Vector2( 0.510399, 2.06003 )
|
||||
frames = SubResource( 4 )
|
||||
frame = 6
|
||||
playing = true
|
||||
__meta__ = {
|
||||
"_edit_lock_": true
|
||||
}
|
||||
|
|
10
scenes/clothing/tops/retroShirt.tscn
Normal file
10
scenes/clothing/tops/retroShirt.tscn
Normal file
|
@ -0,0 +1,10 @@
|
|||
[gd_scene load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://scenes/clothing/base/baseClothing.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://scripts/clothing/topsBase.gd" type="Script" id=2]
|
||||
[ext_resource path="res://sprites/clothes/nl_jacket.png" type="Texture" id=3]
|
||||
|
||||
[node name="nlShirt" instance=ExtResource( 1 )]
|
||||
texture_normal = ExtResource( 3 )
|
||||
script = ExtResource( 2 )
|
||||
[connection signal="pressed" from="." to="." method="_on_tops_pressed"]
|
|
@ -1,6 +1,7 @@
|
|||
[gd_scene load_steps=18 format=2]
|
||||
[gd_scene load_steps=20 format=2]
|
||||
|
||||
[ext_resource path="res://scenes/clothing/camera.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://sprites/clothes/retro_shirt.svg" type="Texture" id=2]
|
||||
[ext_resource path="res://scenes/clothing/pants/beatUpJeans.tscn" type="PackedScene" id=3]
|
||||
[ext_resource path="res://scenes/clothing/pants/jeans.tscn" type="PackedScene" id=4]
|
||||
[ext_resource path="res://scenes/clothing/pants/skirt.tscn" type="PackedScene" id=5]
|
||||
|
@ -16,6 +17,7 @@
|
|||
[ext_resource path="res://scenes/clothing/tops/atomicShirt.tscn" type="PackedScene" id=15]
|
||||
[ext_resource path="res://scenes/clothing/tops/nlShirt.tscn" type="PackedScene" id=16]
|
||||
[ext_resource path="res://scenes/clothing/pants/sweatPants.tscn" type="PackedScene" id=17]
|
||||
[ext_resource path="res://scenes/clothing/tops/retroShirt.tscn" type="PackedScene" id=18]
|
||||
[ext_resource path="res://scripts/wardrobe.gd" type="Script" id=21]
|
||||
|
||||
[node name="Wordrobe" type="TabContainer"]
|
||||
|
@ -31,6 +33,7 @@ __meta__ = {
|
|||
}
|
||||
|
||||
[node name="Pants" type="Tabs" parent="."]
|
||||
visible = false
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
margin_left = 5.0
|
||||
|
@ -63,21 +66,21 @@ texture_normal = ExtResource( 9 )
|
|||
anchor_right = 0.0
|
||||
anchor_bottom = 0.0
|
||||
margin_left = 110.0
|
||||
margin_right = 220.0
|
||||
margin_right = 222.0
|
||||
margin_bottom = 134.0
|
||||
|
||||
[node name="jeans" parent="Pants/PantsScroll/PantsGrid" instance=ExtResource( 4 )]
|
||||
anchor_right = 0.0
|
||||
anchor_bottom = 0.0
|
||||
margin_left = 224.0
|
||||
margin_right = 330.0
|
||||
margin_left = 226.0
|
||||
margin_right = 337.0
|
||||
margin_bottom = 134.0
|
||||
|
||||
[node name="camoJeans" parent="Pants/PantsScroll/PantsGrid" instance=ExtResource( 7 )]
|
||||
anchor_right = 0.0
|
||||
anchor_bottom = 0.0
|
||||
margin_left = 334.0
|
||||
margin_right = 444.0
|
||||
margin_left = 341.0
|
||||
margin_right = 451.0
|
||||
margin_bottom = 134.0
|
||||
|
||||
[node name="sweatPants" parent="Pants/PantsScroll/PantsGrid" instance=ExtResource( 17 )]
|
||||
|
@ -92,27 +95,26 @@ anchor_right = 0.0
|
|||
anchor_bottom = 0.0
|
||||
margin_left = 110.0
|
||||
margin_top = 138.0
|
||||
margin_right = 220.0
|
||||
margin_right = 222.0
|
||||
margin_bottom = 270.0
|
||||
|
||||
[node name="formalSkirt" parent="Pants/PantsScroll/PantsGrid" instance=ExtResource( 6 )]
|
||||
anchor_right = 0.0
|
||||
anchor_bottom = 0.0
|
||||
margin_left = 224.0
|
||||
margin_left = 226.0
|
||||
margin_top = 138.0
|
||||
margin_right = 330.0
|
||||
margin_right = 337.0
|
||||
margin_bottom = 270.0
|
||||
|
||||
[node name="skirt" parent="Pants/PantsScroll/PantsGrid" instance=ExtResource( 5 )]
|
||||
anchor_right = 0.0
|
||||
anchor_bottom = 0.0
|
||||
margin_left = 334.0
|
||||
margin_left = 341.0
|
||||
margin_top = 138.0
|
||||
margin_right = 444.0
|
||||
margin_right = 451.0
|
||||
margin_bottom = 270.0
|
||||
|
||||
[node name="Shirts" type="Tabs" parent="."]
|
||||
visible = false
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
margin_left = 5.0
|
||||
|
@ -134,51 +136,71 @@ size_flags_vertical = 3
|
|||
columns = 4
|
||||
|
||||
[node name="removeShirt" type="TextureButton" parent="Shirts/ShirtsScroll/ShirtsGrid"]
|
||||
margin_left = 110.0
|
||||
margin_top = 119.0
|
||||
margin_right = 216.0
|
||||
margin_bottom = 234.0
|
||||
margin_right = 106.0
|
||||
margin_bottom = 115.0
|
||||
rect_min_size = Vector2( 0, 112 )
|
||||
texture_normal = ExtResource( 9 )
|
||||
|
||||
[node name="djShirt" parent="Shirts/ShirtsScroll/ShirtsGrid" instance=ExtResource( 14 )]
|
||||
anchor_right = 0.0
|
||||
anchor_bottom = 0.0
|
||||
margin_right = 106.0
|
||||
margin_bottom = 115.0
|
||||
|
||||
[node name="kormShirt" parent="Shirts/ShirtsScroll/ShirtsGrid" instance=ExtResource( 13 )]
|
||||
anchor_right = 0.0
|
||||
anchor_bottom = 0.0
|
||||
margin_left = 110.0
|
||||
margin_right = 216.0
|
||||
margin_bottom = 115.0
|
||||
|
||||
[node name="atomicShirt" parent="Shirts/ShirtsScroll/ShirtsGrid" instance=ExtResource( 15 )]
|
||||
|
||||
[node name="nlShirt" parent="Shirts/ShirtsScroll/ShirtsGrid" instance=ExtResource( 16 )]
|
||||
|
||||
[node name="rawShirt" parent="Shirts/ShirtsScroll/ShirtsGrid" instance=ExtResource( 12 )]
|
||||
[node name="kormShirt" parent="Shirts/ShirtsScroll/ShirtsGrid" instance=ExtResource( 13 )]
|
||||
anchor_right = 0.0
|
||||
anchor_bottom = 0.0
|
||||
margin_left = 220.0
|
||||
margin_right = 326.0
|
||||
margin_bottom = 115.0
|
||||
|
||||
[node name="zShirt" parent="Shirts/ShirtsScroll/ShirtsGrid" instance=ExtResource( 11 )]
|
||||
[node name="atomicShirt" parent="Shirts/ShirtsScroll/ShirtsGrid" instance=ExtResource( 15 )]
|
||||
anchor_right = 0.0
|
||||
anchor_bottom = 0.0
|
||||
margin_left = 330.0
|
||||
margin_right = 436.0
|
||||
margin_bottom = 115.0
|
||||
|
||||
[node name="whatsNewShirt" parent="Shirts/ShirtsScroll/ShirtsGrid" instance=ExtResource( 10 )]
|
||||
[node name="nlShirt" parent="Shirts/ShirtsScroll/ShirtsGrid" instance=ExtResource( 16 )]
|
||||
anchor_right = 0.0
|
||||
anchor_bottom = 0.0
|
||||
margin_top = 119.0
|
||||
margin_right = 106.0
|
||||
margin_bottom = 234.0
|
||||
|
||||
[node name="rawShirt" parent="Shirts/ShirtsScroll/ShirtsGrid" instance=ExtResource( 12 )]
|
||||
anchor_right = 0.0
|
||||
anchor_bottom = 0.0
|
||||
margin_left = 110.0
|
||||
margin_top = 119.0
|
||||
margin_right = 216.0
|
||||
margin_bottom = 234.0
|
||||
|
||||
[node name="zShirt" parent="Shirts/ShirtsScroll/ShirtsGrid" instance=ExtResource( 11 )]
|
||||
anchor_right = 0.0
|
||||
anchor_bottom = 0.0
|
||||
margin_left = 220.0
|
||||
margin_top = 119.0
|
||||
margin_right = 326.0
|
||||
margin_bottom = 234.0
|
||||
|
||||
[node name="whatsNewShirt" parent="Shirts/ShirtsScroll/ShirtsGrid" instance=ExtResource( 10 )]
|
||||
anchor_right = 0.0
|
||||
anchor_bottom = 0.0
|
||||
margin_left = 330.0
|
||||
margin_top = 119.0
|
||||
margin_right = 436.0
|
||||
margin_bottom = 234.0
|
||||
|
||||
[node name="retroShirt" parent="Shirts/ShirtsScroll/ShirtsGrid" instance=ExtResource( 18 )]
|
||||
anchor_right = 0.0
|
||||
anchor_bottom = 0.0
|
||||
margin_top = 238.0
|
||||
margin_right = 106.0
|
||||
margin_bottom = 353.0
|
||||
texture_normal = ExtResource( 2 )
|
||||
|
||||
[node name="Accessoires" type="Tabs" parent="."]
|
||||
visible = false
|
||||
anchor_right = 1.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue