mirror of
https://github.com/tonytins/dressupzack
synced 2025-12-15 19:54:43 -05:00
Changed window dialog types
- Changed the window dialog types to so they can be exited upon just by pressing "Ok" - Settings shell command has been simplfied so typing "settings" will show the setting window, as oppose to the button. - Renamed cmd_interface to shell_interface - Tweaked the about text
This commit is contained in:
parent
05b137616c
commit
602e6b0a45
4 changed files with 30 additions and 34 deletions
|
|
@ -170,7 +170,7 @@ flat = false
|
|||
align = 1
|
||||
_sections_unfolded = [ "Margin" ]
|
||||
|
||||
[node name="AboutWin" type="WindowDialog" parent="." index="2"]
|
||||
[node name="AboutWin" type="AcceptDialog" parent="." index="2"]
|
||||
|
||||
visible = false
|
||||
anchor_left = 0.0
|
||||
|
|
@ -180,7 +180,7 @@ anchor_bottom = 0.0
|
|||
margin_left = 260.0
|
||||
margin_top = 132.0
|
||||
margin_right = 608.0
|
||||
margin_bottom = 382.0
|
||||
margin_bottom = 400.0
|
||||
rect_pivot_offset = Vector2( 0, 0 )
|
||||
rect_clip_content = false
|
||||
mouse_filter = 0
|
||||
|
|
@ -190,17 +190,18 @@ size_flags_vertical = 1
|
|||
popup_exclusive = false
|
||||
window_title = "KABO"
|
||||
resizable = false
|
||||
dialog_hide_on_ok = true
|
||||
|
||||
[node name="AboutTxt" type="RichTextLabel" parent="AboutWin" index="1"]
|
||||
[node name="AboutTxt" type="RichTextLabel" parent="AboutWin" index="4"]
|
||||
|
||||
anchor_left = 0.0
|
||||
anchor_top = 0.0
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
margin_left = 12.0
|
||||
margin_top = 7.0
|
||||
margin_right = -16.0
|
||||
margin_bottom = -14.0
|
||||
margin_left = 8.0
|
||||
margin_top = 8.0
|
||||
margin_right = -8.0
|
||||
margin_bottom = -36.0
|
||||
rect_pivot_offset = Vector2( 0, 0 )
|
||||
rect_clip_content = true
|
||||
focus_mode = 2
|
||||
|
|
@ -214,7 +215,7 @@ visible_characters = -1
|
|||
percent_visible = 1.0
|
||||
meta_underlined = true
|
||||
tab_size = 4
|
||||
text = "Zack's Dress Up is a port and remake of ZC's Dress Up. Both created by Anthony Wilcox.
|
||||
text = "Zack's Dress Up is a port of ZC's Dress Up, both created by Anthony Wilcox.
|
||||
|
||||
This is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
|
||||
|
||||
|
|
@ -225,8 +226,9 @@ scroll_active = true
|
|||
scroll_following = false
|
||||
selection_enabled = true
|
||||
override_selected_font_color = false
|
||||
_sections_unfolded = [ "BBCode" ]
|
||||
|
||||
[node name="CreditsWin" type="WindowDialog" parent="." index="3"]
|
||||
[node name="CreditsWin" type="AcceptDialog" parent="." index="3"]
|
||||
|
||||
visible = false
|
||||
anchor_left = 0.0
|
||||
|
|
@ -236,7 +238,7 @@ anchor_bottom = 0.0
|
|||
margin_left = 260.0
|
||||
margin_top = 132.0
|
||||
margin_right = 608.0
|
||||
margin_bottom = 382.0
|
||||
margin_bottom = 399.0
|
||||
rect_pivot_offset = Vector2( 0, 0 )
|
||||
rect_clip_content = false
|
||||
mouse_filter = 0
|
||||
|
|
@ -246,17 +248,18 @@ size_flags_vertical = 1
|
|||
popup_exclusive = false
|
||||
window_title = "KCRE"
|
||||
resizable = false
|
||||
dialog_hide_on_ok = true
|
||||
|
||||
[node name="CreditsTxt" type="RichTextLabel" parent="CreditsWin" index="1"]
|
||||
[node name="CreditsTxt" type="RichTextLabel" parent="CreditsWin" index="4"]
|
||||
|
||||
anchor_left = 0.0
|
||||
anchor_top = 0.0
|
||||
anchor_right = 0.0
|
||||
anchor_bottom = 0.0
|
||||
margin_left = 12.0
|
||||
margin_top = 7.0
|
||||
margin_right = 332.0
|
||||
margin_bottom = 236.0
|
||||
margin_left = 8.0
|
||||
margin_top = 8.0
|
||||
margin_right = 340.0
|
||||
margin_bottom = 231.0
|
||||
rect_pivot_offset = Vector2( 0, 0 )
|
||||
rect_clip_content = true
|
||||
focus_mode = 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue