while (1){ if (key_w) camera.x += 3*time_step; if (key_s) camera.x -= 3*time_step; if (key_a) camera.y += 3*time_step; if (key_d) camera.y -= 3*time_step; wait(1);}
Gamestudio download | Zorro platform | shop | Data Protection Policy
oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de