Closed Liquid-Blocks closed 2 years ago
Instead of having StdEnv.init(terrainPath, avatarPath, x, y, z) as the only initialization method, there should be other methods available to init the terrain and the avatar.
StdEnv.init(terrainPath, avatarPath, x, y, z)
Something like
StdEnv.loadTerrain(terrainPath, x, y, z)
StdEnv.spawnPlayer(avatarPath)
Instead of having
StdEnv.init(terrainPath, avatarPath, x, y, z)
as the only initialization method, there should be other methods available to init the terrain and the avatar.Something like
StdEnv.loadTerrain(terrainPath, x, y, z)
StdEnv.spawnPlayer(avatarPath)