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
c5a506dad2
veloren
/
common
/
src
/
terrain
/
block.rs
6 lines
85 B
Rust
Raw
Normal View
History
Unescape
Escape
Added figures, segments, test .vox files, basic animation test
2019-01-13 20:53:55 +00:00
#[
derive(Copy, Clone, Debug)
]
Started work on adding terrain
2019-01-02 19:22:01 +00:00
pub
struct
Block
{
kind
:
u8
,
color
:
[
u8
;
3
]
,
}
Reference in New Issue
Copy Permalink