summaryrefslogtreecommitdiff
path: root/doc/graphics.texi
diff options
context:
space:
mode:
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