mirror of
https://github.com/tonytins/dressupzack
synced 2025-06-25 16:14:43 -04:00
WIP redesign
- Redesigned UI - Imported old theme - Switched to original character sprite - Simplified clothes
This commit is contained in:
parent
2bc37e1100
commit
ed75c25fef
38 changed files with 622 additions and 1166 deletions
|
@ -1,10 +1,12 @@
|
|||
[gd_scene load_steps=32 format=3 uid="uid://detf8uwimqp3v"]
|
||||
[gd_scene load_steps=30 format=3 uid="uid://detf8uwimqp3v"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/character.gd" id="1_k1mtq"]
|
||||
[ext_resource type="Texture2D" uid="uid://cddou4chwo8h2" path="res://sprites/character/tail/tail0.svg" id="2"]
|
||||
[ext_resource type="Texture2D" uid="uid://dxpvahpmr14ty" path="res://sprites/character/character_base.png" id="2_p4oam"]
|
||||
[ext_resource type="Texture2D" uid="uid://cnd3v8cerplqq" path="res://sprites/character/tail/tail1.svg" id="3"]
|
||||
[ext_resource type="Texture2D" uid="uid://djv0p7rxujbd4" path="res://sprites/character/tail/tail2.svg" id="4"]
|
||||
[ext_resource type="Texture2D" uid="uid://cardxswmgbmbv" path="res://sprites/clothes/owo_censor.svg" id="5"]
|
||||
[ext_resource type="Texture2D" uid="uid://dnwdyi2d46hsm" path="res://sprites/character/eyes/eyes1.png" id="6"]
|
||||
[ext_resource type="Texture2D" uid="uid://cardxswmgbmbv" path="res://sprites/clothes/owo_censor.svg" id="6_w0l5s"]
|
||||
[ext_resource type="Texture2D" uid="uid://cbr37emgh11is" path="res://sprites/character/eyes/eyes2.png" id="7"]
|
||||
[ext_resource type="Script" path="res://scripts/clothing.gd" id="7_58p8d"]
|
||||
[ext_resource type="Texture2D" uid="uid://ceifal0sxn0r7" path="res://sprites/character/eyes/eyes3.png" id="8"]
|
||||
|
@ -23,10 +25,6 @@
|
|||
[ext_resource type="Texture2D" uid="uid://b8nfuuiqedapi" path="res://sprites/character/mouth/mouth9.png" id="21"]
|
||||
[ext_resource type="Texture2D" uid="uid://ce3wk6a1dajrm" path="res://sprites/character/mouth/mouth10.png" id="22"]
|
||||
[ext_resource type="Texture2D" uid="uid://2wrx272o3gsa" path="res://sprites/character/mouth/mouth12.png" id="23"]
|
||||
[ext_resource type="AudioStream" uid="uid://5jaaocj1kh" path="res://sounds/select_006.ogg" id="24"]
|
||||
[ext_resource type="Texture2D" uid="uid://blvwt6d80bq5x" path="res://sprites/character/character_base_top.svg" id="25"]
|
||||
[ext_resource type="Texture2D" uid="uid://cp4oe0dv4st1w" path="res://sprites/clothes/blank_top.png" id="26"]
|
||||
[ext_resource type="Texture2D" uid="uid://cpf6yh6fqqxy1" path="res://sprites/character/character_base_head.svg" id="27"]
|
||||
[ext_resource type="Texture2D" uid="uid://bw7u6fgygd8t" path="res://sprites/character/mouth/mouth11.png" id="28"]
|
||||
|
||||
[sub_resource type="SpriteFrames" id="1"]
|
||||
|
@ -121,52 +119,34 @@ animations = [{
|
|||
|
||||
[node name="Character" type="Node2D"]
|
||||
position = Vector2(-19, -92)
|
||||
script = ExtResource("1_k1mtq")
|
||||
|
||||
[node name="Click" type="AudioStreamPlayer" parent="."]
|
||||
stream = ExtResource("24")
|
||||
|
||||
[node name="Body" type="Node2D" parent="."]
|
||||
|
||||
[node name="Tail" type="AnimatedSprite2D" parent="Body"]
|
||||
[node name="Tail" type="AnimatedSprite2D" parent="."]
|
||||
position = Vector2(-33.7592, 99.4079)
|
||||
scale = Vector2(0.927713, 1)
|
||||
sprite_frames = SubResource("1")
|
||||
frame_progress = 0.642539
|
||||
metadata/_edit_lock_ = true
|
||||
|
||||
[node name="Bottom" type="TextureRect" parent="Body"]
|
||||
offset_left = -54.0
|
||||
offset_top = 132.0
|
||||
offset_right = 57.0
|
||||
offset_bottom = 257.0
|
||||
texture = ExtResource("5")
|
||||
[node name="Body" type="Sprite2D" parent="."]
|
||||
position = Vector2(12, 81)
|
||||
texture = ExtResource("2_p4oam")
|
||||
metadata/_edit_lock_ = true
|
||||
|
||||
[node name="Bottom" type="TextureRect" parent="."]
|
||||
offset_left = -49.0
|
||||
offset_top = 116.0
|
||||
offset_right = 62.0
|
||||
offset_bottom = 241.0
|
||||
texture = ExtResource("6_w0l5s")
|
||||
script = ExtResource("7_58p8d")
|
||||
metadata/_edit_lock_ = true
|
||||
|
||||
[node name="Top" type="TextureRect" parent="Body"]
|
||||
offset_left = -39.0
|
||||
offset_top = 25.0
|
||||
offset_right = 54.0
|
||||
offset_bottom = 135.0
|
||||
texture = ExtResource("25")
|
||||
metadata/_edit_lock_ = true
|
||||
|
||||
[node name="Head" type="Sprite2D" parent="Body"]
|
||||
position = Vector2(10.6805, -25.1047)
|
||||
texture = ExtResource("27")
|
||||
metadata/_edit_lock_ = true
|
||||
|
||||
[node name="Eyes" type="AnimatedSprite2D" parent="Body/Head"]
|
||||
position = Vector2(17.6857, 4.22147)
|
||||
[node name="Eyes" type="AnimatedSprite2D" parent="."]
|
||||
position = Vector2(28.6857, -15.7785)
|
||||
sprite_frames = SubResource("2")
|
||||
frame_progress = 0.55981
|
||||
|
||||
[node name="Mouth" type="AnimatedSprite2D" parent="Body/Head"]
|
||||
position = Vector2(38.1195, 8.68453)
|
||||
[node name="Mouth" type="AnimatedSprite2D" parent="."]
|
||||
position = Vector2(49.1195, -14.3155)
|
||||
sprite_frames = SubResource("3")
|
||||
frame_progress = 0.679866
|
||||
|
||||
[node name="Accessory" type="Sprite2D" parent="Body"]
|
||||
position = Vector2(9.54095, 73.0832)
|
||||
texture = ExtResource("26")
|
||||
metadata/_edit_lock_ = true
|
||||
|
|
|
@ -6,10 +6,13 @@
|
|||
[node name="Demo" type="Node2D"]
|
||||
|
||||
[node name="Platform" parent="." instance=ExtResource("1_31w52")]
|
||||
position = Vector2(94, 117)
|
||||
position = Vector2(170, 92)
|
||||
|
||||
[node name="Platform2" parent="." instance=ExtResource("1_31w52")]
|
||||
position = Vector2(419, 84)
|
||||
|
||||
[node name="Platform3" parent="." instance=ExtResource("1_31w52")]
|
||||
position = Vector2(296, 286)
|
||||
|
||||
[node name="Object" parent="." instance=ExtResource("2_cgl4f")]
|
||||
position = Vector2(96, 117)
|
||||
position = Vector2(301, 146)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=8 format=3 uid="uid://cvr2aries2lhr"]
|
||||
[gd_scene load_steps=11 format=3 uid="uid://cvr2aries2lhr"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://33g80p0qnfw4" path="res://sprites/world/background.svg" id="1_uee2i"]
|
||||
[ext_resource type="Texture2D" uid="uid://bi7ayrxnn7hex" path="res://sprites/clothes/icrazy_frame.svg" id="2_n1kmf"]
|
||||
|
@ -6,8 +6,20 @@
|
|||
[ext_resource type="Texture2D" uid="uid://dteiup73cqn4o" path="res://sprites/clothes/lights.png" id="3_bbsyl"]
|
||||
[ext_resource type="Script" path="res://scripts/gui.gd" id="4_pqv2p"]
|
||||
[ext_resource type="PackedScene" uid="uid://crwoe1shep3qn" path="res://scenes/wardrobe.tscn" id="5_4le6a"]
|
||||
[ext_resource type="Theme" uid="uid://b4vgui7vtqdtb" path="res://resources/Game.theme" id="5_gf1vk"]
|
||||
[ext_resource type="PackedScene" uid="uid://detf8uwimqp3v" path="res://scenes/character.tscn" id="6_tdil0"]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_tqrj6"]
|
||||
bg_color = Color(0.0313726, 0.321569, 0.321569, 1)
|
||||
corner_radius_top_left = 10
|
||||
corner_radius_bottom_left = 10
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_3qslg"]
|
||||
corner_radius_top_left = 10
|
||||
corner_radius_top_right = 10
|
||||
corner_radius_bottom_right = 10
|
||||
corner_radius_bottom_left = 10
|
||||
|
||||
[node name="Game" type="Node"]
|
||||
|
||||
[node name="Background" type="Sprite2D" parent="."]
|
||||
|
@ -36,34 +48,32 @@ anchor_right = 1.0
|
|||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
theme = ExtResource("5_gf1vk")
|
||||
script = ExtResource("4_pqv2p")
|
||||
metadata/_edit_lock_ = true
|
||||
|
||||
[node name="Panel" type="Panel" parent="GUI"]
|
||||
layout_mode = 1
|
||||
anchors_preset = -1
|
||||
anchor_left = 0.3975
|
||||
anchor_top = 0.02
|
||||
anchor_right = 1.015
|
||||
anchor_bottom = 0.878
|
||||
offset_right = 1.14441e-05
|
||||
theme_override_styles/panel = SubResource("StyleBoxFlat_tqrj6")
|
||||
metadata/_edit_use_anchors_ = true
|
||||
|
||||
[node name="Wardrobe" parent="GUI" instance=ExtResource("5_4le6a")]
|
||||
layout_mode = 1
|
||||
anchors_preset = -1
|
||||
anchor_left = 0.30125
|
||||
anchor_top = 0.086
|
||||
anchor_right = 1.0125
|
||||
anchor_bottom = 0.932
|
||||
offset_right = 3.8147e-05
|
||||
offset_bottom = 1.19209e-05
|
||||
anchor_left = 0.42625
|
||||
anchor_top = 0.054
|
||||
anchor_right = 0.975
|
||||
anchor_bottom = 0.822
|
||||
offset_bottom = 1.23978e-05
|
||||
grow_horizontal = 1
|
||||
grow_vertical = 1
|
||||
metadata/_edit_use_anchors_ = true
|
||||
|
||||
[node name="VersionLbl" type="Label" parent="GUI"]
|
||||
layout_mode = 1
|
||||
anchors_preset = -1
|
||||
anchor_left = 0.89
|
||||
anchor_top = 0.942
|
||||
anchor_right = 0.99125
|
||||
anchor_bottom = 0.994
|
||||
offset_left = -1.90735e-05
|
||||
offset_right = -1.33514e-05
|
||||
offset_bottom = -3.0
|
||||
text = "0.0.0"
|
||||
metadata/_edit_use_anchors_ = true
|
||||
theme_override_styles/panel = SubResource("StyleBoxFlat_3qslg")
|
||||
|
||||
[node name="Character" parent="." instance=ExtResource("6_tdil0")]
|
||||
position = Vector2(127, 218)
|
||||
position = Vector2(117, 234)
|
||||
|
|
|
@ -1,62 +1,70 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://crwoe1shep3qn"]
|
||||
[gd_scene load_steps=9 format=3 uid="uid://crwoe1shep3qn"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/clothing.gd" id="2_1si7t"]
|
||||
[ext_resource type="Texture2D" uid="uid://yhyxxgdk0o4r" path="res://sprites/clothes/dj_shorts.svg" id="3_8ykbu"]
|
||||
[ext_resource type="Texture2D" uid="uid://405burxtvied" path="res://sprites/clothes/sweat_pants.svg" id="3_h6yd3"]
|
||||
[ext_resource type="Texture2D" uid="uid://bvh35sf1ahp1k" path="res://sprites/clothes/jeans.svg" id="4_53rvc"]
|
||||
[ext_resource type="Texture2D" uid="uid://8vrl1mmcm5is" path="res://sprites/clothes/beat_up_jeans.svg" id="5_magqk"]
|
||||
[ext_resource type="Texture2D" uid="uid://venieklgphn5" path="res://sprites/clothes/blue_camo_jeans.svg" id="6_dagdg"]
|
||||
[ext_resource type="Texture2D" uid="uid://cf72ydh00dbjc" path="res://sprites/clothes/blue_skirt.svg" id="6_n1njc"]
|
||||
[ext_resource type="Texture2D" uid="uid://cardxswmgbmbv" path="res://sprites/clothes/owo_censor.svg" id="8_noljf"]
|
||||
|
||||
[node name="Wordrobe" type="TabContainer"]
|
||||
[node name="Wordrobe" type="Panel"]
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
metadata/_edit_use_anchors_ = true
|
||||
|
||||
[node name="Pants" type="TabBar" parent="."]
|
||||
[node name="Grid" type="GridContainer" parent="."]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="PantsScroll" type="ScrollContainer" parent="Pants"]
|
||||
layout_mode = 0
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
|
||||
[node name="PantsGrid" type="GridContainer" parent="Pants/PantsScroll"]
|
||||
layout_mode = 2
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
columns = 4
|
||||
metadata/_edit_use_anchors_ = true
|
||||
|
||||
[node name="SweatPants" type="TextureRect" parent="Pants/PantsScroll/PantsGrid"]
|
||||
[node name="SweatPants" type="TextureRect" parent="Grid"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("3_h6yd3")
|
||||
expand_mode = 3
|
||||
script = ExtResource("2_1si7t")
|
||||
|
||||
[node name="Shirts" type="TabBar" parent="."]
|
||||
visible = false
|
||||
[node name="DJShorts" type="TextureRect" parent="Grid"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("3_8ykbu")
|
||||
expand_mode = 3
|
||||
script = ExtResource("2_1si7t")
|
||||
|
||||
[node name="ShirtsScroll" type="ScrollContainer" parent="Shirts"]
|
||||
layout_mode = 0
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
offset_left = 10.0
|
||||
offset_top = 10.0
|
||||
|
||||
[node name="ShirtsGrid" type="GridContainer" parent="Shirts/ShirtsScroll"]
|
||||
[node name="Jeans" type="TextureRect" parent="Grid"]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
columns = 4
|
||||
texture = ExtResource("4_53rvc")
|
||||
expand_mode = 3
|
||||
script = ExtResource("2_1si7t")
|
||||
|
||||
[node name="Accessoires" type="TabBar" parent="."]
|
||||
visible = false
|
||||
[node name="TornJeans" type="TextureRect" parent="Grid"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("5_magqk")
|
||||
script = ExtResource("2_1si7t")
|
||||
|
||||
[node name="AccsScroll" type="ScrollContainer" parent="Accessoires"]
|
||||
layout_mode = 0
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
|
||||
[node name="AccsGrid" type="GridContainer" parent="Accessoires/AccsScroll"]
|
||||
[node name="CamoJeans" type="TextureRect" parent="Grid"]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
columns = 3
|
||||
texture = ExtResource("6_dagdg")
|
||||
stretch_mode = 4
|
||||
script = ExtResource("2_1si7t")
|
||||
|
||||
[node name="Skirt" type="TextureRect" parent="Grid"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("6_n1njc")
|
||||
stretch_mode = 4
|
||||
script = ExtResource("2_1si7t")
|
||||
|
||||
[node name="OwO" type="TextureRect" parent="Grid"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("8_noljf")
|
||||
stretch_mode = 4
|
||||
script = ExtResource("2_1si7t")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue