Especially with tile loading there is:
tiles-load-start
tiles-load-end
tile-download-start
load-content
load-tileset
load-model
These could be cleaned up a bit to normalize on a common structure. The last four especially. "tile-download-start" could be replaced with "load-model-start" and "load-tileset-start" and the last few could be replaced with "load-tileset-end" and "load-model-end". "load-content" seems to not be used anywhere and so we can probably remove (deprecate) it?
Especially with tile loading there is:
These could be cleaned up a bit to normalize on a common structure. The last four especially. "tile-download-start" could be replaced with "load-model-start" and "load-tileset-start" and the last few could be replaced with "load-tileset-end" and "load-model-end". "load-content" seems to not be used anywhere and so we can probably remove (deprecate) it?