mirror of
https://github.com/tonytins/dressupzack
synced 2025-12-20 21:44:42 -05:00
TextureButton is now the root scene
- Due to resize issues with the grid container, TextureButton is now the root for all wardrobe items - Brought back underwear, with the exception of the owo censor (for now) - Remove clothing buttons are tied to wardrobe - Game scene now properly references the wardrobe again
This commit is contained in:
parent
c7cf3c7986
commit
d3b5f1fc1c
14 changed files with 74 additions and 34 deletions
|
|
@ -2,14 +2,13 @@
|
|||
|
||||
[ext_resource path="res://scripts/clothing/baseClothing.gd" type="Script" id=1]
|
||||
|
||||
[node name="baseClothing" type="Control"]
|
||||
[node name="baseClothing" type="TextureButton"]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
margin_right = -694.0
|
||||
margin_bottom = -488.0
|
||||
rect_min_size = Vector2( 106, 112 )
|
||||
script = ExtResource( 1 )
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="clothing" type="TextureButton" parent="."]
|
||||
rect_min_size = Vector2( 106, 112 )
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue