File: init.lua

package info (click to toggle)
widelands 2%3A1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 684,084 kB
  • sloc: cpp: 196,737; ansic: 19,395; python: 8,515; sh: 1,734; xml: 700; makefile: 46; lisp: 25
file content (13 lines) | stat: -rw-r--r-- 381 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
-- This config file sets the order of the starting conditions
local dirname = path.dirname(__file__)

return {
   dirname .. "collectors.lua",
   dirname .. "wood_gnome.lua",
   dirname .. "artifacts.lua",
   dirname .. "territorial_time.lua",
   dirname .. "territorial_lord.lua",
   dirname .. "hq_hunter.lua",
   dirname .. "defeat_all.lua",
   dirname .. "endless_game.lua",
}