fix: per-stub DEPRECATED-MVP markers (consistency with lib-core.render)
This commit is contained in:
10
init.lua
10
init.lua
@@ -50,10 +50,10 @@ function M.finish()
|
||||
end
|
||||
|
||||
-- DEPRECATED-MVP: forward-compat stubs for later slices
|
||||
-- function M.follow(entity) -- lib-core.actor slice
|
||||
-- function M.set_bounds(map_id) -- bounds-clamping slice
|
||||
-- function M.lerp_to(target, dt) -- smooth-follow slice
|
||||
-- function M.shake(intensity, dur) -- effects/juice slice
|
||||
-- function M.set_rotation(deg) -- closed-topology slice
|
||||
-- DEPRECATED-MVP: function M.follow(entity) -- lib-core.actor slice
|
||||
-- DEPRECATED-MVP: function M.set_bounds(map_id) -- bounds-clamping slice
|
||||
-- DEPRECATED-MVP: function M.lerp_to(target, dt) -- smooth-follow slice
|
||||
-- DEPRECATED-MVP: function M.shake(intensity, dur) -- effects/juice slice
|
||||
-- DEPRECATED-MVP: function M.set_rotation(deg) -- closed-topology slice
|
||||
|
||||
return M
|
||||
|
||||
Reference in New Issue
Block a user