initial lib_copter

This commit is contained in:
Alexsandro Percy 2024-01-23 21:38:27 -03:00
parent 30c7525103
commit e12f018879
8 changed files with 660 additions and 72 deletions

8
lib_copter/init.lua Executable file
View file

@ -0,0 +1,8 @@
dofile(minetest.get_modpath("airutils") .. DIR_DELIM .. "lib_copter" .. DIR_DELIM .. "control.lua")
dofile(minetest.get_modpath("airutils") .. DIR_DELIM .. "lib_copter" .. DIR_DELIM .. "entities.lua")