Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

placed a checkpoint higher so you dont get stuck #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions assets/fonts/BRLNSB.TTF.import
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions assets/fonts/BRLNSDB.TTF.import
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions assets/fonts/BRLNSR.TTF.import
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 2 additions & 10 deletions resources/themes/button_theme.tres
Original file line number Diff line number Diff line change
@@ -1,42 +1,34 @@
[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
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
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
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
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
Expand All @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion scenes/levels/level_1.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down