mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
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
|