improve moving

This commit is contained in:
c 2022-06-27 09:42:15 +02:00
parent 9c8424d67c
commit 33fa0ba028
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ function setup() {
} }
function draw() { function draw() {
n = n + deltaTime; n = n + deltaTime/10;
setViewerPosition(0, 10, 350-n); setViewerPosition(0, 10, 350-n);
//respawn //respawn