mirror of
https://github.com/tonytins/dressupzack
synced 2025-12-19 05:14:42 -05:00
5 lines
124 B
GDScript
5 lines
124 B
GDScript
extends "res://scripts/clothing/clothing_base.gd"
|
|
|
|
func _on_tops_pressed():
|
|
character.top = texture_normal
|
|
$select.play()
|