ZVISION: Implement action:distort and distort sidefx node

This commit is contained in:
Marisa-Chan 2014-10-23 17:09:58 +07:00
parent 8e9d201cc3
commit 678f47f043
9 changed files with 229 additions and 1 deletions

View file

@ -242,7 +242,7 @@ void ScriptManager::parseResults(Common::SeekableReadStream &stream, Common::Lis
} else if (act.matchString("dissolve", true)) {
// TODO: Implement ActionDissolve
} else if (act.matchString("distort", true)) {
// TODO: Implement ActionDistort
actionList.push_back(new ActionDistort(_engine, slot, args));
} else if (act.matchString("enable_control", true)) {
actionList.push_back(new ActionEnableControl(_engine, slot, args));
} else if (act.matchString("flush_mouse_events", true)) {