8efd3f15be
changed triggers so that some can be used in demos. demo_setspeed is now a command, in order to handle 100 being 1:1 speed. avoid weirdness at the start of demos. only display flag columns if someone grabbed a flag. reworked internal server browser. now has a filter, sorts by addresses, preserves sort columns, git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4905 fc73d0e0-1445-4013-8a0c-d673dee63da5
13 lines
597 B
INI
13 lines
597 B
INI
showpic_removeall
|
|
|
|
sv_aim 0.90 //quake style, avoid needing to pitch too much
|
|
showpic gfx/touch_forward.png forward 96 -88 bm 32 32 +forward
|
|
showpic gfx/touch_back.png moveback 96 -56 bm 32 32 +back
|
|
showpic gfx/touch_moveleft.png moveleft 64 -56 bm 32 32 +moveleft
|
|
showpic gfx/touch_moveright.png moveright 128 -56 bm 32 32 +moveright
|
|
|
|
showpic gfx/touch_attack.png attack 32 -56 bm 32 32 +attack
|
|
showpic gfx/touch_jump.png jump 160 -56 bm 32 32 +jump
|
|
|
|
showpic gfx/touch_turnleft.png turnleft 0 -56 bm 32 32 +left
|
|
showpic gfx/touch_turnright.png turnright 192 -56 bm 32 32 +right
|