mirror of
https://github.com/tonytins/dressupzack
synced 2025-06-26 08:34: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
|
@ -1,38 +1,66 @@
|
|||
[gd_scene load_steps=5 format=2]
|
||||
[gd_scene load_steps=9 format=2]
|
||||
|
||||
[ext_resource path="res://scenes/characterBase.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://sprites/clothes/background.svg" type="Texture" id=2]
|
||||
[ext_resource path="res://sprites/ui/blue_boxCross.png" type="Texture" id=3]
|
||||
[ext_resource path="res://scenes/wardrobe.tscn" type="PackedScene" id=4]
|
||||
[ext_resource path="res://sprites/clothes/icrazy_frame.svg" type="Texture" id=5]
|
||||
[ext_resource path="res://sprites/clothes/lights.png" type="Texture" id=6]
|
||||
[ext_resource path="res://sprites/ui/grey_boxCross.png" type="Texture" id=7]
|
||||
[ext_resource path="res://scripts/ui.gd" type="Script" id=8]
|
||||
|
||||
[node name="GameScreen" type="Node2D"]
|
||||
[node name="game" type="Node2D"]
|
||||
|
||||
[node name="PicFrame" type="Sprite" parent="."]
|
||||
position = Vector2( 163.773, 119.752 )
|
||||
[node name="background" type="Sprite" parent="."]
|
||||
position = Vector2( 504.046, 202.426 )
|
||||
texture = ExtResource( 2 )
|
||||
|
||||
[node name="picFrame" type="Sprite" parent="."]
|
||||
position = Vector2( 127.602, 96.8945 )
|
||||
texture = ExtResource( 5 )
|
||||
__meta__ = {
|
||||
"_edit_group_": true
|
||||
}
|
||||
|
||||
[node name="Light" type="Light2D" parent="PicFrame"]
|
||||
[node name="light" type="Light2D" parent="picFrame"]
|
||||
position = Vector2( 35.118, -14.56 )
|
||||
texture = ExtResource( 6 )
|
||||
|
||||
[node name="characterBase" parent="." instance=ExtResource( 1 )]
|
||||
position = Vector2( 43, 250 )
|
||||
position = Vector2( 126.596, 319.219 )
|
||||
|
||||
[node name="UI" type="CanvasLayer" parent="."]
|
||||
[node name="ui" type="CanvasLayer" parent="."]
|
||||
|
||||
[node name="Base" type="Control" parent="UI"]
|
||||
[node name="base" type="Control" parent="ui"]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
script = ExtResource( 8 )
|
||||
__meta__ = {
|
||||
"_edit_lock_": true,
|
||||
"_edit_use_anchors_": false
|
||||
"_edit_use_anchors_": true
|
||||
}
|
||||
|
||||
[node name="Wordrobe" parent="UI/Base" instance=ExtResource( 4 )]
|
||||
margin_left = 276.0
|
||||
margin_top = 36.0
|
||||
margin_right = -20.0
|
||||
margin_bottom = -37.0
|
||||
[node name="wardrobe" parent="ui/base" instance=ExtResource( 4 )]
|
||||
anchor_left = 0.345
|
||||
anchor_top = 0.072
|
||||
anchor_right = 0.975
|
||||
anchor_bottom = 0.658
|
||||
margin_left = -4.69434
|
||||
margin_top = -19.9716
|
||||
margin_right = 60.3057
|
||||
margin_bottom = 75.0284
|
||||
|
||||
[node name="clearBtn" type="TextureButton" parent="ui/base"]
|
||||
margin_left = 752.0
|
||||
margin_top = 9.0
|
||||
margin_right = 788.0
|
||||
margin_bottom = 45.0
|
||||
hint_tooltip = "Clear all clothing"
|
||||
texture_normal = ExtResource( 3 )
|
||||
texture_pressed = ExtResource( 3 )
|
||||
texture_hover = ExtResource( 7 )
|
||||
texture_disabled = ExtResource( 7 )
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
[connection signal="pressed" from="ui/base/clearBtn" to="ui/base" method="_on_clearBtn_pressed"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue