1
0
Fork 0
mirror of https://github.com/tonytins/dressupzack synced 2025-05-07 05:54:49 -04:00
dressupzack/scripts/clothing/accessoryBase.gd
Anthony Foxclaw 8e31326609 Added sound effects from Kenny
- Added sound effects from Kenny for when varies buttons are pressed so it's no longer a totally silent game
- Swapped old fonts for Kenny's fonts
- Renamed music directory to sounds and removed old imports
- Removed docs page
2020-06-28 13:26:28 -04:00

5 lines
134 B
GDScript

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