1
0
Fork 0
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:
Anthony Foxclaw 2020-06-27 11:31:47 -04:00
parent 721e2ab858
commit f29257dcc2
9 changed files with 20 additions and 10 deletions

View file

@ -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

View file

@ -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