mirror of
https://github.com/tonytins/dressupzack
synced 2025-05-05 21:34:49 -04:00
6 lines
242 B
GDScript
6 lines
242 B
GDScript
# This project is licensed under the Artistic-2.0 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")
|