mirror of
https://github.com/tonytins/dressupzack
synced 2025-12-20 05:24:43 -05:00
- Adjsuted heights the of top and bottom portions of the character so they align better with each other - Cleaned up and simplified a few SVGs - Added (or brought back) the retro shirt
10 lines
460 B
Text
10 lines
460 B
Text
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://scenes/clothing/base/baseClothing.tscn" type="PackedScene" id=1]
|
|
[ext_resource path="res://scripts/clothing/topsBase.gd" type="Script" id=2]
|
|
[ext_resource path="res://sprites/clothes/nl_jacket.png" type="Texture" id=3]
|
|
|
|
[node name="nlShirt" instance=ExtResource( 1 )]
|
|
texture_normal = ExtResource( 3 )
|
|
script = ExtResource( 2 )
|
|
[connection signal="pressed" from="." to="." method="_on_tops_pressed"]
|