mirror of
https://github.com/minetest-mods/camera.git
synced 2024-11-15 23:40:17 +01:00
Next goals.
This commit is contained in:
parent
20ab057400
commit
021c5dd613
5
init.lua
5
init.lua
|
@ -131,3 +131,8 @@ minetest.register_craftitem("camera:camera", {
|
||||||
object:get_luaentity().path = table.copy(recordings[player:get_player_name()])
|
object:get_luaentity().path = table.copy(recordings[player:get_player_name()])
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
-- FIXME
|
||||||
|
-- add permanent recording of a path
|
||||||
|
-- add autoplayback on start for singleplayer if autosave path exists.
|
||||||
|
-- add loop playback
|
||||||
|
|
Loading…
Reference in New Issue
Block a user