1
0
Fork 0
mirror of https://gitlab.com/Oreolek/ludumdare37.git synced 2024-04-26 22:29:41 +03:00
ludumdare37/init.lua

14 lines
225 B
Lua
Raw Normal View History

2016-12-10 06:10:25 +02:00
require 'para'
require 'dash'
require 'quotes'
require 'dbg'
require 'emphasis';
game.forcedsc = false;
game._action = nil;
game.actions = {}
rndstr = function(strings)
return strings[rnd(stead.table.maxn(strings))];
end