mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-10 03:40:25 +00:00
TSAGE: Implement scene7600
This commit is contained in:
parent
1c6d46ce83
commit
09fc6d6ee4
@ -413,6 +413,15 @@ SpeakerEText::SpeakerEText() {
|
||||
|
||||
/*--------------------------------------------------------------------------*/
|
||||
|
||||
SpeakerEText::SpeakerEText() {
|
||||
_speakerName = "ETEXT";
|
||||
_textPos = Common::Point(20, 20);
|
||||
_colour1 = 22;
|
||||
_hideObjects = false;
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------------------------*/
|
||||
|
||||
SpeakerHText::SpeakerHText() {
|
||||
_speakerName = "HTEXT";
|
||||
_textPos = Common::Point(160, 40);
|
||||
|
Loading…
Reference in New Issue
Block a user