diff options
author | F1F7Y <64418963+F1F7Y@users.noreply.github.com> | 2022-07-26 17:16:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-26 17:16:32 +0200 |
commit | e591885e0336f33facbcf2b15c9cd99f9b217e70 (patch) | |
tree | 0769d45480c75f23af9c6d88581e6da7a57d7d07 /Northstar.Client/mod | |
parent | 235e9bdd9be2c338d9a068fea018d41eb3881016 (diff) | |
download | NorthstarMods-e591885e0336f33facbcf2b15c9cd99f9b217e70.tar.gz NorthstarMods-e591885e0336f33facbcf2b15c9cd99f9b217e70.zip |
Serverside RUI, but it doesn't stink ( hopefully ) (#435)
* Serverside polls
* reset table so mods can wait for response
* large message
* popup message
* announcement
* info
* status
* fix uniboi crash
* no need to return id
* among
* typo
* Formatting
* bruh
* takyon doesn't know how to finish a review
* Formatting
* Do you not know how to finish a review or what
* You should look at gamemode_aitdm for some funky formatting :)
* Formatting
* Formatting
* Finally a good suggestion
* fix client misinterpreting assets
Diffstat (limited to 'Northstar.Client/mod')
-rw-r--r-- | Northstar.Client/mod/scripts/kb_act.lst | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/Northstar.Client/mod/scripts/kb_act.lst b/Northstar.Client/mod/scripts/kb_act.lst index ace98222..238d7eef 100644 --- a/Northstar.Client/mod/scripts/kb_act.lst +++ b/Northstar.Client/mod/scripts/kb_act.lst @@ -1,7 +1,16 @@ "blank" "==========================" "blank" "NORTHSTAR" "blank" "==========================" -"toggleconsole" "Toggle Developer Console" +"toggleconsole" "Toggle Developer Console" +"vote 1" "Vote 1" +"vote 2" "Vote 2" +"vote 3" "Vote 3" +"vote 4" "Vote 4" +"vote 5" "Vote 5" +"vote 6" "Vote 6" +"vote 7" "Vote 7" +"vote 8" "Vote 8" +"vote 9" "Vote 9" "blank" "==========================" "blank" "#KEY_BINDINGS_HEADER_ACTIONS" "blank" "==========================" |