1
0
Fork 0
mirror of https://github.com/tonytins/dressupzack synced 2025-07-09 05:54:43 -04:00

Train and What's New hoodies

- Tab Container is now properly themed
This commit is contained in:
Anthony Wilcox 2019-05-05 17:03:43 -04:00
parent 2b0755bf34
commit 4b501e0c6e
8 changed files with 370 additions and 56 deletions

View file

@ -78,6 +78,12 @@ func _process(delta):
if $Clothes/Wordrobe/Pants/PantsGrid/BlueCamoJeans.is_pressed():
change_bottoms(load("res://sprites/blue_camo_jeans.svg"))
if $Clothes/Wordrobe/Shirts/ShirtsGrid/TrainHoodie.is_pressed():
change_tops(load("res://sprites/train_hoodie.svg"))
if $Clothes/Wordrobe/Shirts/ShirtsGrid/WhatsNewShirt.is_pressed():
change_tops(load("res://sprites/whatsnew_shirt.svg"))
# Remove clothes
# ===========================================================