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

5 lines
130 B
GDScript

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