From 109d40a75d9135db707363b1747923d5b79eb18d Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 15 Sep 2013 21:17:47 -0400 Subject: Rename scene draw and update procedures. They were inconsistent with the rest of the API. --- 2d/game.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '2d/game.scm') diff --git a/2d/game.scm b/2d/game.scm index 77a5cb1..3bd314e 100644 --- a/2d/game.scm +++ b/2d/game.scm @@ -68,8 +68,8 @@ creates a new scene." scene-draw-proc scene-state scene-trigger - scene-update - scene-draw + update-scene + draw-scene push-scene replace-scene pop-scene) -- cgit v1.2.3