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:
parent
0185999e9c
commit
bcaf5680b3
38 changed files with 299 additions and 295 deletions
4
scripts/clothing/clothing_base.gd
Normal file
4
scripts/clothing/clothing_base.gd
Normal file
|
@ -0,0 +1,4 @@
|
|||
extends TextureButton
|
||||
|
||||
onready var player = $select
|
||||
onready var character = preload("res://resources/character.tres")
|
Loading…
Add table
Add a link
Reference in a new issue