Skip to content

Commit

Permalink
Fix CI for Linux, add crosshair commands into svenbxt.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
ScriptedSnark committed Sep 3, 2024
1 parent 208a6f3 commit c23eed3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
run: |
sudo dpkg --add-architecture i386
sudo apt update || true
sudo apt install -y libc6:i386 gcc-11-multilib g++-11-multilib
sudo apt install -y libc6:i386 gcc-11-multilib g++-11-multilib mesa-common-dev libgl-dev:i386
- name: Configure CMake
run: >
Expand Down
17 changes: 17 additions & 0 deletions svenbxt.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,23 @@ sbxt_hud_jumpspeed_height "0" // Custom height for jumpspeed HUD
sbxt_timer_serversync "1" // Synchronize your timer with host (DISABLE IF YOU WANT TO UNLOCK CLIENT-SIDE TIMER)
sbxt_timer_il_mode "0" // If you want to speedrun individual levels, you need to enable this (automatic start, automatic stop during changelevel)

// ****** CROSSHAIR
bxt_cross "1" // Enable crosshair
bxt_cross_color "100 130 200" // Crosshair color ("R G B")
bxt_cross_alpha "255" // Crosshair transparency ("A")
bxt_cross_thickness "8" // Crosshair thickness
bxt_cross_size "8" // Crosshair size
bxt_cross_gap "3" // Crosshair gap
bxt_cross_outline "1" // Enable outline for crosshair
bxt_cross_circle_radius "0" // Crosshair circle radius
bxt_cross_dot_color "100 130 200" // Crosshair dot color ("R G B")
bxt_cross_dot_size "0" // Crosshair dot size
bxt_cross_top_line "1" // Enable crosshair top line
bxt_cross_bottom_line "1" // Enable crosshair bottom line
bxt_cross_left_line "1" // Enable crosshair left line
bxt_cross_right_line "1" // Enable crosshair right line


// ***************************************************************
// BINDS
// ***************************************************************
Expand Down

0 comments on commit c23eed3

Please sign in to comment.