Made ending text bigger
This commit is contained in:
parent
1625cf4619
commit
c601660c11
|
@ -1,4 +1,4 @@
|
||||||
[gd_scene load_steps=19 format=4 uid="uid://cbrkijjcxph15"]
|
[gd_scene load_steps=20 format=4 uid="uid://cbrkijjcxph15"]
|
||||||
|
|
||||||
[ext_resource type="TileSet" uid="uid://cfq716af1nhqm" path="res://levels/levelFinal/tileSet/coreTiles.tres" id="1_sp6x8"]
|
[ext_resource type="TileSet" uid="uid://cfq716af1nhqm" path="res://levels/levelFinal/tileSet/coreTiles.tres" id="1_sp6x8"]
|
||||||
[ext_resource type="PackedScene" uid="uid://c1xy5bf2p6vmh" path="res://player/smallPlayer/player.tscn" id="2_js4h8"]
|
[ext_resource type="PackedScene" uid="uid://c1xy5bf2p6vmh" path="res://player/smallPlayer/player.tscn" id="2_js4h8"]
|
||||||
|
@ -133,7 +133,8 @@ tracks/2/keys = {
|
||||||
"times": PackedFloat32Array(0, 4.8, 8.9, 13.8666),
|
"times": PackedFloat32Array(0, 4.8, 8.9, 13.8666),
|
||||||
"transitions": PackedFloat32Array(1, 1, 1, 1),
|
"transitions": PackedFloat32Array(1, 1, 1, 1),
|
||||||
"update": 1,
|
"update": 1,
|
||||||
"values": ["You have consumed the planet.", "In the process, you have become the planet.", "You begin your hibernation, hoping evolution will one day allow you to move.", "You hunger for more."]
|
"values": ["You have consumed the planet.", "In the process, you have become the planet.", "You begin your hibernation
|
||||||
|
hoping evolution will one day allow you to move.", "You hunger for more."]
|
||||||
}
|
}
|
||||||
tracks/3/type = "value"
|
tracks/3/type = "value"
|
||||||
tracks/3/imported = false
|
tracks/3/imported = false
|
||||||
|
@ -155,6 +156,9 @@ _data = {
|
||||||
&"fadeOut": SubResource("Animation_e5775")
|
&"fadeOut": SubResource("Animation_e5775")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[sub_resource type="LabelSettings" id="LabelSettings_gt3fy"]
|
||||||
|
font_size = 26
|
||||||
|
|
||||||
[node name="finalLevel" type="Node2D"]
|
[node name="finalLevel" type="Node2D"]
|
||||||
|
|
||||||
[node name="wallLayer" type="TileMapLayer" parent="."]
|
[node name="wallLayer" type="TileMapLayer" parent="."]
|
||||||
|
@ -213,6 +217,7 @@ offset_right = 1025.0
|
||||||
offset_bottom = 359.0
|
offset_bottom = 359.0
|
||||||
theme_override_fonts/font = ExtResource("11_gt3fy")
|
theme_override_fonts/font = ExtResource("11_gt3fy")
|
||||||
text = "You have consumed the planet."
|
text = "You have consumed the planet."
|
||||||
|
label_settings = SubResource("LabelSettings_gt3fy")
|
||||||
|
|
||||||
[node name="ParallaxBackground" parent="." instance=ExtResource("4_irop4")]
|
[node name="ParallaxBackground" parent="." instance=ExtResource("4_irop4")]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user