1
0
Fork 0
mirror of https://github.com/tonytins/dressupzack synced 2025-06-26 16:44:44 -04:00

Follow Godot file naming conventions

This commit is contained in:
Anthony Foxclaw 2020-07-15 08:33:25 -04:00
parent 0185999e9c
commit bcaf5680b3
38 changed files with 299 additions and 295 deletions

View file

@ -0,0 +1,4 @@
extends TextureButton
onready var player = $select
onready var character = preload("res://resources/character.tres")