Relative Content

Tag Archive for databasegodotgodot4

How to store game data in Godot? Dictionary vs Resource

I am trying to create a utility-based AI system in a Godot project (reference). Basically, it funnels game data into considerations which drive actions. In order to do this, I need to store relevant game data in Godot.