Skip to content
This repository was archived by the owner on Oct 3, 2022. It is now read-only.

Commit

Permalink
Add Several Links
Browse files Browse the repository at this point in the history
  • Loading branch information
pegvin committed Jul 30, 2022
1 parent 812d2ec commit 4f4b27c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/gui/menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,15 @@ void gui_menu(void)
if (gui_menu_item(0, "About", true))
gui_open_popup("About", 0, NULL, gui_about_popup);

if (gui_menu_item(0, "Discord", true))
OpenUrlInBrowser("https://discord.gg/YXx3afnzzW");

if (gui_menu_item(0, "Discussions", true))
OpenUrlInBrowser("https://github.com/pegvin/goxel2/discussions");

if (gui_menu_item(0, "How To Lua?", true))
OpenUrlInBrowser("https://github.com/pegvin/goxel2/wiki/Lua-API");

if (gui_menu_item(0, "Found a bug?", true))
OpenUrlInBrowser("https://github.com/pegvin/goxel2/issues/new/choose");

Expand Down

0 comments on commit 4f4b27c

Please sign in to comment.