diff options
| author | Graham Marlow <[email protected]> | 2020-06-12 20:00:50 -0700 |
|---|---|---|
| committer | Graham Marlow <[email protected]> | 2020-06-12 20:00:50 -0700 |
| commit | f1123dea0eed163c0e8e8e8cf56b5ddf08b6f246 (patch) | |
| tree | 65adc9f1031f88edee02ac05f7a87c51d3f3b094 /deploy_template/mygame | |
| parent | 70f34fd8c989940dd7360d86e1e8e279c3add7ed (diff) | |
| download | dragonruby-game-toolkit-contrib-f1123dea0eed163c0e8e8e8cf56b5ddf08b6f246.tar.gz dragonruby-game-toolkit-contrib-f1123dea0eed163c0e8e8e8cf56b5ddf08b6f246.zip | |
Update 99-todo.md with non-deprecated class method
Diffstat (limited to 'deploy_template/mygame')
| -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 |
