1
0
Fork 0
mirror of https://github.com/tonytins/dressupzack synced 2025-06-26 00:24:44 -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,7 +1,7 @@
[gd_scene load_steps=3 format=2]
[ext_resource path="res://scenes/clothing/baseClothing.tscn" type="PackedScene" id=1]
[ext_resource path="res://scripts/accessoryBase.gd" type="Script" id=2]
[ext_resource path="res://scripts/clothing/accessoryBase.gd" type="Script" id=2]
[node name="accessoryBase" instance=ExtResource( 1 )]
script = ExtResource( 2 )

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 )

View file

@ -6,5 +6,4 @@
[node name="accessoryBase" instance=ExtResource( 1 )]
[node name="clothing" parent="." index="0"]
rect_min_size = Vector2( 106, 112 )
texture_normal = ExtResource( 2 )

View file

@ -1,7 +1,7 @@
[gd_scene load_steps=3 format=2]
[ext_resource path="res://scenes/clothing/baseClothing.tscn" type="PackedScene" id=1]
[ext_resource path="res://scripts/undiesBase.gd" type="Script" id=2]
[ext_resource path="res://scripts/clothing/undiesBase.gd" type="Script" id=2]
[node name="baseClothing" instance=ExtResource( 1 )]
script = ExtResource( 2 )