Add skybox, fix world map, temporarily break level load to demo stuff
This commit is contained in:
9
Assets/Scripts/TerrainType.cs
Normal file
9
Assets/Scripts/TerrainType.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Scampz.GameJam.Assets.Scripts
|
||||
{
|
||||
public enum TerrainType
|
||||
{
|
||||
Grass,
|
||||
Temple,
|
||||
Sand
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user