Skip to content

Commit

Permalink
Add MarioG to credits
Browse files Browse the repository at this point in the history
  • Loading branch information
GuglioIsStupid committed Sep 25, 2023
1 parent 1f2ba12 commit 315b631
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/love/states/menu/menuCredits.lua
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ return {
heading = CreateText("Miscellaneous", true),
selected = false,
members = {
{name = CreateText("MarioG9421"), desc = "Asset Optimizations", selected = false, callback = function() love.system.openURL("https://twitter.com/MarioG9421exdi") end},
{name = CreateText("PhantomClo"), desc = "Pixel note splashes", selected = false},
{name = CreateText("Keoki"), desc = "Note splashes", selected = false},
{name = CreateText("P-sam"), desc = "Developing LOVE-NX (The framework the Switch port uses)", selected = false, callback = function() love.system.openURL("https://github.com/retronx-team/love-nx") end},
Expand Down

0 comments on commit 315b631

Please sign in to comment.