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

5 lines
135 B
GDScript

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