TSAGE: Implement scene7600

This commit is contained in:
strangerke 2011-03-16 21:28:13 +01:00
parent 29d0078b70
commit 6ddfd24c26
4 changed files with 218 additions and 0 deletions

View file

@ -30,6 +30,7 @@
#include "tsage/ringworld_scenes1.h"
#include "tsage/ringworld_scenes2.h"
#include "tsage/ringworld_scenes3.h"
#include "tsage/ringworld_scenes8.h"
namespace tSage {
@ -102,6 +103,7 @@ Scene *SceneFactory::createScene(int sceneNumber) {
/* Scene group 6 */
/* Scene group 8 */
case 7600: return new Scene7600();
/* Scene group 10 */
@ -330,6 +332,15 @@ SpeakerCText::SpeakerCText() {
/*--------------------------------------------------------------------------*/
SpeakerEText::SpeakerEText() {
_speakerName = "ETEXT";
_textPos = Common::Point(20, 20);
_colour1 = 22;
_hideObjects = false;
}
/*--------------------------------------------------------------------------*/
SpeakerHText::SpeakerHText() {
_speakerName = "HTEXT";
_textPos = Common::Point(160, 40);