We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cceb5a commit 3887053Copy full SHA for 3887053
states/HomeState.lua
@@ -6,6 +6,9 @@ function HomeState:init()
6
gui[3] = Button(function() gStateMachine:change('SettingsState',true,true) end,'Settings',font100,nil,'centre',980-font100:getHeight('Settings'))
7
end
8
9
+function HomeState:back()
10
+end
11
+
12
function HomeState:enter(partial)
13
if not partial then
14
if love.math.random(0,1) == 1 then
0 commit comments