mirror of
https://github.com/tonytins/dressupzack
synced 2025-06-26 08:34:43 -04:00
Remade the Atomic and RAW shirts
- The RAW shirt was changed to PAW, to avoid any copyright issues. I still haven't reproduced the look and feel of that shirt quite how I want it to be. I may change the shirt to something else entirely, though.
This commit is contained in:
parent
05cc47e9d9
commit
2ee3f5a431
6 changed files with 304 additions and 8 deletions
|
@ -76,10 +76,10 @@ func _on_DJ_Shirt_pressed():
|
|||
change_tops(load("res://sprites/dj_shirt.png"))
|
||||
|
||||
func _on_Raw_pressed():
|
||||
change_tops(load("res://sprites/raw_shirt.png"))
|
||||
change_tops(load("res://sprites/raw_shirt.svg"))
|
||||
|
||||
func _on_Atomic_pressed():
|
||||
change_tops(load("res://sprites/atomic_shirt.png"))
|
||||
change_tops(load("res://sprites/atomic_shirt.svg"))
|
||||
|
||||
func _on_Korm_Shirt_pressed():
|
||||
change_tops(load("res://sprites/korm_shirt.png"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue