1
0
Fork 0

Update 2018-03-27

This commit is contained in:
Nguyễn Gia Phong 2018-03-27 20:58:38 +07:00
parent 95c7d917be
commit 95523431b7
2 changed files with 61 additions and 0 deletions

View File

@ -0,0 +1,36 @@
[Graphics]
Screen width: 640
Screen height: 480
# OpenGL should be supported on all machines with hardware acceleration.
OpenGL: no
# FPS should not be greater than refresh rate.
Maximum FPS: 30
[Sound]
Muted: no
# Volume must be between 0.0 and 1.0
Music volume: 1.0
[Control]
# Input values should be either from Mouse1 to Mouse3 or a keyboard key
# and they are case-insensitively read.
# Aliases for special keys are listed here (without the K_ part):
# http://www.pygame.org/docs/ref/key.html
# Key combinations are not supported.
New game: F2
Toggle pause: p
Toggle mute: m
Move left: a
Move right: d
Move up: w
Move down: s
Long-range attack: Mouse1
Close-range attack: Mouse3
[Server]
# Enabling remote control will disable control via keyboard and mouse.
Enable: no
Host: localhost
Port: 8089
# Disable graphics and sound (only if socket server is enabled).
Headless: no

View File

@ -0,0 +1,25 @@
# cmus colorscheme based on comp (Curses Omni Media Player),
# which is healivily inspired by cmus.
set color_cmdline_bg=default
set color_cmdline_fg=default
set color_error=lightred
set color_info=lightyellow
set color_separator=green
set color_statusline_bg=cyan
set color_statusline_fg=default
set color_titleline_bg=blue
set color_titleline_fg=default
set color_win_bg=default
set color_win_cur=lightyellow
set color_win_cur_sel_bg=yellow
set color_win_cur_sel_fg=white
set color_win_dir=lightblue
set color_win_fg=default
set color_win_inactive_cur_sel_bg=magenta
set color_win_inactive_cur_sel_fg=white
set color_win_inactive_sel_bg=default
set color_win_inactive_sel_fg=lightmagenta
set color_win_sel_bg=gray
set color_win_sel_fg=white
set color_win_title_bg=green
set color_win_title_fg=white