1
0
Fork 0
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:
Anthony Wilcox 2019-01-04 11:32:43 -05:00
parent 07114accec
commit 1b6308cd23
8 changed files with 286 additions and 147 deletions

View file

@ -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"))