summaryrefslogtreecommitdiff
path: root/scripts/rotate.lua
blob: ef03349234528f52592625fa2abb46f0c58e6ad5 (plain)
1
2
3
4
return function(db, id, dt)
	local node = db:getComponent(id, "node")
	node.matrix:rotateZ(2*math.pi*dt)
end