Skip to content

Commit 0bf8b6c

Browse files
committed
add jn64 to contributors
1 parent 7a5d909 commit 0bf8b6c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

objects/modules/CreditsModule.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function CreditsModule:new(console, y)
1515
self.console:addLine(0.18, ' made with $love2d.org% with help from')
1616
self.console:addLine(0.20, ' $slime bartbes CapsAdmin rxi RolandYonaba vrld pelevesque davisdude gvx bakpakin%')
1717
self.console:addLine(0.22, ' contributions from')
18-
self.console:addLine(0.24, ' $dulsi RobotLucca Runningdroid%')
18+
self.console:addLine(0.24, ' $dulsi RobotLucca Runningdroid jn64%')
1919
self.console:addLine(0.26, '')
2020

2121
self.y = y
@@ -139,6 +139,7 @@ function CreditsModule:setSelections()
139139
{ox = font:getWidth(' '), width = font:getWidth('dulsi'), link = 'https://github.com/dulsi'},
140140
{ox = font:getWidth(' dulsi '), width = font:getWidth('RobotLucca'), link = 'https://steamcommunity.com/profiles/76561198039192925'},
141141
{ox = font:getWidth(' dulsi RobotLucca '), width = font:getWidth('Runningdroid'), link = 'https://github.com/RunningDroid'},
142+
{ox = font:getWidth(' dulsi RobotLucca Runningdroid '), width = font:getWidth('jn64'), link = 'https://github.com/jn64'},
142143
},
143144
}
144145
end

0 commit comments

Comments
 (0)