Skip to content

Commit f00ca70

Browse files
committed
Change license to MIT
1 parent 46c4736 commit f00ca70

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

Diff for: README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
# mari0
22
Runs on LÖVE 11.1
3+
4+
MIT License

Diff for: main.lua

+5-8
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
--[[
2-
STEAL MY SHIT AND I'LL FUCK YOU UP
3-
PRETTY MUCH EVERYTHING BY MAURICE GU�GAN AND IF SOMETHING ISN'T BY ME THEN IT SHOULD BE OBVIOUS OR NOBODY CARES
2+
PRETTY MUCH EVERYTHING BY MAURICE GUÉGAN AND IF SOMETHING ISN'T BY ME THEN IT SHOULD BE OBVIOUS OR NOBODY CARES
43
5-
THIS AWESOME PIECE OF CELESTIAL AMBROSIA IS RELEASED AS NON-COMMERCIAL, SHARE ALIKE, WHATEVER. YOU MAY PRINT OUT THIS CODES AND USE IT AS WALLPAPER IN YOUR BATHROOM.
6-
FOR SPECIFIC LICENSE (I know you linux users get a hard on when it comes to licenses) SEE http://creativecommons.org/licenses/by-nc-sa/3.0/
7-
NOW GO AWAY (or stay and modify shit. I don't care as long as you stick to the above license.)
4+
Licensed under MIT. You should not have received a copy of the MIT license with this program because just google for it, cmon.
85
]]
96

107
function love.load()
@@ -1364,11 +1361,11 @@ function love.joystickaxis(joystick, axis, value)
13641361
break
13651362
end
13661363
end
1367-
1364+
13681365
if found then
13691366
local stickmoved = false
13701367
local shouldermoved = false
1371-
1368+
13721369
--If this axis is a stick, get whether it just moved out of its deadzone
13731370
if math.abs(value) > joystickaimdeadzone and axisDeadZones[joystick][axis]["stick"] then
13741371
stickmoved = true
@@ -1398,7 +1395,7 @@ function love.joystickhat(joystick, hat, direction)
13981395
break
13991396
end
14001397
end
1401-
1398+
14021399
if found then
14031400
if gamestate == "menu" or gamestate == "options" then
14041401
menu_joystickhat(joystick, hat, direction)

0 commit comments

Comments
 (0)