ZVISION: Implement action:distort and distort sidefx node
This commit is contained in:
parent
8e9d201cc3
commit
678f47f043
9 changed files with 229 additions and 1 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue