adjust game.worlds docs language
parent
ef7b5b92f1
commit
67472040a9
|
@ -50,6 +50,6 @@ ARTICLE: "game.worlds" "Game worlds"
|
||||||
end-game-world
|
end-game-world
|
||||||
tick-game-world
|
tick-game-world
|
||||||
}
|
}
|
||||||
"Additionally, the standard " { $snippet "world" } " generics " { $link draw-world* } " and " { $link resize-world } " can also be given methods to draw the window contents and handle resize events. The " { $snippet "draw-world*" } " method will be invoked in a tight loop by the game loop." ;
|
"The standard " { $snippet "world" } " generics " { $link draw-world* } " and " { $link resize-world } " can also be given methods to draw the window contents and handle resize events. The " { $snippet "draw-world*" } " method will be invoked in a tight loop by the game loop to update the screen." ;
|
||||||
|
|
||||||
ABOUT: "game.worlds"
|
ABOUT: "game.worlds"
|
||||||
|
|
Loading…
Reference in New Issue