Remove notes
This commit is contained in:
parent
be57a02a2e
commit
2bbe766ee4
@ -551,11 +551,6 @@ void Menu::Draw()
|
|||||||
ImGui::Dummy(ImVec2(0, 10));
|
ImGui::Dummy(ImVec2(0, 10));
|
||||||
ImGui::TextWrapped("Thanks to Junior-Djjr");
|
ImGui::TextWrapped("Thanks to Junior-Djjr");
|
||||||
ImGui::Dummy(ImVec2(0, 30));
|
ImGui::Dummy(ImVec2(0, 30));
|
||||||
ImGui::Text("Please note,");
|
|
||||||
ImGui::TextWrapped("1. You are NOT allowed to reupload this modifiction.");
|
|
||||||
ImGui::TextWrapped("2. If you're posting it somewhere, link to the official source.");
|
|
||||||
ImGui::TextWrapped("3. This can be ignored by getting permission from the author.");
|
|
||||||
ImGui::Dummy(ImVec2(0, 10));
|
|
||||||
Ui::CenterdText("Copyright Grinch_ 2019-2022. All rights reserved");
|
Ui::CenterdText("Copyright Grinch_ 2019-2022. All rights reserved");
|
||||||
|
|
||||||
ImGui::EndChild();
|
ImGui::EndChild();
|
||||||
|
@ -153,11 +153,6 @@ void Ui::DrawHeaders(CallbackTable& data)
|
|||||||
ImGui::NewLine();
|
ImGui::NewLine();
|
||||||
ImGui::TextWrapped("If you find bugs or have suggestions, you can let me know on discord :)");
|
ImGui::TextWrapped("If you find bugs or have suggestions, you can let me know on discord :)");
|
||||||
ImGui::Dummy(ImVec2(0, 30));
|
ImGui::Dummy(ImVec2(0, 30));
|
||||||
ImGui::Text("Please note,");
|
|
||||||
ImGui::TextWrapped("1. You are NOT allowed to reupload this modifiction.");
|
|
||||||
ImGui::TextWrapped("2. If you're posting it somewhere, link to the official source.");
|
|
||||||
ImGui::TextWrapped("3. This can be ignored by getting permission from the author.");
|
|
||||||
ImGui::Dummy(ImVec2(0, 10));
|
|
||||||
CenterdText("Copyright Grinch_ 2019-2022. All rights reserved.");
|
CenterdText("Copyright Grinch_ 2019-2022. All rights reserved.");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
@ -256,7 +256,7 @@ void Weapon::Draw()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
if (Ui::CheckboxWithHint("Huge damage", &m_bHugeDamage))
|
if (Ui::CheckboxWithHint("Huge damage", &m_bHugeDamage, "Also enable 'Long range' if weapon range is short"))
|
||||||
{
|
{
|
||||||
if (!m_bHugeDamage)
|
if (!m_bHugeDamage)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user