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

update autoload references to use singleton style #70

Closed jackmakesthings closed 8 years ago

jackmakesthings commented 8 years ago

Need to find any instances of code like var Utils = get_node("/root/utils") and remove, making sure naming/capitalization matches everywhere. Currently should only apply to Utils and Inventory.