Add base/default.cfg, some fallback menu assets.

This commit is contained in:
Marco Cawthorne 2021-08-02 22:36:36 +02:00
parent 3ca7b5451c
commit 0709688f9f
21 changed files with 18 additions and 5 deletions

17
base/default.cfg Normal file
View 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"

View File

@ -1,4 +0,0 @@
version 2
set updatemode "1"
set declined ""
sublist "http://www.frag-net.com/dl/valve_packages" "" "enabled"

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 301 KiB

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

View 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