summaryrefslogtreecommitdiffhomepage
path: root/deploy_template/mygame
diff options
context:
space:
mode:
authorGraham Marlow <[email protected]>2020-06-12 20:00:50 -0700
committerGraham Marlow <[email protected]>2020-06-12 20:00:50 -0700
commitf1123dea0eed163c0e8e8e8cf56b5ddf08b6f246 (patch)
tree65adc9f1031f88edee02ac05f7a87c51d3f3b094 /deploy_template/mygame
parent70f34fd8c989940dd7360d86e1e8e279c3add7ed (diff)
downloaddragonruby-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.md6
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