summaryrefslogtreecommitdiff
path: root/scenes/game.scm
diff options
context:
space:
mode:
Diffstat (limited to 'scenes/game.scm')
-rw-r--r--scenes/game.scm2
1 files changed, 2 insertions, 0 deletions
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 <character> (<node-2d>)
+ (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))