mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-12 22:02:12 +00:00
tweak the defaults for titlescrollxspeed and numDemos
This commit is contained in:
parent
92b47f8729
commit
37dd048f12
2 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@
|
|||
// Stage of animation:
|
||||
// 0 = text, 1 = art screen
|
||||
static INT32 finalecount;
|
||||
INT32 titlescrollxspeed = 80;
|
||||
INT32 titlescrollxspeed = 20;
|
||||
INT32 titlescrollyspeed = 0;
|
||||
UINT8 titlemapinaction = TITLEMAP_OFF;
|
||||
|
||||
|
|
|
@ -97,7 +97,7 @@ boolean runemeraldmanager = false;
|
|||
UINT16 emeraldspawndelay = 60*TICRATE;
|
||||
|
||||
// menu demo things
|
||||
UINT8 numDemos = 3;
|
||||
UINT8 numDemos = 0;
|
||||
UINT32 demoDelayTime = 15*TICRATE;
|
||||
UINT32 demoIdleTime = 3*TICRATE;
|
||||
|
||||
|
|
Loading…
Reference in a new issue