b47_heli-cd2025/entities.lua
Alexsandro Percy 637ad8b025 first commit
2024-01-28 18:52:59 -03:00

12 lines
155 B
Lua

--
-- entity
--
ap_heli.vector_up = vector.new(0, 1, 0)
minetest.register_entity('heli:heli',
airutils.properties_copy(ap_heli.plane_properties)
)