mirror of
https://github.com/tonytins/dressupzack
synced 2025-05-09 06:14:49 -04:00
- Updated README - Added more pants and shirts - Added flash original flash games in new /archive directory - Updated game theme - Renamed CC-BY file to ASSET-LICENSE - Resized game height to 500 pixels to closely match original
10 lines
457 B
Text
10 lines
457 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/z_shirt.png" type="Texture" id=3]
|
|
|
|
[node name="zShirt" instance=ExtResource( 1 )]
|
|
texture_normal = ExtResource( 3 )
|
|
script = ExtResource( 2 )
|
|
[connection signal="pressed" from="." to="." method="_on_tops_pressed"]
|