1
0
Fork 0
mirror of https://github.com/tonytins/dressupzack synced 2025-06-26 08:34:43 -04:00

Recreated a few pants

- Recreated and replaced most pants from the original with the newer recreations
- Added debug settings to project
- Created assets folder for non-SVG art source files
This commit is contained in:
Anthony Wilcox 2019-04-30 01:51:53 -04:00
parent 21024f9c82
commit 782361dc0b
14 changed files with 644 additions and 1112 deletions

View file

@ -60,14 +60,14 @@ func _on_Briefs_pressed():
change_undies(load("res://sprites/briefs.png"))
func _on_Jeans_pressed():
change_bottoms(load("res://sprites/jeans.png"))
change_bottoms(load("res://sprites/jeans.svg"))
func _on_OwO_Censor_pressed():
change_bottoms(null)
change_undies(load("res://sprites/owo_censor.png"))
func _on_Sweats_pressed():
change_bottoms(load("res://sprites/sweat_pants.png"))
change_bottoms(load("res://sprites/sweat_pants.svg"))
func _on_Sweatshirt_pressed():
change_tops(load("res://sprites/old_sweatshirt.png"))
@ -100,7 +100,7 @@ func _on_NL_Jacket_pressed():
change_tops(load("res://sprites/nl_jacket.png"))
func _on_Blue_Camo_Jeans_pressed():
change_bottoms(load("res://sprites/blue_camo_jeans.png"))
change_bottoms(load("res://sprites/blue_camo_jeans.svg"))
func _on_Whats_New_Shirt_pressed():
change_tops(load("res://sprites/whatsnew_shirt.png"))