diff options
Diffstat (limited to 'deploy_template/mygame/documentation/99-todo.md')
| -rw-r--r-- | deploy_template/mygame/documentation/99-todo.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/deploy_template/mygame/documentation/99-todo.md b/deploy_template/mygame/documentation/99-todo.md index 39c542a..f02df2d 100644 --- a/deploy_template/mygame/documentation/99-todo.md +++ b/deploy_template/mygame/documentation/99-todo.md @@ -1,12 +1,12 @@ # Documentation That Needs to be Organized -## Class macro gtk_args +## Class macro attr_gtk -Here's how you can use the `gtk_args` class method: +Use the `attr_gtk` class method to help access the different variables provided via `args`: ```ruby class Game - gtk_args + attr_gtk attr_accessor :current_scene, :other_custom_attrs def tick |
