81 lines
2.5 KiB
Text
81 lines
2.5 KiB
Text
[gd_scene load_steps=12 format=2]
|
|
|
|
[ext_resource path="res://Theme/Jessist_UI_Pixel.tres" type="Theme" id=1]
|
|
[ext_resource path="res://InterFont.ttf" type="DynamicFontData" id=2]
|
|
[ext_resource path="res://AndinaFont.ttf" type="DynamicFontData" id=3]
|
|
[ext_resource path="res://Images/color.png" type="Texture" id=4]
|
|
[ext_resource path="res://Images/UI/menubutton-pressed.png" type="Texture" id=5]
|
|
[ext_resource path="res://Images/UI/menubutton.png" type="Texture" id=6]
|
|
[ext_resource path="res://Scripts/GameDone.gd" type="Script" id=7]
|
|
[ext_resource path="res://Theme/Jessist_UI.tres" type="Theme" id=11]
|
|
[ext_resource path="res://Images/logo-transparency.png" type="Texture" id=15]
|
|
|
|
[sub_resource type="DynamicFont" id=1]
|
|
size = 150
|
|
font_data = ExtResource( 3 )
|
|
|
|
[sub_resource type="DynamicFont" id=2]
|
|
size = 45
|
|
use_filter = true
|
|
font_data = ExtResource( 2 )
|
|
|
|
[node name="UI" type="Control"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
script = ExtResource( 7 )
|
|
|
|
[node name="Background" type="NinePatchRect" parent="."]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
rect_pivot_offset = Vector2( 387, 342 )
|
|
texture = ExtResource( 4 )
|
|
|
|
[node name="logo" type="NinePatchRect" parent="Background"]
|
|
anchor_left = 0.5
|
|
anchor_right = 0.5
|
|
margin_left = -196.875
|
|
margin_top = 54.0
|
|
margin_right = 196.875
|
|
margin_bottom = 216.0
|
|
texture = ExtResource( 15 )
|
|
|
|
[node name="gameCompleteTitle" type="RichTextLabel" parent="Background"]
|
|
anchor_left = 0.5
|
|
anchor_right = 0.5
|
|
margin_left = -703.0
|
|
margin_top = 267.0
|
|
margin_right = 737.0
|
|
margin_bottom = 424.0
|
|
theme = ExtResource( 1 )
|
|
custom_fonts/normal_font = SubResource( 1 )
|
|
text = "Game completed"
|
|
|
|
[node name="gameCompleteText" type="RichTextLabel" parent="Background"]
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
margin_left = -874.5
|
|
margin_top = -64.5
|
|
margin_right = 874.5
|
|
margin_bottom = 64.5
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 2
|
|
theme = ExtResource( 11 )
|
|
custom_fonts/normal_font = SubResource( 2 )
|
|
text = " You just successfully completed Jessist and killed the final boss.
|
|
We hope you had fun with Jessist. Down below, you can return to the main menu."
|
|
|
|
[node name="menuButton" type="TextureButton" parent="Background"]
|
|
anchor_left = 0.5
|
|
anchor_top = 1.0
|
|
anchor_right = 0.5
|
|
anchor_bottom = 1.0
|
|
margin_left = -240.0
|
|
margin_top = -316.0
|
|
margin_right = 240.0
|
|
margin_bottom = -180.0
|
|
texture_normal = ExtResource( 6 )
|
|
texture_pressed = ExtResource( 5 )
|
|
|
|
[connection signal="pressed" from="Background/menuButton" to="." method="menuButtonPressed"]
|