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