initial stargate code

This commit is contained in:
RealBadAngel
2013-03-10 18:36:40 +01:00
parent 9b54837f99
commit 773382cf2c
41 changed files with 728 additions and 1 deletions

9
stargate/init.lua Normal file
View File

@ -0,0 +1,9 @@
-- Minetest 0.4.5 : stargate
--data tables definitions
stargate={}
stargate_network = {}
modpath=minetest.get_modpath("stargate")
dofile(modpath.."/stargate_gui.lua")
dofile(modpath.."/gate_defs.lua")