Skip to content

Gridmap : Mesh preview now scales + grid update on cell size change

Rafał Mikrut requested to merge github/fork/Nehluxhes/gridmap_scaling into master

Created by: Nehluxhes

  • The mesh preview now correctly scales with cell_scale
  • Refactor the grids creation into its own method _draw_grids() and call it if the cell_size property is changed via signal so you don't have to reload the scene anymore for the grids to update

Fixes https://github.com/godotengine/godot/issues/10128

Merge request reports