summaryrefslogtreecommitdiff
path: root/doc/graphics.texi
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2016-04-18 20:38:14 -0400
committerDavid Thompson <dthompson2@worcester.edu>2016-04-18 20:38:14 -0400
commit049964583b191f2302ff666f97ca23417b80762e (patch)
treea91b9a159934d61cf4f3937bbd7d368e3a3eb344 /doc/graphics.texi
parent3e0bec938cf266e9051dc3b16b7c25bd1dceb2a0 (diff)
doc: Remove obsolete texinfo files.
Diffstat (limited to 'doc/graphics.texi')
-rw-r--r--doc/graphics.texi23
1 files changed, 0 insertions, 23 deletions
diff --git a/doc/graphics.texi b/doc/graphics.texi
deleted file mode 100644
index 671754b..0000000
--- a/doc/graphics.texi
+++ /dev/null
@@ -1,23 +0,0 @@
-@node Graphics
-@chapter Graphics
-
-Graphics are a fundamental part of most computer games. Sly makes
-it easy to make sprite-based games by providing all of the necessary
-primitives. Graphics are rendered via OpenGL to take advantage of
-hardware acceleration.
-
-@menu
-* Sprites::
-* Textures::
-* Animations::
-* Colors::
-* Tilesets::
-* Fonts::
-@end menu
-
-@include graphics/sprite.texi
-@include graphics/texture.texi
-@include graphics/animation.texi
-@include graphics/color.texi
-@include graphics/tileset.texi
-@include graphics/font.texi