Skip to content

Commit

Permalink
add jn64 to contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
RunningDroid committed Oct 18, 2023
1 parent ee88511 commit 676f83a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion objects/modules/CreditsModule.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function CreditsModule:new(console, y)
self.console:addLine(0.18, ' made with $love2d.org% with help from')
self.console:addLine(0.20, ' $slime bartbes CapsAdmin rxi RolandYonaba vrld pelevesque davisdude gvx bakpakin%')
self.console:addLine(0.22, ' contributions from')
self.console:addLine(0.24, ' $dulsi RobotLucca Runningdroid%')
self.console:addLine(0.24, ' $dulsi RobotLucca Runningdroid jn64%')
self.console:addLine(0.26, '')

self.y = y
Expand Down Expand Up @@ -139,6 +139,7 @@ function CreditsModule:setSelections()
{ox = font:getWidth(' '), width = font:getWidth('dulsi'), link = 'https://github.com/dulsi'},
{ox = font:getWidth(' dulsi '), width = font:getWidth('RobotLucca'), link = 'https://steamcommunity.com/profiles/76561198039192925'},
{ox = font:getWidth(' dulsi RobotLucca '), width = font:getWidth('Runningdroid'), link = 'https://github.com/RunningDroid'},
{ox = font:getWidth(' dulsi RobotLucca Runningdroid '), width = font:getWidth('jn64'), link = 'https://github.com/jn64'},
},
}
end

0 comments on commit 676f83a

Please sign in to comment.