mirror of
https://github.com/tonytins/dressupzack
synced 2025-06-26 00:24:44 -04:00
Fixed blue skirt sprite
- Removed train hoodie until the rest of it properly fixed
This commit is contained in:
parent
bb3f57a1b3
commit
75bad5983c
2 changed files with 82 additions and 106 deletions
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=18 format=2]
|
||||
[gd_scene load_steps=17 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]
|
||||
|
@ -15,7 +15,6 @@
|
|||
[ext_resource path="res://scenes/clothing/tops/atomic_shirt.tscn" type="PackedScene" id=15]
|
||||
[ext_resource path="res://scenes/clothing/pants/sweatPants.tscn" type="PackedScene" id=17]
|
||||
[ext_resource path="res://scenes/clothing/tops/retro_shirt.tscn" type="PackedScene" id=18]
|
||||
[ext_resource path="res://scenes/clothing/tops/train_hoodie.tscn" type="PackedScene" id=19]
|
||||
[ext_resource path="res://scripts/wardrobe.gd" type="Script" id=21]
|
||||
|
||||
[node name="Wordrobe" type="TabContainer"]
|
||||
|
@ -85,7 +84,7 @@ anchor_right = 0.0
|
|||
anchor_bottom = 0.0
|
||||
margin_top = 132.0
|
||||
margin_right = 113.0
|
||||
margin_bottom = 264.0
|
||||
margin_bottom = 258.0
|
||||
|
||||
[node name="formalSkirt" parent="Pants/PantsScroll/PantsGrid" instance=ExtResource( 6 )]
|
||||
anchor_right = 0.0
|
||||
|
@ -93,7 +92,7 @@ anchor_bottom = 0.0
|
|||
margin_left = 117.0
|
||||
margin_top = 132.0
|
||||
margin_right = 227.0
|
||||
margin_bottom = 264.0
|
||||
margin_bottom = 258.0
|
||||
|
||||
[node name="skirt" parent="Pants/PantsScroll/PantsGrid" instance=ExtResource( 5 )]
|
||||
anchor_right = 0.0
|
||||
|
@ -101,7 +100,7 @@ anchor_bottom = 0.0
|
|||
margin_left = 231.0
|
||||
margin_top = 132.0
|
||||
margin_right = 342.0
|
||||
margin_bottom = 264.0
|
||||
margin_bottom = 258.0
|
||||
|
||||
[node name="Shirts" type="Tabs" parent="."]
|
||||
visible = false
|
||||
|
@ -159,14 +158,6 @@ margin_top = 117.0
|
|||
margin_right = 106.0
|
||||
margin_bottom = 229.0
|
||||
|
||||
[node name="trainHoodie" parent="Shirts/ShirtsScroll/ShirtsGrid" instance=ExtResource( 19 )]
|
||||
anchor_right = 0.0
|
||||
anchor_bottom = 0.0
|
||||
margin_left = 110.0
|
||||
margin_top = 117.0
|
||||
margin_right = 216.0
|
||||
margin_bottom = 229.0
|
||||
|
||||
[node name="whatsNewShirt" parent="Shirts/ShirtsScroll/ShirtsGrid" instance=ExtResource( 10 )]
|
||||
anchor_right = 0.0
|
||||
anchor_bottom = 0.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue