mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-15 08:45:06 +00:00
9b502346a7
Completely redid the console ui to look more like the rest of coop Added log_to_console and djui_console_toggle to lua Made the keybind to activate it the tilda key (~) instead of ctrl+f1
4 lines
144 B
Bash
Executable file
4 lines
144 B
Bash
Executable file
#!/usr/bin/env bash
|
|
python3 ./autogen/convert_structs.py $1
|
|
python3 ./autogen/convert_functions.py $1
|
|
python3 ./autogen/convert_constants.py $1
|