From 8d0c58e6ce871f7e95221f6ab9e18fc135b97702 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 18 Jul 2018 23:19:52 +0200 Subject: Every can accept messages and may have conversations. --- scenes/game.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scenes/game.scm') diff --git a/scenes/game.scm b/scenes/game.scm index e142607..7ad5bde 100644 --- a/scenes/game.scm +++ b/scenes/game.scm @@ -45,6 +45,8 @@ (define-class () + (conversations #:accessor conversations #:init-keyword #:conversations) + (accepted-messages #:accessor accepted-messages #:init-form '(hello)) (velocity #:getter velocity #:init-form (vec2 0.0 0.0)) (walk-speed #:accessor walk-speed #:init-form 0.8) (direction #:accessor direction #:init-form '(idle)) -- cgit v1.2.3