Skip to content

Commit

Permalink
rework: title menu (#5819)
Browse files Browse the repository at this point in the history
* v0,5

* 0.7

* revert byjax

* my bad

* 0.9

* clean up

* aylong`s character icon

* config exmple

* move verb

* fuck

* no config

* sunspace

* more choices

* doble point

* notice font

* admin

* 1.0

* bleh

* tm ready

* preftoggle menu

* use bit shift

---------

Co-authored-by: Aziz Chynaliev <[email protected]>
  • Loading branch information
ROdenFL and Bizzonium authored Sep 13, 2024
1 parent 18d7402 commit d6dbb82
Show file tree
Hide file tree
Showing 37 changed files with 1,073 additions and 169 deletions.
1 change: 1 addition & 0 deletions code/__DEFINES/js.dm
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ function replaceContent() {
}
"}


/*
sends data to control_id:replaceContent
Expand Down
3 changes: 2 additions & 1 deletion code/__DEFINES/preferences.dm
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@
#define PREFTOGGLE_2_LARGE_INPUT_BUTTONS (1<<16) // 65536
#define PREFTOGGLE_2_BIG_STRIP_MENU (1<<17) // 131072
#define PREFTOGGLE_2_ENABLE_TGUI_SAY_LIGHT_MODE (1<<18) // 262144
#define PREFTOGGLE_2_PIXELATED_MENU (1<<19) // 524288

#define TOGGLES_2_TOTAL 524287// If you add or remove a preference toggle above, make sure you update this define with the total value of the toggles combined.
#define TOGGLES_2_TOTAL (1<<20)-1 // If you add or remove a preference toggle above, make sure you update this define with the total value of the toggles combined.

#define TOGGLES_2_DEFAULT (PREFTOGGLE_2_FANCYUI|PREFTOGGLE_2_ITEMATTACK|PREFTOGGLE_2_WINDOWFLASHING|PREFTOGGLE_2_RUNECHAT|PREFTOGGLE_2_DEATHMESSAGE|PREFTOGGLE_2_SEE_ITEM_OUTLINES|PREFTOGGLE_2_PARALLAX_MULTIZ|PREFTOGGLE_2_SWAP_INPUT_BUTTONS|PREFTOGGLE_2_LARGE_INPUT_BUTTONS)

Expand Down
Loading

0 comments on commit d6dbb82

Please sign in to comment.