mirror of
https://github.com/tonytins/dressupzack
synced 2025-06-26 16:44:44 -04:00
Twemoji-based clothes
- New Emoji-based shirts based on Twemoji because the idea sounded fun. Credits will eventually be added in-game but for now it's in the README. - For the time being, a few of the ZC's Dress Up-era shirts have pulled because they were never properly ported over during the remaster. - The train sweater had it's track logo replaced with the train emoji. - Removed PNG clothing sprites. - Version label.
This commit is contained in:
parent
bcaf5680b3
commit
bb3f57a1b3
71 changed files with 1861 additions and 1607 deletions
|
@ -40,16 +40,17 @@ __meta__ = {
|
|||
"_edit_lock_": true,
|
||||
"_edit_use_anchors_": true
|
||||
}
|
||||
version = "1.5"
|
||||
|
||||
[node name="wardrobe" parent="ui/base" instance=ExtResource( 4 )]
|
||||
anchor_left = 0.345
|
||||
anchor_top = 0.072
|
||||
anchor_right = 0.975
|
||||
anchor_bottom = 0.658
|
||||
margin_left = -4.69434
|
||||
margin_top = -19.9716
|
||||
margin_right = 60.3057
|
||||
margin_bottom = 75.0284
|
||||
margin_left = -5.0
|
||||
margin_top = -20.0
|
||||
margin_right = 60.0
|
||||
margin_bottom = 109.0
|
||||
|
||||
[node name="clearBtn" type="TextureButton" parent="ui/base"]
|
||||
margin_left = 752.0
|
||||
|
@ -67,4 +68,18 @@ __meta__ = {
|
|||
|
||||
[node name="clear" type="AudioStreamPlayer" parent="ui/base"]
|
||||
stream = ExtResource( 9 )
|
||||
|
||||
[node name="versionLbl" type="Label" parent="ui/base"]
|
||||
anchor_left = 1.0
|
||||
anchor_top = 1.0
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
margin_left = -81.0
|
||||
margin_top = -28.0
|
||||
text = "[version]"
|
||||
align = 2
|
||||
valign = 3
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
[connection signal="pressed" from="ui/base/clearBtn" to="ui/base" method="_on_clearBtn_pressed"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue