Hi, I'm making a 3d horror game where I would like to have Amnesia like subtitles at the bottom of the screen...
I just don't know how.
The camera position is global.camx and global.camy.
And a little bit of camera code here;
{
global.camx = x;
global.camy = y;
global.camz = z;
global.camsin = sin(direction*pi/180);
global.camcos = cos(direction*pi/180);
global.camheight = height;
global.camdirection = direction;
}
Please help me with this....
Edited by LazicfulLazi, 22 July 2012 - 01:37 PM.











