mirror of
https://github.com/tonytins/dressupzack
synced 2025-06-27 00:54:43 -04:00
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
This commit is contained in:
parent
b470b9baef
commit
a2b238532d
22 changed files with 358 additions and 77 deletions
10
scenes/clothing/tops/atomicShirt.tscn
Normal file
10
scenes/clothing/tops/atomicShirt.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/atomic_shirt.svg" type="Texture" id=3]
|
||||
|
||||
[node name="atomicShirt" 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