Rockbox Ports are now being developed for various digital audio players!
so if i scribble some nonsense and post it on a site, i reserve all rights to my scribbled nonsense?
If it can be described as a creative work, yes.
elseif action == next_action then if game_state["selected_colour"] == NUM_COLOURS then game_state["selected_colour"] = 1 redraw_game(game_state, highscores) else game_state["selected_colour"] = game_state["selected_colour"] + 1 redraw_game(game_state, highscores) end elseif action == prev_action then if game_state["selected_colour"] == 1 then game_state["selected_colour"] = NUM_COLOURS redraw_game(game_state, highscores) else game_state["selected_colour"] = game_state["selected_colour"] - 1 redraw_game(game_state, highscores)
Page created in 0.128 seconds with 15 queries.