Skip to content

Add obstacle to worldTile proto

Alfred Roberts requested to merge obstacle-fix into master

Fix obstacle issues by:

  • Removing redundant obstacle check code which isn't used any more.
  • Adding obstacles to the world tile proto (so you can set a field to add an obstacle to that tile).
    • Can add an offset and rotation value for the obstacle.
    • Currently they are all the same size, because showing size in the CMS might be difficult.

Merge request reports