1
0
Fork 0
mirror of https://github.com/tonytins/dressupzack synced 2025-12-20 21:44:42 -05: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,6 +1,6 @@
[gd_scene load_steps=2 format=2]
[ext_resource path="res://scripts/baseClothing.gd" type="Script" id=1]
[ext_resource path="res://scripts/clothing/baseClothing.gd" type="Script" id=1]
[node name="baseClothing" type="Control"]
script = ExtResource( 1 )