feat(TabSelf): Added God Mode

This commit is contained in:
Yimura 2021-05-19 18:10:59 +02:00
parent a39276f248
commit 7b9ccba06f
No known key found for this signature in database
GPG Key ID: 3D8FF4397E768682

View File

@ -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();