function zoom() { if(key_w) { camera.arc -=time_step*15; } if(key_s) { camera.arc +=time_step*15; } camera.arc = clamp(camera.arc,30,80); // play with 30 and 80 }
Gamestudio download | Zorro platform | shop | Data Protection Policy
oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de