From f1123dea0eed163c0e8e8e8cf56b5ddf08b6f246 Mon Sep 17 00:00:00 2001 From: Graham Marlow Date: Fri, 12 Jun 2020 20:00:50 -0700 Subject: Update 99-todo.md with non-deprecated class method --- deploy_template/mygame/documentation/99-todo.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'deploy_template/mygame') 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 -- cgit v1.2.3