feat(TabSelf): Added God Mode
This commit is contained in:
parent
a39276f248
commit
7b9ccba06f
@ -7,6 +7,7 @@ namespace big
|
||||
{
|
||||
if (ImGui::BeginTabItem("Self"))
|
||||
{
|
||||
ImGui::Checkbox("God Mode", &g.self.godmode);
|
||||
ImGui::Checkbox("No Clip", &g.self.noclip);
|
||||
|
||||
ImGui::EndTabItem();
|
||||
|
Reference in New Issue
Block a user