source: golgotha/src/i4/test/sound3d/resource.res @ 608

Last change on this file since 608 was 80, checked in by Sam Hocevar, 15 years ago
  • Adding the Golgotha source code. Not sure what's going to be interesting in there, but since it's all public domain, there's certainly stuff to pick up.
File size: 327 bytes
Line 
1i4_resources = ../../resource
2#include "../../resource/i4.res"
3
4file_missing         "File missing : %S"
5bad_format         "Bad WAV format : %S"
6
7sounds =
8{
9  "f:/crack/golgotha/sfx/turbine1.wav"
10  "f:/crack/macabuse/sfx/ambcave1.wav"
11  "f:/crack/macabuse/sfx/adie02.wav"
12}
13
14default_xres 640
15default_yres 480
16
Note: See TracBrowser for help on using the repository browser.