mirror of
https://github.com/tonytins/dressupzack
synced 2025-06-26 08:34:43 -04:00
Window.tscn was renamed to MainScreen.tscn
- New Credits window and it's respective button - Renamed panel_height to content_height - Window content text now supports BBCode - Made sure the content height doesn't exceed 216 pixels - GPL license notice now included in the about window - SixAM splash screen
This commit is contained in:
parent
e5db016ba1
commit
fbc7ad5c0f
14 changed files with 160 additions and 28 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
[ext_resource path="res://src/WindowControl.gd" type="Script" id=1]
|
||||
|
||||
[node name="WindowControl" type="Control"]
|
||||
[node name="WindowControl" type="Control" index="0"]
|
||||
|
||||
anchor_left = 0.0
|
||||
anchor_top = 0.0
|
||||
|
@ -17,9 +17,9 @@ mouse_default_cursor_shape = 0
|
|||
size_flags_horizontal = 1
|
||||
size_flags_vertical = 1
|
||||
script = ExtResource( 1 )
|
||||
toolbar_title = "New Window"
|
||||
toolbar_title = ""
|
||||
content_text = ""
|
||||
panel_height = 216
|
||||
content_height = 216
|
||||
|
||||
[node name="WindowFrame" type="ReferenceRect" parent="." index="0"]
|
||||
|
||||
|
@ -52,6 +52,7 @@ mouse_filter = 0
|
|||
mouse_default_cursor_shape = 0
|
||||
size_flags_horizontal = 1
|
||||
size_flags_vertical = 1
|
||||
_sections_unfolded = [ "Rect" ]
|
||||
|
||||
[node name="ContentPanel" type="Panel" parent="WindowFrame/ContentFrame" index="0"]
|
||||
|
||||
|
@ -59,6 +60,7 @@ anchor_left = 0.0
|
|||
anchor_top = 0.0
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
margin_right = 1.0
|
||||
rect_pivot_offset = Vector2( 0, 0 )
|
||||
rect_clip_content = false
|
||||
mouse_filter = 0
|
||||
|
@ -83,17 +85,18 @@ mouse_filter = 0
|
|||
mouse_default_cursor_shape = 0
|
||||
size_flags_horizontal = 1
|
||||
size_flags_vertical = 1
|
||||
bbcode_enabled = false
|
||||
bbcode_enabled = true
|
||||
bbcode_text = ""
|
||||
visible_characters = -1
|
||||
percent_visible = 1.0
|
||||
meta_underlined = true
|
||||
tab_size = 4
|
||||
text = "Content"
|
||||
text = ""
|
||||
scroll_active = true
|
||||
scroll_following = false
|
||||
selection_enabled = false
|
||||
override_selected_font_color = false
|
||||
_sections_unfolded = [ "BBCode" ]
|
||||
|
||||
[node name="TitleBarFrame" type="ReferenceRect" parent="WindowFrame" index="1"]
|
||||
|
||||
|
@ -101,7 +104,7 @@ anchor_left = 0.0
|
|||
anchor_top = 0.0
|
||||
anchor_right = 0.0
|
||||
anchor_bottom = 0.0
|
||||
margin_right = 350.0
|
||||
margin_right = 351.0
|
||||
margin_bottom = 33.0
|
||||
rect_pivot_offset = Vector2( 0, 0 )
|
||||
rect_clip_content = false
|
||||
|
@ -109,6 +112,7 @@ mouse_filter = 0
|
|||
mouse_default_cursor_shape = 0
|
||||
size_flags_horizontal = 1
|
||||
size_flags_vertical = 1
|
||||
_sections_unfolded = [ "Rect" ]
|
||||
|
||||
[node name="TitleBar" type="Panel" parent="WindowFrame/TitleBarFrame" index="0"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue