Skip to content

Commit 0a54c8f

Browse files
committed
Removed "only_for_alesans_entities"
Softcoded the caption for the AE Mappack and removed the `"only_for_alesans_entities"` mappack string as it's not used, and since the caption doesn't have any control inputs
1 parent 73983cd commit 0a54c8f

File tree

4 files changed

+2
-6
lines changed

4 files changed

+2
-6
lines changed

alesans_entities/mappacks/alesans_entities_mappack/text.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ hudsimple=false
1111
toadtext=thank you mario!,but our princess is in,another castle!
1212
peachtext=thank you mario!,your quest is over.,we present you a new quest.,push button b,to play as steve
1313
steve=true
14-
levelscreen=1|1|
14+
levelscreen=1|1|mappack by alesan99
1515
hudhidecollectables=f,f,f,f,f,f,f,f,f,f

levelscreen.lua

-3
Original file line numberDiff line numberDiff line change
@@ -335,9 +335,6 @@ function levelscreen_draw()
335335
end
336336
end
337337
properprintfunc(s, (width/2*16)*scale-string.len(s)*4*scale, 200*scale)
338-
elseif mappack == "only_for_alesans_entities" and marioworld == 1 and mariolevel == 1 then
339-
local s = "mappack by alesan99"
340-
properprintfunc(s, (width/2*16)*scale-string.len(s)*4*scale, 200*scale)
341338
elseif levelscreentext[marioworld .. "-" .. mariolevel] then
342339
local s = levelscreentext[marioworld .. "-" .. mariolevel]
343340
properprintbasicfunc(s, (width/2*16)*scale-string.len(s)*4*scale, 200*scale)

mappacks/alesans_entities_mappack/text.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ hudsimple=false
1111
toadtext=thank you mario!,but our princess is in,another castle!
1212
peachtext=thank you mario!,your quest is over.,we present you a new quest.,push button b,to play as steve
1313
steve=true
14-
levelscreen=1|1|
14+
levelscreen=1|1|mappack by alesan99
1515
hudhidecollectables=f,f,f,f,f,f,f,f,f,f

menu.lua

-1
Original file line numberDiff line numberDiff line change
@@ -3083,7 +3083,6 @@ end
30833083
function reset_mappacks()
30843084
delete_mappack("smb")
30853085
delete_mappack("portal")
3086-
delete_mappack("only_for_alesans_entities")
30873086
delete_mappack("alesans_entities_mappack")
30883087

30893088
--[[local dlclist = love.filesystem.getDirectoryItems("alesans_entities/onlinemappacks/")

0 commit comments

Comments
 (0)