fix: per-stub DEPRECATED-MVP markers (consistency with lib-core.render)

This commit is contained in:
Axel Meyer
2026-05-09 22:00:17 +02:00
parent 9dd37a9b25
commit 28fb3bf4e9

View File

@@ -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