1
0
Fork 0
mirror of https://github.com/tonytins/dressupzack synced 2025-05-08 14:14:48 -04:00
dressupzack/scripts/clothing/clothing_base.gd
2021-05-09 21:18:29 -04:00

6 lines
233 B
GDScript

# This project is licensed under the MPL license.
# See the LICENSE file in the project root for more information.
extends TextureButton
onready var player = $select
onready var character = preload("res://resources/character.tres")