test
This commit is contained in:
Submodule game/main/assets updated: 3606ca0324...67cf2d46ce
@@ -21,7 +21,7 @@ impl Default for PhosCamera {
|
||||
max_height: 420.,
|
||||
speed: 100.,
|
||||
pan_speed: Vec2::new(0.8, 0.5),
|
||||
zoom_speed: 20.,
|
||||
zoom_speed: 200.,
|
||||
min_angle: (20. as f32).to_radians(),
|
||||
max_angle: 1.,
|
||||
}
|
||||
|
||||
@@ -47,6 +47,7 @@ pub fn paint_chunk(
|
||||
let tile_handle = mapper.unwrap().sample_tile(height);
|
||||
let tile = tiles.get(tile_handle).unwrap();
|
||||
chunk.textures[idx] = [tile.texture_id, tile.side_texture_id];
|
||||
chunk.overlay_textures[idx] = tile.side_overlay_id;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user