diff options
-rw-r--r-- | README.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -87,7 +87,7 @@ It isn't enough to define a subclass, you must also implement a ~ww:boot~ method #+end_src -You can see that it does very little. It first creates an instance of [[*Text][text]], with the appropriate scale and starting position. Then it just sets the app's ~intro-text~ slot to the newly created text before adding to the scene. +You can see that it does very little. It first creates an instance of ~text~ with the appropriate scale and starting position. Then it just sets the app's ~intro-text~ slot to the newly created text before adding to the scene. It ends by adding a handler to the app called ~press-to-start~, where presumably, the rest of the game is set up. |