kpoppel
2013-06-06 66d6431a914acdedf448692cdd8096884d6dacc2
commit | author | age
773382 1 -- Minetest 0.4.5 : stargate
R 2
3 --data tables definitions
4 stargate={}
5 stargate_network = {}
6
7 modpath=minetest.get_modpath("stargate")
8 dofile(modpath.."/stargate_gui.lua")
9 dofile(modpath.."/gate_defs.lua")