You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{ message="A tip for selecting objects with poor collisions is to enable 'High sensitivity mode'. Press "..cc.high_sensitivity_mode.." to toggle this. It will detect objects with poor collisions at the expense of accuracy.",
144
+
{ message="A tip for selecting objects with poor collisions is to enable 'High sensitivity mode'. Press "..cc.high_sensitivity_mode.." to toggle this. It will detect objects with poor collisions at the expense of accuracy. If you still cannot select the object, try 'Enable collision patches' in options.",
145
145
initiate=function()
146
146
setTimer ( tutorialNext, 15000, 1 )
147
147
end },
@@ -158,7 +158,7 @@ tutorial = {
158
158
setTimer(tutorialNext,17000,1)
159
159
end },
160
160
--14
161
-
{ message="You can use the "..cc.mod_rotate.."modifier to switch into rotation mode. While holding down the "..cc.mod_rotate.." key, press the "..cc.element_move_forward..", "..cc.element_move_backward..", "..cc.element_move_left..", "..cc.element_move_right..", "..cc.element_move_upwards.." and "..cc.element_move_downwards.." keys to rotate the element.",
161
+
{ message="You can use the "..cc.mod_rotate.."and "..cc.mod_rotate_local.." modifiers to switch into rotation mode. While holding down the "..cc.mod_rotate.."or "..cc.mod_rotate_local.."key, press the "..cc.element_move_forward..", "..cc.element_move_backward..", "..cc.element_move_left..", "..cc.element_move_right..", "..cc.element_move_upwards.." and "..cc.element_move_downwards.." keys to rotate the element in world ("..cc.mod_rotate..") or local ("..cc.mod_rotate_local..") space.",
0 commit comments