First phase of serialization

This commit is contained in:
crumblingstatue 2023-04-09 01:31:34 +02:00
parent aed3e86a17
commit 6896698883
7 changed files with 152 additions and 15 deletions

View file

@ -142,7 +142,7 @@ impl Default for GameState {
spawn_point.y -= 1104;
Self {
camera_offset: spawn_point,
world: World::new(spawn_point),
world: World::new(spawn_point, "TestWorld"),
gravity: 0.55,
tile_to_place: 1,
current_biome: Biome::Surface,