summaryrefslogtreecommitdiffstats
path: root/rules/supertux.in
blob: cce88f8c5f46f6be1c2e788438b662898a85ab6c (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 completly redone graphics.