diff --git a/test/bin/music.txt b/test/bin/music.txt index 4599e18..56f6c1b 100644 --- a/test/bin/music.txt +++ b/test/bin/music.txt @@ -1 +1 @@ -To use the music example program it is necessary to obtain an ogg vorbis file (see http://www.kahvi.org/ for tons of options) and make sure that it is at test/bin/data/music.ogg. I have not included an ogg because to include an entire music file would increase the size of the ZEngine distribution as much as 10x (compressed music doesn't recompress well in zip or gz form). \ No newline at end of file +To use the music example program it is necessary to obtain an ogg vorbis file (see http://www.kahvi.org/ for tons of options) and make sure that it is at test/bin/data/music.ogg. I have not included an ogg because to include an entire music file would increase the size of the ZEngine distribution as much as 10x (compressed music [like mp3 and ogg] doesn't recompress well in zip or gz form). \ No newline at end of file diff --git a/test/bin/readme.txt b/test/bin/readme.txt index 457e0e3..ea77279 100644 --- a/test/bin/readme.txt +++ b/test/bin/readme.txt @@ -1,15 +1,3 @@ -These are the test programs for ZEngine, all have the basic controls: -ALT-F4 or ESC- Quit Program -S - Switch Modes (ZImageTest only) - +These are the test programs for ZEngine, all have the basic controls: ALT-F4 or ESC- Quit Program S - Switch Modes (ZImageTest only) The ZEngine Config File (tests.zcf) file may be manually edited using a text editor to change certain settings. - -ZMouseTest - Test ZEngine Mouse Capabilities. -ZImageTest - Test ZImage by drawing several images and a string to the screen. -ZFontTest - Test ZFont by outputting text in different formats. -ZTimerTest - Test ZTimer with three different timers. -ZMusicTest - Test ZMusic by playing a song, and allowing settings to be adjusted. - >NOTE: Requires adding an ogg file named music.ogg in data directory. -ZSoundTest - Test ZSound using various sound effects. -ZRectTest - Test Rectangles, and related collision. -ZParticleTest - Tests the ZSimpleParticle class, this test requires SDL_Image as it uses the .tga image extension. \ No newline at end of file +ZMouseTest - Test ZEngine Mouse Capabilities. ZImageTest - Test ZImage by drawing several images and a string to the screen. ZFontTest - Test ZFont by outputting text in different formats. ZTimerTest - Test ZTimer with three different timers. ZMusicTest - Test ZMusic by playing a song, and allowing settings to be adjusted. >NOTE: Requires adding an ogg file named music.ogg in data directory. ZSoundTest - Test ZSound using various sound effects. ZRectTest - Test Rectangles, and related collision. ZParticleTest - Tests the ZSimpleParticle class, this test requires SDL_Image as it uses the .tga image extension. ZAnimTest - Tests the various types of animation supported by ZAnimation. \ No newline at end of file