81 lines
2 KiB
Text
81 lines
2 KiB
Text
[gd_scene load_steps=10 format=2]
|
|
|
|
[ext_resource path="res://scripts/GameEnd/WinScene.gd" type="Script" id=1]
|
|
|
|
[sub_resource type="DynamicFontData" id=1]
|
|
font_path = "res://resources/fonts/OneEleven.ttf"
|
|
|
|
[sub_resource type="DynamicFont" id=2]
|
|
size = 650
|
|
outline_size = 15
|
|
outline_color = Color( 0, 0, 0, 1 )
|
|
use_filter = true
|
|
font_data = SubResource( 1 )
|
|
|
|
[sub_resource type="DynamicFontData" id=4]
|
|
font_path = "res://resources/fonts/TimesNewerRoman-Regular.otf"
|
|
|
|
[sub_resource type="DynamicFont" id=8]
|
|
size = 11
|
|
use_filter = true
|
|
font_data = SubResource( 4 )
|
|
|
|
[sub_resource type="DynamicFontData" id=7]
|
|
font_path = "res://resources/fonts/TimesNewerRoman-Italic.otf"
|
|
|
|
[sub_resource type="DynamicFont" id=9]
|
|
size = 35
|
|
outline_size = 2
|
|
outline_color = Color( 0, 0, 0, 1 )
|
|
use_filter = true
|
|
font_data = SubResource( 7 )
|
|
|
|
[sub_resource type="DynamicFont" id=10]
|
|
size = 60
|
|
outline_size = 3
|
|
outline_color = Color( 0, 0, 0, 1 )
|
|
use_mipmaps = true
|
|
font_data = SubResource( 7 )
|
|
|
|
[sub_resource type="DynamicFont" id=11]
|
|
size = 35
|
|
outline_size = 2
|
|
outline_color = Color( 0, 0, 0, 1 )
|
|
use_filter = true
|
|
font_data = SubResource( 4 )
|
|
|
|
[node name="WinScene" type="Node2D"]
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="ForScale" type="Node2D" parent="."]
|
|
scale = Vector2( 0.5, 0.5 )
|
|
|
|
[node name="EndText" type="Label" parent="ForScale"]
|
|
modulate = Color( 1, 1, 1, 0 )
|
|
margin_top = 660.0
|
|
margin_right = 3840.0
|
|
margin_bottom = 1454.0
|
|
custom_fonts/font = SubResource( 2 )
|
|
text = "ВЫЖИЛ"
|
|
align = 1
|
|
|
|
[node name="Tween" type="Tween" parent="."]
|
|
|
|
[node name="Timer" type="Timer" parent="."]
|
|
|
|
[node name="authors" type="Node2D" parent="."]
|
|
visible = false
|
|
|
|
[node name="AuthorText" type="RichTextLabel" parent="authors"]
|
|
margin_top = 1000.0
|
|
margin_right = 1920.0
|
|
margin_bottom = 11000.0
|
|
custom_fonts/mono_font = SubResource( 8 )
|
|
custom_fonts/italics_font = SubResource( 9 )
|
|
custom_fonts/bold_font = SubResource( 10 )
|
|
custom_fonts/normal_font = SubResource( 11 )
|
|
bbcode_enabled = true
|
|
bbcode_text = "[center]TEST[/center]"
|
|
meta_underlined = false
|
|
text = "TEST"
|
|
scroll_active = false
|