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

refactor: "body_layer" / "npc_root" #52

Closed jackmakesthings closed 8 years ago

jackmakesthings commented 8 years ago

Current implementation uses too many precise node paths, since it was written before find_node worked. References to npc_root or body_layer should be removed if possible, refactored if not.