Move an object relative to its current position.
The provided values will be added to its current position.
Compatible with any type of object: sprites, lights, camera.
move s by x,y,z
s sprite name x horizontal y vertical z depth
Source do move "camera" by 0,1,0 update loop
