Add base/default.cfg, some fallback menu assets.
17
base/default.cfg
Normal file
|
@ -0,0 +1,17 @@
|
|||
unbindall
|
||||
bind TAB "+showscores"
|
||||
bind CTRL "+duck"
|
||||
bind ESCAPE "togglemenu"
|
||||
bind LSHIFT "+speed"
|
||||
bind PAUSE "pause"
|
||||
bind SPACE "+jump"
|
||||
bind a "+moveleft"
|
||||
bind d "+moveright"
|
||||
bind e "+use"
|
||||
bind f "impulse 100"
|
||||
bind s "+back"
|
||||
bind t "messagemode"
|
||||
bind w "+forward"
|
||||
bind ~ "toggleconsole"
|
||||
|
||||
seta gl_font "gfx/shell/arial.ttf"
|
|
@ -1,4 +0,0 @@
|
|||
version 2
|
||||
set updatemode "1"
|
||||
set declined ""
|
||||
sublist "http://www.frag-net.com/dl/valve_packages" "" "enabled"
|
BIN
platform/menu_fallback.pk3dir/gfx/loading.tga
Normal file
Before Width: | Height: | Size: 1.3 KiB |
BIN
platform/menu_fallback.pk3dir/gfx/shell/dnarrowd.tga
Normal file
Before Width: | Height: | Size: 1.3 KiB |
BIN
platform/menu_fallback.pk3dir/gfx/shell/dnarrowf.tga
Normal file
Before Width: | Height: | Size: 1.3 KiB |
BIN
platform/menu_fallback.pk3dir/gfx/shell/dnarrowp.tga
Normal file
BIN
platform/menu_fallback.pk3dir/gfx/shell/gamma.tga
Normal file
BIN
platform/menu_fallback.pk3dir/gfx/shell/slider.tga
Normal file
Before Width: | Height: | Size: 301 KiB |
BIN
platform/menu_fallback.pk3dir/gfx/shell/splash.tga
Normal file
Before Width: | Height: | Size: 1.3 KiB |
BIN
platform/menu_fallback.pk3dir/gfx/shell/uparrowd.tga
Normal file
Before Width: | Height: | Size: 1.3 KiB |
BIN
platform/menu_fallback.pk3dir/gfx/shell/uparrowf.tga
Normal file
Before Width: | Height: | Size: 1.3 KiB |
BIN
platform/menu_fallback.pk3dir/gfx/shell/uparrowp.tga
Normal file
|
@ -282,7 +282,7 @@ m_drawloading(vector screensize, float opaque)
|
|||
vector pos;
|
||||
pos = (screensize / 2) - [32,32];
|
||||
drawfill([0,0], screensize, [0.5,0.5,0.5], 1.0f);
|
||||
drawpic(pos, "gfx/lambda64", [64,64], [1,1,1], 1.0f);
|
||||
drawpic(pos, "gfx/loading", [64,64], [1,1,1], 1.0f);
|
||||
}
|
||||
|
||||
float
|
||||
|
|