dcearth/nodes.lua

7 lines
218 B
Lua
Raw Normal View History

2023-04-28 17:35:52 +00:00
--Manage the pathfinding nodes used by DEFCON.
--This is important for a mapping tool because the DEFCON client will not load a map unless
--the pathfinding nodes form a connected graph.
local nodes = {}
return nodes