mirror of
https://github.com/tonytins/dressupzack
synced 2025-06-25 08:04:43 -04:00
Decoupled accessory button works!
- Moved clothing scripts to their own directory
This commit is contained in:
parent
721e2ab858
commit
f29257dcc2
9 changed files with 20 additions and 10 deletions
|
@ -1,4 +1,4 @@
|
|||
extends "res://scripts/baseClothing.gd"
|
||||
extends "res://scripts/clothing/baseClothing.gd"
|
||||
|
||||
onready var character = preload("res://resources/character.tres")
|
||||
onready var clothing = $clothing
|
|
@ -1,4 +1,4 @@
|
|||
extends "res://scripts/baseClothing.gd"
|
||||
extends "res://scripts/clothing/baseClothing.gd"
|
||||
|
||||
onready var character = preload("res://resources/character.tres")
|
||||
onready var clothing = $clothing
|
Loading…
Add table
Add a link
Reference in a new issue