Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 481 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 481 Bytes

Rotation Count

As start to move and rotate an object see "britzl/defold-orthographic".

Use Mouse to rotate Game Object around it's axis. Use Left mouse button to start rotation count. Use WASD to move object.

In /main/player.script there are:

  • process_rotation - old function to count rotations, has bug when start to use WASD to move object and Mouse to rotate simultaneously.
  • process_rotation2 - new function.