TSAGE: Implement scene7600
This commit is contained in:
parent
29d0078b70
commit
6ddfd24c26
4 changed files with 218 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue