ursina_tutorials icon indicating copy to clipboard operation
ursina_tutorials copied to clipboard

Falling into void

Open NotBlazerMC opened this issue 2 years ago • 1 comments

When I run the code, the player spawns beneath the actual surface and falls infinitely in the void. How do I fix this isssue?

NotBlazerMC avatar Nov 01 '23 14:11 NotBlazerMC

In main.py, set player.y = 20

That should spawn you above the terrain

xenonmusic avatar Feb 05 '24 03:02 xenonmusic