adjust game.worlds docs language

db4
Joe Groff 2010-01-20 11:32:21 -08:00
parent ef7b5b92f1
commit 67472040a9
1 changed files with 1 additions and 1 deletions

View File

@ -50,6 +50,6 @@ ARTICLE: "game.worlds" "Game worlds"
end-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"