upstream
This commit is contained in:
parent
6354aa51da
commit
03495a738b
@ -208,7 +208,7 @@ screenshot={
|
|||||||
|
|
||||||
[locale]
|
[locale]
|
||||||
|
|
||||||
translations=PoolStringArray( "res://assets/locales/text.en.translation", "res://assets/locales/text.ru.translation" )
|
translations=PoolStringArray( "res://assets/locales/text.en.translation", "res://assets/locales/text.ru.translation", "res://assets/locales/text.pl.translation", "res://assets/locales/text.uk.translation" )
|
||||||
|
|
||||||
[logging]
|
[logging]
|
||||||
|
|
||||||
|
10448
src/microbe_stage/editor/MicrobeEditor.tscn
Normal file
10448
src/microbe_stage/editor/MicrobeEditor.tscn
Normal file
File diff suppressed because it is too large
Load Diff
73
src/microbe_stage/gui/ExtinctionBox.tscn
Normal file
73
src/microbe_stage/gui/ExtinctionBox.tscn
Normal file
@ -0,0 +1,73 @@
|
|||||||
|
[gd_scene load_steps=7 format=2]
|
||||||
|
|
||||||
|
[ext_resource path="res://assets/fonts/Jura-DemiBold.ttf" type="DynamicFontData" id=1]
|
||||||
|
[ext_resource path="res://assets/fonts/thrive.ttf" type="DynamicFontData" id=2]
|
||||||
|
|
||||||
|
[sub_resource type="StyleBoxFlat" id=1]
|
||||||
|
bg_color = Color( 0, 0, 0, 0.196078 )
|
||||||
|
|
||||||
|
[sub_resource type="DynamicFont" id=2]
|
||||||
|
size = 65
|
||||||
|
use_filter = true
|
||||||
|
font_data = ExtResource( 2 )
|
||||||
|
|
||||||
|
[sub_resource type="DynamicFont" id=3]
|
||||||
|
size = 22
|
||||||
|
use_filter = true
|
||||||
|
font_data = ExtResource( 1 )
|
||||||
|
|
||||||
|
[sub_resource type="Animation" id=4]
|
||||||
|
resource_name = "FadeIn"
|
||||||
|
length = 0.5
|
||||||
|
tracks/0/type = "value"
|
||||||
|
tracks/0/path = NodePath(".:modulate")
|
||||||
|
tracks/0/interp = 1
|
||||||
|
tracks/0/loop_wrap = true
|
||||||
|
tracks/0/imported = false
|
||||||
|
tracks/0/enabled = true
|
||||||
|
tracks/0/keys = {
|
||||||
|
"times": PoolRealArray( 0, 0.5 ),
|
||||||
|
"transitions": PoolRealArray( 1, 1 ),
|
||||||
|
"update": 0,
|
||||||
|
"values": [ Color( 1, 1, 1, 0 ), Color( 1, 1, 1, 1 ) ]
|
||||||
|
}
|
||||||
|
|
||||||
|
[node name="ExtinctionBox" type="PanelContainer"]
|
||||||
|
modulate = Color( 1, 1, 1, 0 )
|
||||||
|
anchor_top = 0.277778
|
||||||
|
anchor_right = 1.0
|
||||||
|
anchor_bottom = 0.694444
|
||||||
|
margin_bottom = 3.05176e-05
|
||||||
|
mouse_filter = 2
|
||||||
|
custom_styles/panel = SubResource( 1 )
|
||||||
|
__meta__ = {
|
||||||
|
"_edit_use_anchors_": true
|
||||||
|
}
|
||||||
|
|
||||||
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
||||||
|
margin_right = 1280.0
|
||||||
|
margin_bottom = 300.0
|
||||||
|
alignment = 1
|
||||||
|
|
||||||
|
[node name="Title" type="Label" parent="VBoxContainer"]
|
||||||
|
margin_top = 62.0
|
||||||
|
margin_right = 1280.0
|
||||||
|
margin_bottom = 128.0
|
||||||
|
custom_fonts/font = SubResource( 2 )
|
||||||
|
custom_colors/font_color = Color( 1, 0.2, 0.2, 1 )
|
||||||
|
text = "EXTINCTION"
|
||||||
|
align = 1
|
||||||
|
valign = 1
|
||||||
|
|
||||||
|
[node name="Message" type="Label" parent="VBoxContainer"]
|
||||||
|
margin_top = 132.0
|
||||||
|
margin_right = 1280.0
|
||||||
|
margin_bottom = 237.0
|
||||||
|
custom_fonts/font = SubResource( 3 )
|
||||||
|
text = "EXTINCTION_LONG"
|
||||||
|
align = 1
|
||||||
|
valign = 1
|
||||||
|
|
||||||
|
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
|
||||||
|
autoplay = "FadeIn"
|
||||||
|
anims/FadeIn = SubResource( 4 )
|
77
src/microbe_stage/gui/WinBox.tscn
Normal file
77
src/microbe_stage/gui/WinBox.tscn
Normal file
@ -0,0 +1,77 @@
|
|||||||
|
[gd_scene load_steps=7 format=2]
|
||||||
|
|
||||||
|
[ext_resource path="res://assets/fonts/Jura-DemiBold.ttf" type="DynamicFontData" id=1]
|
||||||
|
[ext_resource path="res://assets/fonts/thrive.ttf" type="DynamicFontData" id=2]
|
||||||
|
|
||||||
|
[sub_resource type="StyleBoxFlat" id=1]
|
||||||
|
bg_color = Color( 0, 0, 0, 0.196078 )
|
||||||
|
|
||||||
|
[sub_resource type="DynamicFont" id=2]
|
||||||
|
size = 65
|
||||||
|
use_filter = true
|
||||||
|
font_data = ExtResource( 2 )
|
||||||
|
|
||||||
|
[sub_resource type="DynamicFont" id=3]
|
||||||
|
size = 22
|
||||||
|
use_filter = true
|
||||||
|
font_data = ExtResource( 1 )
|
||||||
|
|
||||||
|
[sub_resource type="Animation" id=4]
|
||||||
|
resource_name = "FadeIn"
|
||||||
|
length = 0.5
|
||||||
|
tracks/0/type = "value"
|
||||||
|
tracks/0/path = NodePath(".:modulate")
|
||||||
|
tracks/0/interp = 1
|
||||||
|
tracks/0/loop_wrap = true
|
||||||
|
tracks/0/imported = false
|
||||||
|
tracks/0/enabled = true
|
||||||
|
tracks/0/keys = {
|
||||||
|
"times": PoolRealArray( 0, 0.5 ),
|
||||||
|
"transitions": PoolRealArray( 1, 1 ),
|
||||||
|
"update": 0,
|
||||||
|
"values": [ Color( 1, 1, 1, 0 ), Color( 1, 1, 1, 1 ) ]
|
||||||
|
}
|
||||||
|
|
||||||
|
[node name="WinBox" type="PanelContainer"]
|
||||||
|
modulate = Color( 1, 1, 1, 0 )
|
||||||
|
anchor_top = 0.277778
|
||||||
|
anchor_right = 1.0
|
||||||
|
anchor_bottom = 0.694444
|
||||||
|
margin_bottom = 3.05176e-05
|
||||||
|
mouse_filter = 2
|
||||||
|
custom_styles/panel = SubResource( 1 )
|
||||||
|
__meta__ = {
|
||||||
|
"_edit_use_anchors_": true
|
||||||
|
}
|
||||||
|
|
||||||
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
||||||
|
margin_right = 1280.0
|
||||||
|
margin_bottom = 300.0
|
||||||
|
alignment = 1
|
||||||
|
|
||||||
|
[node name="Title" type="Label" parent="VBoxContainer"]
|
||||||
|
margin_top = 75.0
|
||||||
|
margin_right = 1280.0
|
||||||
|
margin_bottom = 141.0
|
||||||
|
custom_fonts/font = SubResource( 2 )
|
||||||
|
text = "YOU_HAVE_THRIVED"
|
||||||
|
align = 1
|
||||||
|
valign = 1
|
||||||
|
|
||||||
|
[node name="Message" type="Label" parent="VBoxContainer"]
|
||||||
|
margin_top = 145.0
|
||||||
|
margin_right = 1280.0
|
||||||
|
margin_bottom = 223.0
|
||||||
|
custom_fonts/font = SubResource( 3 )
|
||||||
|
text = "YOU_HAVE_THRIVED_LONG"
|
||||||
|
align = 1
|
||||||
|
valign = 1
|
||||||
|
|
||||||
|
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
|
||||||
|
autoplay = "FadeIn"
|
||||||
|
anims/FadeIn = SubResource( 4 )
|
||||||
|
|
||||||
|
[node name="Timer" type="Timer" parent="."]
|
||||||
|
wait_time = 15.0
|
||||||
|
one_shot = true
|
||||||
|
autostart = true
|
Loading…
Reference in New Issue
Block a user