mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-25 16:28:42 -06:00
add tip to chat
This commit is contained in:
parent
8c5b0aa47e
commit
a63deb5173
|
@ -60,5 +60,6 @@ pub fn init_chat_manager(
|
||||||
) {
|
) {
|
||||||
let mut chat_manager = ChatHistory::default();
|
let mut chat_manager = ChatHistory::default();
|
||||||
chat_manager.add_system_message("Welcome to Kubi! Chat messages will appear here".to_string());
|
chat_manager.add_system_message("Welcome to Kubi! Chat messages will appear here".to_string());
|
||||||
|
chat_manager.add_system_message("F1 (Hold): Settings; F3: Release cursor; F4/F5: Gamemode".to_string());
|
||||||
storages.add_unique(chat_manager);
|
storages.add_unique(chat_manager);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue