diff options
author | alepulver <alepulver@FreeBSD.org> | 2007-12-18 01:53:59 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2007-12-18 01:53:59 +0800 |
commit | 42c0f0be80e255501cf978b0a69012e9f6972f2d (patch) | |
tree | 86e9fb540f790d8f3983ae647386402071f8b724 /games/Makefile | |
parent | eddd0520fef72bf31e8ee33d204579e63f7a56e1 (diff) | |
download | freebsd-ports-gnome-42c0f0be80e255501cf978b0a69012e9f6972f2d.tar.gz freebsd-ports-gnome-42c0f0be80e255501cf978b0a69012e9f6972f2d.tar.zst freebsd-ports-gnome-42c0f0be80e255501cf978b0a69012e9f6972f2d.zip |
The EDGE project is a programming project to develop a DOOM style engine aimed
at the Total Conversion developer, but still able to play the original DOOM
games. This project started with the DOOM source released by id software.
Note that it currently does not support playing the original MIDI music, but
supports OGG Vorbis audio files.
For Total Conversions using Edge see:
http://www.wadsinprogress.info/
For high resolution textures see:
http://forums.yaa.dk/viewtopic.php?f=32&t=69
WWW: http://edge.sourceforge.net/
Diffstat (limited to 'games/Makefile')
-rw-r--r-- | games/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index d0312ac82177..7695b71721ee 100644 --- a/games/Makefile +++ b/games/Makefile @@ -178,6 +178,7 @@ SUBDIR += dungeoncrawl SUBDIR += easysok SUBDIR += eboard + SUBDIR += edge SUBDIR += editss SUBDIR += eduke32 SUBDIR += egl |