Home
last modified time | relevance | path

Searched refs:flower_counter (Results 1 – 1 of 1) sorted by relevance

/dports/games/garden-of-coloured-lights/garden-1.0.9/src/
H A Dmenu.c1337 static int flower_counter = 0; in run_menu_background() local
1340 flower_counter += flower_dir; in run_menu_background()
1341 if (flower_counter >= 40) in run_menu_background()
1342 flower_counter = 0; in run_menu_background()
1343 if (flower_counter < 0) in run_menu_background()
1344 flower_counter = 39; in run_menu_background()
1349 draw_rle_sprite (display, eRLE_flower[0][flower_counter].sprite, in run_menu_background()
1350 x - eRLE_flower[0][flower_counter].x + 42 + 3, in run_menu_background()
1351 y - eRLE_flower[0][flower_counter].y + 47); in run_menu_background()