mirror of
https://github.com/tonytins/dressupzack
synced 2025-06-26 16:44:44 -04:00
Slight height adjustments to character
- 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
This commit is contained in:
parent
b6c0ca0855
commit
0185999e9c
10 changed files with 793 additions and 577 deletions
10
scenes/clothing/tops/retroShirt.tscn
Normal file
10
scenes/clothing/tops/retroShirt.tscn
Normal file
|
@ -0,0 +1,10 @@
|
|||
[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"]
|
Loading…
Add table
Add a link
Reference in a new issue