From 9972e5c26da25c29939e5a75f59db5d58c14a31c Mon Sep 17 00:00:00 2001 From: David Thompson Date: Mon, 18 Apr 2016 20:39:39 -0400 Subject: Add actor module. * sly/actor.scm: New file. * Makefile.am (SOURCES): Add it. * doc/api/scripting.texi: New file. * doc/Makefile.am (sly_TEXINFOS): Add it. * doc/sly.texi: Include scripting section. * .dir-locals.el: Add identing rule for call-with-actor. --- doc/sly.texi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/sly.texi') diff --git a/doc/sly.texi b/doc/sly.texi index e0c081d..127f52b 100644 --- a/doc/sly.texi +++ b/doc/sly.texi @@ -167,6 +167,7 @@ See their respective home pages for installation and usage instructions. * Booting:: Opening a window and running the game loop. * Math:: Vectors, quaternions, matrices, etc. * Time:: Tick-tock. +* Scripting:: Functional game object scripting. * Input:: Keyboard, mouse, and joystick input. * Rendering:: Drawing to the screen. * Utilities:: Miscellaneous conveniences. @@ -175,6 +176,7 @@ See their respective home pages for installation and usage instructions. @include api/init.texi @include api/math.texi @include api/time.texi +@include api/scripting.texi @include api/input.texi @include api/rendering.texi @include api/utils.texi -- cgit v1.2.3