代码规范:把所有的tab换成空格
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
local scene={}
|
||||
|
||||
function scene.sceneInit()
|
||||
if math.random()>.0000626 then
|
||||
love.timer.sleep(.26)
|
||||
love.event.quit()
|
||||
else
|
||||
error("So lucky! 0.00626% to get this!! You can quit the game now.")
|
||||
end
|
||||
if math.random()>.0000626 then
|
||||
love.timer.sleep(.26)
|
||||
love.event.quit()
|
||||
else
|
||||
error("So lucky! 0.00626% to get this!! You can quit the game now.")
|
||||
end
|
||||
end
|
||||
|
||||
return scene
|
||||
Reference in New Issue
Block a user