| http://www.w3.org/ns/prov#value | - Note that some of these variables are overwritten by whatever is defined inside the level data.With regard to the structure of the code, the most important thing to know is that the game is controlled by STATE objects.Each state (title screen, in-game, and between level transitions) is a class object that has a .setup(), .update() and .draw() function.
|