mirror of
https://github.com/tonytins/dressupzack
synced 2025-05-08 22:14:48 -04:00
15 lines
361 B
Text
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
|
|
}
|