jackmakesthings / game-dev

return False; an experiment in AI and decision-making, via Godot Engine
GNU General Public License v2.0
3 stars 2 forks source link

reorganize environment scenes - tilemap nesting #50

Closed jackmakesthings closed 8 years ago

jackmakesthings commented 8 years ago

Current:

nav2d
  floor tilemap
      ysort
        npcs & objects

Desired:

nav2d
  floor tilemap
  wall tilemap (ysort on)
    npcs & objects

This will require a fair amount of script refactoring - "npc_root" is a problematic layer reference right now.