2020-09-23 12:28:03 +00:00
|
|
|
[gd_scene load_steps=8 format=2]
|
2019-12-31 16:04:00 +00:00
|
|
|
|
2020-05-01 22:19:01 +00:00
|
|
|
[ext_resource path="res://src/UI/Dialogs/SplashDialog.gd" type="Script" id=1]
|
2020-09-23 12:28:03 +00:00
|
|
|
[ext_resource path="res://assets/graphics/splash_screen/artworks/wishdream.png" type="Texture" id=2]
|
2020-05-05 00:53:58 +00:00
|
|
|
[ext_resource path="res://assets/fonts/Roboto-Small.tres" type="DynamicFont" id=7]
|
|
|
|
[ext_resource path="res://assets/graphics/splash_screen/discord.png" type="Texture" id=9]
|
|
|
|
[ext_resource path="res://assets/graphics/splash_screen/github_32px.png" type="Texture" id=10]
|
|
|
|
[ext_resource path="res://assets/graphics/splash_screen/patreon_mark_white.png" type="Texture" id=11]
|
|
|
|
|
2020-05-15 13:20:23 +00:00
|
|
|
[sub_resource type="StyleBoxFlat" id=1]
|
|
|
|
bg_color = Color( 0.0705882, 0.0705882, 0.0705882, 1 )
|
|
|
|
border_width_top = 20
|
|
|
|
border_color = Color( 0.403922, 0.403922, 0.403922, 1 )
|
|
|
|
expand_margin_top = 20.0
|
|
|
|
|
2019-12-31 16:04:00 +00:00
|
|
|
[node name="SplashDialog" type="WindowDialog"]
|
2020-05-15 13:20:23 +00:00
|
|
|
margin_right = 640.0
|
2020-10-07 14:01:36 +00:00
|
|
|
margin_bottom = 583.0
|
|
|
|
rect_min_size = Vector2( 640, 583 )
|
2020-05-15 13:20:23 +00:00
|
|
|
custom_styles/panel = SubResource( 1 )
|
2019-12-31 16:04:00 +00:00
|
|
|
script = ExtResource( 1 )
|
2020-01-01 15:00:28 +00:00
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
2019-12-31 16:04:00 +00:00
|
|
|
|
|
|
|
[node name="Contents" type="VBoxContainer" parent="."]
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
2020-09-23 12:28:03 +00:00
|
|
|
margin_bottom = -46.0
|
2020-05-15 13:20:23 +00:00
|
|
|
custom_constants/separation = 8
|
2020-04-30 11:44:24 +00:00
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
2019-12-31 16:04:00 +00:00
|
|
|
|
2020-05-15 13:20:23 +00:00
|
|
|
[node name="SplashArt" type="TextureRect" parent="Contents"]
|
2020-09-23 12:28:03 +00:00
|
|
|
margin_right = 640.0
|
2020-05-15 13:20:23 +00:00
|
|
|
margin_bottom = 406.0
|
|
|
|
rect_min_size = Vector2( 640, 406 )
|
2019-12-31 16:04:00 +00:00
|
|
|
texture = ExtResource( 2 )
|
|
|
|
expand = true
|
2020-09-23 12:28:03 +00:00
|
|
|
stretch_mode = 6
|
2019-12-31 16:04:00 +00:00
|
|
|
|
2020-09-23 12:28:03 +00:00
|
|
|
[node name="ArtBy" type="HBoxContainer" parent="Contents"]
|
|
|
|
margin_top = 414.0
|
|
|
|
margin_right = 640.0
|
|
|
|
margin_bottom = 434.0
|
2020-05-15 13:20:23 +00:00
|
|
|
grow_horizontal = 0
|
2020-09-23 12:28:03 +00:00
|
|
|
custom_constants/separation = 0
|
2020-05-15 13:20:23 +00:00
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
2020-09-23 12:28:03 +00:00
|
|
|
[node name="SpacerControl" type="Control" parent="Contents/ArtBy"]
|
|
|
|
margin_right = 4.0
|
|
|
|
margin_bottom = 20.0
|
|
|
|
rect_min_size = Vector2( 4, 0 )
|
|
|
|
|
|
|
|
[node name="ArtistName" type="Button" parent="Contents/ArtBy"]
|
|
|
|
margin_left = 4.0
|
|
|
|
margin_right = 81.0
|
|
|
|
margin_bottom = 20.0
|
2020-05-15 13:20:23 +00:00
|
|
|
hint_tooltip = "https://twitter.com/WishdreamStar"
|
2019-12-31 17:04:54 +00:00
|
|
|
mouse_default_cursor_shape = 2
|
2020-08-21 17:13:22 +00:00
|
|
|
text = "Art by: %s"
|
2019-12-31 16:04:00 +00:00
|
|
|
flat = true
|
|
|
|
|
2020-05-15 13:20:23 +00:00
|
|
|
[node name="ButtonsPatronsLogos" type="HBoxContainer" parent="Contents"]
|
2020-09-23 12:28:03 +00:00
|
|
|
margin_top = 442.0
|
|
|
|
margin_right = 640.0
|
|
|
|
margin_bottom = 546.0
|
2020-04-30 11:44:24 +00:00
|
|
|
|
2020-05-15 13:20:23 +00:00
|
|
|
[node name="SpacerControl" type="Control" parent="Contents/ButtonsPatronsLogos"]
|
|
|
|
margin_right = 4.0
|
2020-09-23 12:28:03 +00:00
|
|
|
margin_bottom = 104.0
|
2020-05-15 13:20:23 +00:00
|
|
|
rect_min_size = Vector2( 4, 0 )
|
2020-04-30 11:44:24 +00:00
|
|
|
|
2020-05-15 13:20:23 +00:00
|
|
|
[node name="Buttons" type="VBoxContainer" parent="Contents/ButtonsPatronsLogos"]
|
|
|
|
margin_left = 8.0
|
|
|
|
margin_right = 298.0
|
2020-06-23 14:15:18 +00:00
|
|
|
margin_bottom = 80.0
|
2020-05-15 13:20:23 +00:00
|
|
|
rect_min_size = Vector2( 290, 0 )
|
|
|
|
size_flags_vertical = 0
|
2020-04-30 11:44:24 +00:00
|
|
|
custom_constants/separation = 10
|
|
|
|
|
2020-05-15 13:20:23 +00:00
|
|
|
[node name="NewBtn" type="Button" parent="Contents/ButtonsPatronsLogos/Buttons"]
|
|
|
|
margin_right = 290.0
|
2020-04-30 11:44:24 +00:00
|
|
|
margin_bottom = 20.0
|
2020-05-01 22:47:48 +00:00
|
|
|
mouse_default_cursor_shape = 2
|
2020-04-30 11:44:24 +00:00
|
|
|
text = "New"
|
|
|
|
|
2020-07-15 15:36:46 +00:00
|
|
|
[node name="OpenBtn" type="Button" parent="Contents/ButtonsPatronsLogos/Buttons"]
|
2020-04-30 11:44:24 +00:00
|
|
|
margin_top = 30.0
|
2020-05-15 13:20:23 +00:00
|
|
|
margin_right = 290.0
|
2020-04-30 11:44:24 +00:00
|
|
|
margin_bottom = 50.0
|
2020-05-01 22:47:48 +00:00
|
|
|
mouse_default_cursor_shape = 2
|
2020-04-30 11:44:24 +00:00
|
|
|
text = "Open"
|
|
|
|
|
2020-05-15 13:20:23 +00:00
|
|
|
[node name="OpenLastBtn" type="Button" parent="Contents/ButtonsPatronsLogos/Buttons"]
|
2020-04-30 11:44:24 +00:00
|
|
|
margin_top = 60.0
|
2020-05-15 13:20:23 +00:00
|
|
|
margin_right = 290.0
|
2020-04-30 11:44:24 +00:00
|
|
|
margin_bottom = 80.0
|
2020-05-01 22:47:48 +00:00
|
|
|
mouse_default_cursor_shape = 2
|
2020-04-30 11:44:24 +00:00
|
|
|
text = "Open Last Project"
|
|
|
|
|
2020-05-15 13:20:23 +00:00
|
|
|
[node name="Info" type="HBoxContainer" parent="Contents/ButtonsPatronsLogos"]
|
|
|
|
margin_left = 302.0
|
2020-09-23 12:28:03 +00:00
|
|
|
margin_right = 640.0
|
|
|
|
margin_bottom = 104.0
|
2020-04-30 11:44:24 +00:00
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
2020-10-07 14:01:36 +00:00
|
|
|
[node name="SpacerControl" type="Control" parent="Contents/ButtonsPatronsLogos/Info"]
|
2020-05-15 13:20:23 +00:00
|
|
|
margin_right = 6.0
|
2020-10-07 14:01:36 +00:00
|
|
|
margin_bottom = 104.0
|
2020-05-15 13:20:23 +00:00
|
|
|
rect_min_size = Vector2( 6, 0 )
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
2020-01-05 14:03:04 +00:00
|
|
|
|
2020-10-07 14:01:36 +00:00
|
|
|
[node name="PatronContainer" type="VBoxContainer" parent="Contents/ButtonsPatronsLogos/Info"]
|
|
|
|
margin_left = 10.0
|
|
|
|
margin_right = 294.0
|
|
|
|
margin_bottom = 104.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
|
|
|
[node name="PatronsLabel" type="Label" parent="Contents/ButtonsPatronsLogos/Info/PatronContainer"]
|
|
|
|
margin_right = 284.0
|
|
|
|
margin_bottom = 14.0
|
2020-09-23 12:28:03 +00:00
|
|
|
rect_min_size = Vector2( 230, 0 )
|
2020-05-15 13:20:23 +00:00
|
|
|
size_flags_vertical = 8
|
2020-10-07 14:01:36 +00:00
|
|
|
text = "Patrons:"
|
2020-05-15 13:20:23 +00:00
|
|
|
autowrap = true
|
2020-01-05 14:03:04 +00:00
|
|
|
|
2020-10-07 14:01:36 +00:00
|
|
|
[node name="PatronsLabel2" type="Label" parent="Contents/ButtonsPatronsLogos/Info/PatronContainer"]
|
2020-05-15 13:20:23 +00:00
|
|
|
margin_top = 18.0
|
2020-10-07 14:01:36 +00:00
|
|
|
margin_right = 284.0
|
|
|
|
margin_bottom = 32.0
|
|
|
|
rect_min_size = Vector2( 230, 0 )
|
|
|
|
size_flags_vertical = 8
|
|
|
|
text = "Hugo Locurcio"
|
|
|
|
autowrap = true
|
2020-04-30 11:44:24 +00:00
|
|
|
|
2020-05-15 13:20:23 +00:00
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="Contents/ButtonsPatronsLogos/Info"]
|
2020-09-23 12:28:03 +00:00
|
|
|
margin_left = 298.0
|
|
|
|
margin_right = 330.0
|
|
|
|
margin_bottom = 104.0
|
2020-04-30 11:44:24 +00:00
|
|
|
size_flags_vertical = 3
|
|
|
|
custom_constants/separation = 5
|
|
|
|
alignment = 2
|
2020-01-05 14:03:04 +00:00
|
|
|
|
2020-05-15 13:20:23 +00:00
|
|
|
[node name="Branding" type="HBoxContainer" parent="Contents/ButtonsPatronsLogos/Info/VBoxContainer"]
|
2020-09-23 12:28:03 +00:00
|
|
|
margin_right = 32.0
|
2020-05-15 13:20:23 +00:00
|
|
|
margin_bottom = 104.0
|
2020-04-30 11:44:24 +00:00
|
|
|
size_flags_vertical = 3
|
|
|
|
alignment = 2
|
2020-01-05 14:03:04 +00:00
|
|
|
|
2020-05-15 13:20:23 +00:00
|
|
|
[node name="Links" type="VBoxContainer" parent="Contents/ButtonsPatronsLogos/Info/VBoxContainer/Branding"]
|
2020-09-23 12:28:03 +00:00
|
|
|
margin_right = 32.0
|
2020-05-15 13:20:23 +00:00
|
|
|
margin_bottom = 104.0
|
2020-04-30 11:44:24 +00:00
|
|
|
|
2020-05-15 13:20:23 +00:00
|
|
|
[node name="GithubButton" type="TextureButton" parent="Contents/ButtonsPatronsLogos/Info/VBoxContainer/Branding/Links"]
|
2020-04-30 11:44:24 +00:00
|
|
|
margin_right = 32.0
|
|
|
|
margin_bottom = 32.0
|
2020-05-01 22:47:48 +00:00
|
|
|
mouse_default_cursor_shape = 2
|
2020-04-30 11:44:24 +00:00
|
|
|
texture_normal = ExtResource( 10 )
|
|
|
|
|
2020-05-15 13:20:23 +00:00
|
|
|
[node name="DiscordButton" type="TextureButton" parent="Contents/ButtonsPatronsLogos/Info/VBoxContainer/Branding/Links"]
|
2020-04-30 11:44:24 +00:00
|
|
|
margin_top = 36.0
|
|
|
|
margin_right = 32.0
|
|
|
|
margin_bottom = 68.0
|
2020-05-01 22:47:48 +00:00
|
|
|
mouse_default_cursor_shape = 2
|
2020-04-30 11:44:24 +00:00
|
|
|
texture_normal = ExtResource( 9 )
|
|
|
|
|
2020-05-15 13:20:23 +00:00
|
|
|
[node name="PatreonButton" type="TextureButton" parent="Contents/ButtonsPatronsLogos/Info/VBoxContainer/Branding/Links"]
|
2020-04-30 11:44:24 +00:00
|
|
|
margin_top = 72.0
|
|
|
|
margin_right = 32.0
|
|
|
|
margin_bottom = 104.0
|
2020-05-01 22:47:48 +00:00
|
|
|
mouse_default_cursor_shape = 2
|
2020-04-30 11:44:24 +00:00
|
|
|
texture_normal = ExtResource( 11 )
|
|
|
|
|
2020-09-23 12:28:03 +00:00
|
|
|
[node name="EmptySpacer" type="Control" parent="Contents/ButtonsPatronsLogos/Info"]
|
|
|
|
margin_left = 334.0
|
|
|
|
margin_right = 338.0
|
|
|
|
margin_bottom = 104.0
|
|
|
|
rect_min_size = Vector2( 4, 0 )
|
|
|
|
|
|
|
|
[node name="CopyrightLabel" type="Label" parent="Contents"]
|
|
|
|
margin_top = 554.0
|
|
|
|
margin_right = 640.0
|
|
|
|
margin_bottom = 567.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
custom_fonts/font = ExtResource( 7 )
|
2021-01-03 19:03:20 +00:00
|
|
|
text = "©2019-present by Orama Interactive and contributors"
|
2020-09-23 12:28:03 +00:00
|
|
|
align = 1
|
|
|
|
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="Contents/CopyrightLabel"]
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
margin_top = -6.0
|
|
|
|
margin_right = -2.0
|
|
|
|
margin_bottom = 5.0
|
|
|
|
size_flags_vertical = 0
|
|
|
|
custom_constants/separation = 0
|
|
|
|
alignment = 2
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="ShowOnStartup" type="CheckBox" parent="Contents/CopyrightLabel/HBoxContainer"]
|
|
|
|
margin_left = 533.0
|
|
|
|
margin_right = 638.0
|
|
|
|
margin_bottom = 24.0
|
2020-04-30 11:44:24 +00:00
|
|
|
mouse_default_cursor_shape = 2
|
2020-09-23 12:28:03 +00:00
|
|
|
size_flags_vertical = 0
|
2020-04-30 11:44:24 +00:00
|
|
|
custom_fonts/font = ExtResource( 7 )
|
|
|
|
text = "Don't show again"
|
2020-09-23 12:28:03 +00:00
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
2019-12-31 17:04:54 +00:00
|
|
|
[connection signal="about_to_show" from="." to="." method="_on_SplashDialog_about_to_show"]
|
2020-09-23 12:28:03 +00:00
|
|
|
[connection signal="pressed" from="Contents/ArtBy/ArtistName" to="." method="_on_ArtCredits_pressed"]
|
2020-05-15 13:20:23 +00:00
|
|
|
[connection signal="pressed" from="Contents/ButtonsPatronsLogos/Buttons/NewBtn" to="." method="_on_NewBtn_pressed"]
|
2020-07-15 15:36:46 +00:00
|
|
|
[connection signal="pressed" from="Contents/ButtonsPatronsLogos/Buttons/OpenBtn" to="." method="_on_OpenBtn__pressed"]
|
2020-05-15 13:20:23 +00:00
|
|
|
[connection signal="pressed" from="Contents/ButtonsPatronsLogos/Buttons/OpenLastBtn" to="." method="_on_OpenLastBtn_pressed"]
|
|
|
|
[connection signal="pressed" from="Contents/ButtonsPatronsLogos/Info/VBoxContainer/Branding/Links/GithubButton" to="." method="_on_GithubButton_pressed"]
|
|
|
|
[connection signal="pressed" from="Contents/ButtonsPatronsLogos/Info/VBoxContainer/Branding/Links/DiscordButton" to="." method="_on_DiscordButton_pressed"]
|
|
|
|
[connection signal="pressed" from="Contents/ButtonsPatronsLogos/Info/VBoxContainer/Branding/Links/PatreonButton" to="." method="_on_PatreonButton_pressed"]
|
2020-09-23 12:28:03 +00:00
|
|
|
[connection signal="toggled" from="Contents/CopyrightLabel/HBoxContainer/ShowOnStartup" to="." method="_on_ShowOnStartup_toggled"]
|