This website requires JavaScript.
Explore
Help
Sign In
Mirrored_Repos
/
veloren
Watch
1
Star
0
Fork
0
You've already forked veloren
mirror of
https://gitlab.com/veloren/veloren.git
synced
2024-08-30 18:12:32 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
11630877e3
veloren
/
common
/
src
/
terrain
/
biome.rs
11 lines
123 B
Rust
Raw
Normal View
History
Unescape
Escape
Started work on adding terrain
2019-01-02 19:22:01 +00:00
pub
enum
BiomeKind
{
Added Terrain type to scene
2019-01-15 15:13:11 +00:00
Void
,
Started work on adding terrain
2019-01-02 19:22:01 +00:00
Grassland
,
Ocean
,
Mountain
,
Snowlands
,
Desert
,
Swamp
,
Forest
,
}
Reference in New Issue
Copy Permalink