1
0
Fork 0
mirror of https://github.com/tonytins/dressupzack synced 2025-05-07 22:04:49 -04:00
dressupzack/scripts/clothing/undies_base.gd
2020-07-15 08:33:25 -04:00

5 lines
132 B
GDScript

extends "res://scripts/clothing/clothing_base.gd"
func _on_undies_pressed():
character.underwear = texture_normal
$select.play()