Subversion Repositories Kolibri OS

Rev

Rev 7578 | Rev 7985 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7578 Rev 7977
Line 124... Line 124...
124
	randomize();
124
	randomize();
125
	StartNewGame();
125
	StartNewGame();
Line 126... Line 126...
126
 
126
 
127
	load_dll(libio,  #libio_init,1);
127
	load_dll(libio,  #libio_init,1);
128
	load_dll(libimg, #libimg_init,1);
128
	load_dll(libimg, #libimg_init,1);
129
	Libimg_LoadImage(#menu, abspath("menu.png"));
129
	menu.load(abspath("menu.png"));
130
	Libimg_LoadImage(#road, abspath("road.png"));
130
	road.load(abspath("road.png"));
Line 131... Line 131...
131
	Libimg_LoadImage(#objects, abspath("objects.png"));
131
	objects.load(abspath("objects.png"));
132
	
132
	
133
	loop()
133
	loop()