From 1c601a3227b8827fa53200d2bf09034d962bb0d7 Mon Sep 17 00:00:00 2001 From: Artyom-G Date: Thu, 26 Sep 2024 18:36:35 -0400 Subject: [PATCH] placed a checkpoint higher so you dont get stuck --- assets/fonts/BRLNSB.TTF.import | 1 + assets/fonts/BRLNSDB.TTF.import | 1 + assets/fonts/BRLNSR.TTF.import | 1 + resources/themes/button_theme.tres | 12 ++---------- scenes/levels/level_1.tscn | 2 +- 5 files changed, 6 insertions(+), 11 deletions(-) diff --git a/assets/fonts/BRLNSB.TTF.import b/assets/fonts/BRLNSB.TTF.import index b4f66c0..dcdcf38 100644 --- a/assets/fonts/BRLNSB.TTF.import +++ b/assets/fonts/BRLNSB.TTF.import @@ -15,6 +15,7 @@ dest_files=["res://.godot/imported/BRLNSB.TTF-ef0865d0f2717ccfba7ec80e10ae2439.f Rendering=null antialiasing=1 generate_mipmaps=false +disable_embedded_bitmaps=true multichannel_signed_distance_field=false msdf_pixel_range=8 msdf_size=48 diff --git a/assets/fonts/BRLNSDB.TTF.import b/assets/fonts/BRLNSDB.TTF.import index 93c739a..397b56f 100644 --- a/assets/fonts/BRLNSDB.TTF.import +++ b/assets/fonts/BRLNSDB.TTF.import @@ -15,6 +15,7 @@ dest_files=["res://.godot/imported/BRLNSDB.TTF-20f63e07c89383a368937a03d08b9733. Rendering=null antialiasing=1 generate_mipmaps=false +disable_embedded_bitmaps=true multichannel_signed_distance_field=false msdf_pixel_range=8 msdf_size=48 diff --git a/assets/fonts/BRLNSR.TTF.import b/assets/fonts/BRLNSR.TTF.import index 336d48d..4dca730 100644 --- a/assets/fonts/BRLNSR.TTF.import +++ b/assets/fonts/BRLNSR.TTF.import @@ -15,6 +15,7 @@ dest_files=["res://.godot/imported/BRLNSR.TTF-27bb40064b4d1971113413d8cd70d453.f Rendering=null antialiasing=1 generate_mipmaps=false +disable_embedded_bitmaps=true multichannel_signed_distance_field=false msdf_pixel_range=8 msdf_size=48 diff --git a/resources/themes/button_theme.tres b/resources/themes/button_theme.tres index 4d8f190..2633e4c 100644 --- a/resources/themes/button_theme.tres +++ b/resources/themes/button_theme.tres @@ -1,10 +1,6 @@ -[gd_resource type="Theme" load_steps=8 format=3 uid="uid://cnrdyrlmhr3x0"] - -[ext_resource type="FontFile" uid="uid://l7t4wvqaqfv" path="res://assets/fonts/BRLNSR.TTF" id="1_addxw"] -[ext_resource type="Texture2D" uid="uid://del1f0dkp2xn8" path="res://assets/art/gui.png" id="2_v3432"] +[gd_resource type="Theme" load_steps=6 format=3 uid="uid://cnrdyrlmhr3x0"] [sub_resource type="StyleBoxTexture" id="StyleBoxTexture_pv37c"] -texture = ExtResource("2_v3432") texture_margin_left = 4.0 texture_margin_top = 4.0 texture_margin_right = 4.0 @@ -12,7 +8,6 @@ texture_margin_bottom = 4.0 region_rect = Rect2(0, 156, 86, 38) [sub_resource type="StyleBoxTexture" id="StyleBoxTexture_e0y35"] -texture = ExtResource("2_v3432") texture_margin_left = 4.0 texture_margin_top = 4.0 texture_margin_right = 4.0 @@ -20,7 +15,6 @@ texture_margin_bottom = 4.0 region_rect = Rect2(0, 117, 86, 38) [sub_resource type="StyleBoxTexture" id="StyleBoxTexture_1utfa"] -texture = ExtResource("2_v3432") texture_margin_left = 4.0 texture_margin_top = 4.0 texture_margin_right = 4.0 @@ -28,7 +22,6 @@ texture_margin_bottom = 4.0 region_rect = Rect2(0, 78, 86, 38) [sub_resource type="StyleBoxTexture" id="StyleBoxTexture_2o2va"] -texture = ExtResource("2_v3432") texture_margin_left = 4.0 texture_margin_top = 4.0 texture_margin_right = 4.0 @@ -36,7 +29,6 @@ texture_margin_bottom = 4.0 region_rect = Rect2(0, 0, 86, 38) [sub_resource type="StyleBoxTexture" id="StyleBoxTexture_r8gdq"] -texture = ExtResource("2_v3432") texture_margin_left = 4.0 texture_margin_top = 4.0 texture_margin_right = 4.0 @@ -61,7 +53,7 @@ Button/constants/h_separation = 4 Button/constants/icon_max_width = 0 Button/constants/outline_size = 0 Button/font_sizes/font_size = 50 -Button/fonts/font = ExtResource("1_addxw") +Button/fonts/font = null Button/styles/disabled = SubResource("StyleBoxTexture_pv37c") Button/styles/focus = SubResource("StyleBoxTexture_e0y35") Button/styles/hover = SubResource("StyleBoxTexture_1utfa") diff --git a/scenes/levels/level_1.tscn b/scenes/levels/level_1.tscn index 596e6e8..cee825c 100644 --- a/scenes/levels/level_1.tscn +++ b/scenes/levels/level_1.tscn @@ -52,7 +52,7 @@ to_level = "res://scenes/levels/level_2.tscn" position = Vector2(2976, 640) [node name="Checkpoint" parent="." index="10" instance=ExtResource("3_m1pq4")] -position = Vector2(1376, 832) +position = Vector2(1376, 830) [node name="Checkpoint2" parent="." index="11" instance=ExtResource("3_m1pq4")] position = Vector2(2176, 832)