1
0
Fork 0
mirror of https://github.com/tonytins/dressupzack synced 2025-05-08 14:14:48 -04:00
dressupzack/scenes/clothing/pants/sweatPants.tscn
Anthony Foxclaw a2b238532d Re-added more clothes
- 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
2020-06-27 18:03:54 -04:00

10 lines
471 B
Text

[gd_scene load_steps=4 format=2]
[ext_resource path="res://sprites/clothes/sweat_pants.svg" type="Texture" id=1]
[ext_resource path="res://scenes/clothing/base/baseClothing.tscn" type="PackedScene" id=2]
[ext_resource path="res://scripts/clothing/bottomsBase.gd" type="Script" id=3]
[node name="sweatPants" instance=ExtResource( 2 )]
texture_normal = ExtResource( 1 )
script = ExtResource( 3 )
[connection signal="pressed" from="." to="." method="_on_bottoms_pressed"]