Skip to content

Commit

Permalink
Fix: Added proper credit to contributors, they do amazing work please…
Browse files Browse the repository at this point in the history
… give em love.
  • Loading branch information
CHollingworth committed Dec 16, 2023
1 parent 845a8cc commit 9c30861
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Lamp/Menu/lampMenu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,13 @@ void Lamp::Core::lampMenu::DefaultMenuBar() {


if (ImGui::BeginMenu("About")) {
ImGui::MenuItem("Lampray (Linux Application Modding Platform)");
ImGui::MenuItem("--------------------------------------");
ImGui::MenuItem("Created by Charles Hollingworth");
ImGui::MenuItem("-------------Contributors-------------");
ImGui::MenuItem("Jinxtaposition");
ImGui::MenuItem("Airtonix");
ImGui::MenuItem("SnazzyPanda");
ImGui::EndMenu();
}

Expand Down

0 comments on commit 9c30861

Please sign in to comment.