mirror of
https://github.com/tonytins/dressupzack
synced 2025-06-26 08:34:43 -04:00
Words can't describe how happy I feel right now
- Flattened the tab UIs and recolored the button text. I redid the blue wordrobe background to account for the new tab interface. It now looks and feels the same as the original but plays a hell of a lot better. - Removed the global menu panel - Introduced a new blue hoodie with a train logo (this use have a not-so-subtle Amtrak logo on it but it was replaced with something a little more generic, just in case)
This commit is contained in:
parent
07114accec
commit
1b6308cd23
8 changed files with 286 additions and 147 deletions
|
@ -68,6 +68,9 @@ func _on_Z_Shirt_pressed():
|
|||
|
||||
func _on_Biker_Jacket_pressed():
|
||||
change_tops(load("res://assets/biker_jacket.png"))
|
||||
|
||||
func _on_Train_Hoodie_pressed():
|
||||
change_tops(load("res://assets/train_hoodie.png"))
|
||||
|
||||
func _on_Beat_Up_Jeans_pressed():
|
||||
change_bottoms(load("res://assets/beat_up_jeans.png"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue