Removed useless print
This commit is contained in:
parent
f7efcb57d5
commit
a37d08b8e7
@ -14,7 +14,6 @@ function scenes:main(game)
|
|||||||
end
|
end
|
||||||
|
|
||||||
function scenes:ending(game,args)
|
function scenes:ending(game,args)
|
||||||
print(args.winner)
|
|
||||||
game.gameloop = {}
|
game.gameloop = {}
|
||||||
local ending = game.objects.ending:new(game,args.winner)
|
local ending = game.objects.ending:new(game,args.winner)
|
||||||
game:summon(ending)
|
game:summon(ending)
|
||||||
|
Loading…
Reference in New Issue
Block a user