MADS: In progress implementation of loadScene
This commit is contained in:
parent
9eaab29afe
commit
c49d7196fc
16 changed files with 308 additions and 162 deletions
|
@ -33,7 +33,7 @@ UserInterface *UserInterface::init(MADSEngine *vm) {
|
|||
}
|
||||
|
||||
UserInterface::UserInterface(MADSEngine *vm): _vm(vm), _surface(
|
||||
MSurface::init(MADS_SCREEN_WIDTH, MADS_INTERFACE_HEIGHT)) {
|
||||
new MSurface(MADS_SCREEN_WIDTH, MADS_INTERFACE_HEIGHT)) {
|
||||
}
|
||||
|
||||
UserInterface::~UserInterface() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue