mirror of
https://github.com/Noratrieb/game-wip-dontplay.git
synced 2026-01-16 20:35:02 +01:00
Inspect World as well
This commit is contained in:
parent
a11d69eee2
commit
3938654843
3 changed files with 7 additions and 7 deletions
|
|
@ -26,7 +26,6 @@ use self::player::Player;
|
|||
#[derivative(Debug)]
|
||||
pub struct GameState {
|
||||
pub camera_offset: WorldPos,
|
||||
#[opaque]
|
||||
pub world: World,
|
||||
pub player: Player,
|
||||
pub gravity: f32,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue