main.lua

changeset 3
3cc860a893d2
parent 0
2e31b584f8d9
child 7
ecac723bb6e1
equal deleted inserted replaced
2:60022b6e0874 3:3cc860a893d2
22 local handler = object.handler; 22 local handler = object.handler;
23 assert(handler[action.action], "Objects of type '"..object.type.."' do not support action '"..action.action.."'"); 23 assert(handler[action.action], "Objects of type '"..object.type.."' do not support action '"..action.action.."'");
24 24
25 handler[action.action](object, action.extra); 25 handler[action.action](object, action.extra);
26 end 26 end
27
28 verse.loop()

mercurial