mirror of
https://github.com/badvision/lawless-legends.git
synced 2025-03-01 18:29:12 +00:00
Added emusig flag for title screen text area.
This commit is contained in:
parent
a520c90646
commit
a76db77e93
@ -673,9 +673,8 @@ def displayMenu(existing)#0
|
||||
|
||||
setWindow(162, 190, 49, 231)
|
||||
clearWindow
|
||||
|
||||
^EMUSIG_TITLE
|
||||
setWindow(162, 190, 56, 224)
|
||||
clearWindow()
|
||||
rawDisplayStr("^J\n^Y") // down one line for nice-looking spacing from graphics
|
||||
callGlobalFunc(GS_COPYRIGHT, 0, 0 ,0)
|
||||
rawDisplayStr("\n^N")
|
||||
|
@ -93,3 +93,4 @@ const EMUSIG_2D_MAP = $C022 // e.g. wilderness
|
||||
const EMUSIG_3D_MAP = $C023 // e.g. in town
|
||||
const EMUSIG_AUTOMAP = $C024 // all color except the map title
|
||||
const EMUSIG_STORY = $C025 // all text except a portrait
|
||||
const EMUSIG_TITLE = $C026 // all color except title screen menu area
|
Loading…
x
Reference in New Issue
Block a user