mirror of
https://github.com/tonytins/dressupzack
synced 2025-05-07 22:04:49 -04:00
5 lines
135 B
GDScript
5 lines
135 B
GDScript
extends "res://scripts/clothing/clothing_base.gd"
|
|
|
|
func _on_accessory_pressed():
|
|
character.accessory = texture_normal
|
|
$select.play()
|