save(entry_name, value)
      Saves the value/object to the save file under the given entry name
Parameters:
      entry_name [value: str, type: str]
      value [value: str, int, float, Vector2, Vector3, Color, type: str, bytearray, int, float, Vector2, Vector3, Color]
Return Value: None

file: src/save/engine_save_module.c

landing