4.2
I was doing godot first 2d tutorial on the godot docs website but the player went 2 fast i dont know what i did wrong checked the tutorial but everything looked right
4.2
I was doing godot first 2d tutorial on the godot docs website but the player went 2 fast i dont know what i did wrong checked the tutorial but everything looked right
Can you add information? Maybe a sneak peak of your code or some pictures?
its not letting me to send pictures
Make sure to paste scripts instead of screenshots of code. Use three ticks to format the text like so
```
type or paste code here
```
Seems like your player is walking at 1 pixel per second, based on this line you need to also multiply by speed
to move 400 pixels per second.
position += velocity * delta * speed
so wat should i do
i treid it but it doesnt work
the players moving too fast
i cant show video
Mistake here, check what in article
so what should i do
you should open godot first 2d game tutorial and reread Coding player
section
now i understand
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.