Para instalar, simplemente ejecutamos:
$ sudo apt-get install supertux
Pero busque un poco de info y lo hice andar:
Modifique el archivo
$ kate ~/.supertux/config
o
$ gedit ~/.supertux/config
borramos el contenido, y agregamos esto:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(supertux-config | |
;; the following options can be set to #t or #f: | |
(fullscreen #t) | |
(sound #f) | |
(music #f) | |
(show_fps #t) | |
;; either "opengl" or "sdl" | |
(video "sdl") | |
;; joystick number (-1 means no joystick): | |
(joystick 0) | |
(joystick-x 0) | |
(joystick-y 1) | |
(joystick-a 2) | |
(joystick-b 1) | |
(joystick-start 9) | |
(joystick-deadzone 4096) | |
(keyboard-jump 32) | |
(keyboard-duck 274) | |
(keyboard-left 276) | |
(keyboard-right 275) | |
(keyboard-fire 306) | |
) |
Desc archivo
y lo guardamos.
Listo, ahora cuando arranquemos supertux, va a estar todo listo y configurado para jugar
Me funciono perfecto!!!!
ResponderEliminarMuchas Gracias