1
0
Fork 0
mirror of https://github.com/tonytins/dressupzack synced 2025-05-07 05:54:49 -04:00
dressupzack/scripts/clothing/baseClothing.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

4 lines
118 B
GDScript

extends TextureButton
onready var player = $select
onready var character = preload("res://resources/character.tres")