This website requires JavaScript.
Explore
Help
Sign In
voxel
/
kubi
Watch
1
Star
1
Fork
You've already forked kubi
0
mirror of
https://github.com/griffi-gh/kubi.git
synced
2024-11-10 01:28:41 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3a50065cc5
kubi
/
kubi-shared
/
src
/
player.rs
7 lines
101 B
Rust
Raw
Normal View
History
Unescape
Escape
some big changes
2023-03-08 15:34:41 -06:00
use
shipyard
::
Component
;
update
2023-03-12 20:24:37 -05:00
pub
const
PLAYER_HEALTH
:
u8
=
20
;
some big changes
2023-03-08 15:34:41 -06:00
#[
derive(Component)
]
pub
struct
Player
;
Reference in a new issue
Copy permalink