taisei/config.example

33 lines
921 B
Text

# -- Taisei example config
# move to ~/.taisei/config or if you built with RELATIVE flag, to the working directory of your executable.
# setting default values.
# this config would be useless, as there is a built-in default settings fallback
key_up = up
key_down = down
key_left = left
key_right = right
key_focus = shift
key_shot = z
# key_shot = y # if you are qwertz-fag
key_bomb = x
fullscreen = 0
# To toggle the fullscreen mode in game. Default is F11, Alt+Enter also works.
key_fullscreen = K292
key_screenshot = p
# activate this for the intel-graphics crapbox at your workplace
# won't look as good as you expect it to do, but should run.
# taisei should have automatic fallback for this, so don't worry.
disable_shader = 0
disable_audio = 0
# if your favourite keysym isn't supported, look it up in SDL/SDL_keysym.h
# key_bomb = K42 # Syntax: K${value} where value is the value defined in the header.