summaryrefslogtreecommitdiffstats
path: root/rules/supertux.in
blob: 0a44c02fc3e5d4d3dd61cdcdca27cfd3b59b7f0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
## SECTION=games
config SUPERTUX
	tristate
	prompt "supertux"
	select GCCLIBS_CXX
	select GCCLIBS_GCC_S
	select SDL_MIXER
	select SDL_MIXER_MOD
	select SDL_IMAGE
	select SDL_JOYSTICK
	select SDL_IMAGE__PNG
	select SDL_IMAGE__JPG
	select SDL_IMAGE__XPM
	help
          SuperTux is a classic 2D jump 'n run sidescroller game in
	  a similar style like the original SuperMario games. This
	  release of SuperTux features 9 enemies, 26 playable levels,
	  software and OpenGL rendering modes, configurable joystick
	  and keyboard input, new music and completely redone graphics.