mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
9f01a34627
vaguely in the style of similar games for the Commodore+4. The game is intended to show young people (I'm writing it for my son's birthday) all the cool games they missed. WWW: http://abe.sourceforge.net/ PR: ports/83162 Submitted by: Alejandro Pulver <alejandro@varnet.biz> Approved by: flz (mentor)
22 lines
565 B
Plaintext
22 lines
565 B
Plaintext
bin/abe
|
|
%%DATADIR%%/images/images.tar
|
|
%%DATADIR%%/maps/default.dat
|
|
%%DATADIR%%/maps/intro.dat
|
|
%%DATADIR%%/sounds/bubble.wav
|
|
%%DATADIR%%/sounds/closed.wav
|
|
%%DATADIR%%/sounds/death.wav
|
|
%%DATADIR%%/sounds/door.wav
|
|
%%DATADIR%%/sounds/game.ogg
|
|
%%DATADIR%%/sounds/gem.wav
|
|
%%DATADIR%%/sounds/intro.ogg
|
|
%%DATADIR%%/sounds/jump.wav
|
|
%%DATADIR%%/sounds/menu.wav
|
|
%%DATADIR%%/sounds/object.wav
|
|
%%DATADIR%%/sounds/platform.wav
|
|
%%DATADIR%%/sounds/pop.wav
|
|
%%DATADIR%%/sounds/spring.wav
|
|
@dirrm %%DATADIR%%/sounds
|
|
@dirrm %%DATADIR%%/maps
|
|
@dirrm %%DATADIR%%/images
|
|
@dirrm %%DATADIR%%
|