#include <acknex.h> function main() { vec_set(sky_color,COLOR_BLUE); video_set(200, 200, 32, 2); level_load(0); you = ent_createlayer(SPHERE_MDL,0,5); vec_set(you.blue,COLOR_RED); you.x = 25; while(1) { sun_angle.pan += 10 * 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