mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-11 18:50:46 +00:00
a.m32: for showpal==1, also show editor colors with printext16.
git-svn-id: https://svn.eduke32.com/eduke32@4421 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
5fd9d1d7a9
commit
0aec0c53ed
1 changed files with 10 additions and 1 deletions
|
@ -1410,7 +1410,7 @@ ends
|
||||||
|
|
||||||
onevent EVENT_DRAW2DSCREEN
|
onevent EVENT_DRAW2DSCREEN
|
||||||
var tmp
|
var tmp
|
||||||
var xx
|
var xx yy
|
||||||
|
|
||||||
state userdrawlabel
|
state userdrawlabel
|
||||||
|
|
||||||
|
@ -1439,6 +1439,15 @@ onevent EVENT_DRAW2DSCREEN
|
||||||
add xx 1
|
add xx 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
set yy 208
|
||||||
|
for tmp range 16
|
||||||
|
{
|
||||||
|
qsprintf TQUOTE "editor color %d" tmp
|
||||||
|
printext16 TQUOTE 100 yy tmp 0 0
|
||||||
|
printext16 TQUOTE 260 yy 0 tmp 0
|
||||||
|
add yy 8
|
||||||
|
}
|
||||||
}
|
}
|
||||||
endevent
|
endevent
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue