home projects git about
1 2 3 4
return function(db, id, dt) local node = db:getComponent(id, "node") node.matrix:rotateZ(2*math.pi*dt) end