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:
parent
721e2ab858
commit
f29257dcc2
9 changed files with 20 additions and 10 deletions
|
|
@ -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 )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue