1
0
Fork 0
mirror of https://github.com/tonytins/dressupzack synced 2025-05-08 22:14:48 -04:00
dressupzack/scenes/clothing/baseClothing.tscn
Anthony Foxclaw f29257dcc2 Decoupled accessory button works!
- Moved clothing scripts to their own directory
2020-06-27 11:31:47 -04:00

15 lines
361 B
Text

[gd_scene load_steps=2 format=2]
[ext_resource path="res://scripts/clothing/baseClothing.gd" type="Script" id=1]
[node name="baseClothing" type="Control"]
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="clothing" type="TextureButton" parent="."]
rect_min_size = Vector2( 106, 112 )
__meta__ = {
"_edit_use_anchors_": false
}