Opened 3 years ago

Closed 6 months ago

#14336 closed defect (outdated)

TETRAEDGE: Dialog text color not readable on TinyGL

Reported by: mduggan Owned by: mduggan
Priority: normal Component: Engine: Tetraedge
Version: Keywords: tinygl
Cc: Game: Syberia 1

Description

When the text is rendered for Syberia or Syberia II in TinyGL, it comes out black against the dark grey background. This is caused by the blend mode it uses (MODULATE) not being supported in TinyGL.

It would be good to find some workaround - the easiest would be to simply change the color of the text to something lighter and use the supported blend mode (BLEND).

Change History (2)

comment:2 by mduggan, 6 months ago

Owner: set to mduggan
Resolution: outdated
Status: newclosed

This has indeed been fixed now that TGL_MODULATE is added in the above commit.

Note: See TracTickets for help on using tickets.