feat(self): add superman mode (#924)

This commit is contained in:
Johann
2023-02-09 19:17:10 +01:00
committed by GitHub
parent 335e9325b0
commit 94b1917796
5 changed files with 63 additions and 7 deletions

View File

@ -56,6 +56,7 @@ namespace big
components::command_checkbox<"cleanloop">();
components::command_checkbox<"nocollision">();
components::command_checkbox<"mobileradio">();
components::command_checkbox<"superman">();
// TODO: fix this, causes a crash
// ImGui::Checkbox("DANCE_MODE"_T.data(), &g.self.dance_mode);