File diff 4bc52d33239a → 441f804dea5d
startup.lua
Show inline comments
 
@@ -273,12 +273,12 @@ function init()
 
        local index = rnd(#nums);
 
        table.insert(dt_buttons, nums[index]);
 
        table.remove(nums, index);
 
    end;
 
    ---game init
 
    pl.where = intro;
 
    ---debug
 
    ---debug    
 
end;
 

	
 
function start()
 
    leviathan_start();
 
end;