A powerful, platform-independent, visual editor for complex 2D worlds and scenes.
GNU General Public License v3.0
376
stars
67
forks
source link
How to move the Entity in the world, without using physical system? #57
Closed
qlang122 closed 3 years ago
in demo, it use the 'Physics Body' to move the player. if i don't open Physics enable, and want to move player. how can id do?
Direct manipulation of transformcomponent's coordinates does not work. because CompositeSystem is constantly updating it.