cleaned stuff
This commit is contained in:
@@ -3,6 +3,7 @@ function MenuDraw(menu)
|
||||
love.graphics.setFont(LocaleFont)
|
||||
-- Set scale to 1
|
||||
love.graphics.scale(0.5,0.5)
|
||||
|
||||
if menu == "pause" then
|
||||
MenuDrawPauseScreen()
|
||||
elseif menu == "dialog" then
|
||||
@@ -89,7 +90,6 @@ function MenuInit(menu,parameter)
|
||||
MenuInitPauseScreen()
|
||||
elseif menu == "dialog" then
|
||||
if parameter == nil then
|
||||
print("WARNING -- what dialog?")
|
||||
parameter = DialogSequence.Example
|
||||
end
|
||||
MenuInitDialog(parameter)
|
||||
|
||||
Reference in New Issue
Block a user