From 221f8b42adeb776e10944a5ed3835b8f00434985 Mon Sep 17 00:00:00 2001 From: Ian C Date: Wed, 5 Jan 2011 13:26:58 +0000 Subject: Added some structure to allow pluggable display drivers. --- config/config | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'config') diff --git a/config/config b/config/config index 1f6b18a..08a7a4a 100644 --- a/config/config +++ b/config/config @@ -1,2 +1,32 @@ # Example configuration file # +# +# General format is: +# +# [section] +# variable = value +# +# Any blank lines or lines starting with a comment are ignored. +# + + +# This defines any textures to load, and the names applied to them. Any image +# format supported by SDL Image should be loadable. +# +[textures] +example1 = files/file.png +example2 = files/file.png + + +# This enables or disables various graphical effects. The defaults for the +# effects are given here. +# +[gfx] +trails = yes + + +# This defines the bodies that will be placed in the simulation. +# +[universe] +body = sun +body = planet -- cgit v1.2.3