From c601660c11acafe97277537cb7a0b5ccb5eabb14 Mon Sep 17 00:00:00 2001 From: theskywinds Date: Fri, 23 May 2025 19:32:09 +0200 Subject: [PATCH] Made ending text bigger --- levels/levelFinal/levelFinal.tscn | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/levels/levelFinal/levelFinal.tscn b/levels/levelFinal/levelFinal.tscn index 198865c..a29815c 100644 --- a/levels/levelFinal/levelFinal.tscn +++ b/levels/levelFinal/levelFinal.tscn @@ -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="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), "transitions": PackedFloat32Array(1, 1, 1, 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/imported = false @@ -155,6 +156,9 @@ _data = { &"fadeOut": SubResource("Animation_e5775") } +[sub_resource type="LabelSettings" id="LabelSettings_gt3fy"] +font_size = 26 + [node name="finalLevel" type="Node2D"] [node name="wallLayer" type="TileMapLayer" parent="."] @@ -213,6 +217,7 @@ offset_right = 1025.0 offset_bottom = 359.0 theme_override_fonts/font = ExtResource("11_gt3fy") text = "You have consumed the planet." +label_settings = SubResource("LabelSettings_gt3fy") [node name="ParallaxBackground" parent="." instance=ExtResource("4_irop4")]