1
0
Fork 0
mirror of https://github.com/tonytins/dressupzack synced 2025-05-07 22:04:49 -04:00

Rearranged title screen

- Rearranged title screen for the increased resoluation
This commit is contained in:
Anthony Wilcox 2019-05-04 16:08:27 -04:00
parent 9ba4f11a10
commit e39458cb3c
2 changed files with 52 additions and 70 deletions

View file

@ -72,15 +72,13 @@ custom_colors/font_color_fg = Color( 0.980392, 0.992157, 0.768627, 1 )
visible = false
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = -22.0
margin_top = 29.0
margin_right = -22.0
custom_constants/hseparation = 0
[node name="PantsGrid" type="GridContainer" parent="RefRect/Wordrobe/Pants"]
margin_left = 35.0
margin_left = 42.0
margin_top = 13.0
margin_right = 657.0
margin_right = 600.0
margin_bottom = 425.0
columns = 5
@ -132,79 +130,79 @@ anchor_bottom = 1.0
margin_top = 29.0
[node name="ShirtsGrid" type="GridContainer" parent="RefRect/Wordrobe/Shirts"]
margin_left = 13.0
margin_top = 14.0
margin_right = 632.0
margin_bottom = 447.0
columns = 6
margin_left = 82.0
margin_top = 8.0
margin_right = 556.0
margin_bottom = 441.0
columns = 5
[node name="Sweatshirt" type="TextureButton" parent="RefRect/Wordrobe/Shirts/ShirtsGrid"]
margin_right = 85.0
margin_right = 118.0
margin_bottom = 115.0
texture_normal = ExtResource( 10 )
[node name="DJ Shirt" type="TextureButton" parent="RefRect/Wordrobe/Shirts/ShirtsGrid"]
margin_left = 89.0
margin_right = 174.0
margin_left = 122.0
margin_right = 207.0
margin_bottom = 115.0
texture_normal = ExtResource( 11 )
[node name="Raw" type="TextureButton" parent="RefRect/Wordrobe/Shirts/ShirtsGrid"]
margin_left = 178.0
margin_right = 263.0
margin_left = 211.0
margin_right = 296.0
margin_bottom = 115.0
texture_normal = ExtResource( 12 )
[node name="Atomic" type="TextureButton" parent="RefRect/Wordrobe/Shirts/ShirtsGrid"]
margin_left = 267.0
margin_right = 352.0
margin_left = 300.0
margin_right = 385.0
margin_bottom = 115.0
texture_normal = ExtResource( 13 )
[node name="Z Shirt" type="TextureButton" parent="RefRect/Wordrobe/Shirts/ShirtsGrid"]
margin_left = 356.0
margin_left = 389.0
margin_right = 474.0
margin_bottom = 115.0
texture_normal = ExtResource( 14 )
[node name="Biker Jacket" type="TextureButton" parent="RefRect/Wordrobe/Shirts/ShirtsGrid"]
margin_left = 478.0
margin_right = 563.0
margin_bottom = 115.0
margin_top = 119.0
margin_right = 118.0
margin_bottom = 234.0
texture_normal = ExtResource( 15 )
[node name="NL Jacket" type="TextureButton" parent="RefRect/Wordrobe/Shirts/ShirtsGrid"]
margin_left = 122.0
margin_top = 119.0
margin_right = 85.0
margin_bottom = 237.0
margin_right = 207.0
margin_bottom = 234.0
texture_normal = ExtResource( 16 )
[node name="Train Hoodie" type="TextureButton" parent="RefRect/Wordrobe/Shirts/ShirtsGrid"]
margin_left = 89.0
margin_left = 211.0
margin_top = 119.0
margin_right = 174.0
margin_bottom = 237.0
margin_right = 296.0
margin_bottom = 234.0
texture_normal = ExtResource( 17 )
[node name="Korm Shirt" type="TextureButton" parent="RefRect/Wordrobe/Shirts/ShirtsGrid"]
margin_left = 178.0
margin_left = 300.0
margin_top = 119.0
margin_right = 263.0
margin_bottom = 237.0
margin_right = 385.0
margin_bottom = 234.0
texture_normal = ExtResource( 18 )
[node name="What's New Shirt" type="TextureButton" parent="RefRect/Wordrobe/Shirts/ShirtsGrid"]
margin_left = 267.0
margin_left = 389.0
margin_top = 119.0
margin_right = 352.0
margin_bottom = 237.0
margin_right = 474.0
margin_bottom = 234.0
texture_normal = ExtResource( 19 )
[node name="Remove Shirt" type="Button" parent="RefRect/Wordrobe/Shirts/ShirtsGrid"]
margin_left = 356.0
margin_top = 119.0
margin_right = 474.0
margin_bottom = 237.0
margin_top = 238.0
margin_right = 118.0
margin_bottom = 356.0
rect_min_size = Vector2( 0, 112 )
custom_colors/font_color_disabled = Color( 0, 0, 0, 1 )
custom_colors/font_color = Color( 0, 0, 0, 1 )
@ -220,9 +218,9 @@ anchor_bottom = 1.0
margin_top = 29.0
[node name="UndiesGrid" type="GridContainer" parent="RefRect/Wordrobe/Underwear"]
margin_left = 13.0
margin_left = 68.0
margin_top = 10.0
margin_right = 635.0
margin_right = 585.0
margin_bottom = 451.0
columns = 5
@ -255,11 +253,11 @@ anchor_bottom = 1.0
margin_top = 29.0
[node name="AccessoiresGrid" type="GridContainer" parent="RefRect/Wordrobe/Accessoires"]
margin_left = 7.0
margin_left = 85.0
margin_top = 14.0
margin_right = 631.0
margin_right = 556.0
margin_bottom = 458.0
columns = 6
columns = 5
[node name="Camera" type="TextureButton" parent="RefRect/Wordrobe/Accessoires/AccessoiresGrid"]
margin_right = 85.0

View file

@ -1,29 +1,21 @@
[gd_scene load_steps=5 format=2]
[gd_scene load_steps=4 format=2]
[ext_resource path="res://src/TitleScn.gd" type="Script" id=1]
[ext_resource path="res://sprites/modern_dress_up_blurred_bg.png" type="Texture" id=2]
[ext_resource path="res://sprites/title.svg" type="Texture" id=3]
[ext_resource path="res://scn/WinDialogs.tscn" type="PackedScene" id=4]
[ext_resource path="res://sprites/title.svg" type="Texture" id=2]
[ext_resource path="res://scn/WinDialogs.tscn" type="PackedScene" id=3]
[node name="Start" type="Node"]
script = ExtResource( 1 )
[node name="ModernBG" type="Sprite" parent="."]
position = Vector2( 400, 277 )
texture = ExtResource( 2 )
__meta__ = {
"_edit_lock_": true
}
[node name="Title" type="Sprite" parent="."]
position = Vector2( 408.047, 113.148 )
texture = ExtResource( 3 )
position = Vector2( 526.047, 150.148 )
texture = ExtResource( 2 )
[node name="MenuRf" type="ReferenceRect" parent="."]
margin_left = 130.323
margin_top = 34.4196
margin_right = 690.323
margin_bottom = 485.42
margin_left = 315.292
margin_top = 72.2924
margin_right = 734.292
margin_bottom = 523.292
[node name="StartVbox" type="VBoxContainer" parent="MenuRf"]
anchor_left = 0.5
@ -70,38 +62,30 @@ margin_left = 5.0
margin_top = 5.0
margin_right = -5.0
margin_bottom = -5.0
__meta__ = {
"_edit_lock_": true
}
[node name="ModeLbl" type="Label" parent="MenuRf/ModePanel/PlayVbox"]
margin_right = 136.0
margin_bottom = 14.0
text = "KGMO"
align = 1
__meta__ = {
"_edit_lock_": true
}
[node name="ModernBtn" type="Button" parent="MenuRf/ModePanel/PlayVbox"]
margin_top = 18.0
margin_right = 136.0
margin_bottom = 38.0
text = "Modern"
__meta__ = {
"_edit_lock_": true
}
[node name="ClassicBtn" type="Button" parent="MenuRf/ModePanel/PlayVbox"]
margin_top = 42.0
margin_right = 136.0
margin_bottom = 62.0
text = "KCLS"
__meta__ = {
"_edit_lock_": true
}
[node name="WinDialogs" parent="." instance=ExtResource( 4 )]
[node name="WinDialogs" parent="." instance=ExtResource( 3 )]
margin_left = 113.0
margin_top = 37.0
margin_right = 113.0
margin_bottom = 37.0
[connection signal="pressed" from="MenuRf/StartVbox/PlayBtn" to="." method="_on_PlayBtn_pressed"]
[connection signal="pressed" from="MenuRf/StartVbox/CreditsBtn" to="." method="_on_CreditsBtn_pressed"]
[connection signal="pressed" from="MenuRf/StartVbox/LicenseBtn" to="." method="_on_LicenseBtn_pressed"]