Wanted to be sure an included ini was actually getting included. Related to my Animation post. I'm pretty sure now that it's getting loaded though. I just can't figure out what's going on. Thanks!
Lastly, for files included directly from another config file using the @my_include.ini@ syntax, when run in debug, orx will log messages when it starts/stops processing those inclusion.
Comments
In code you can of course with orxLOG:
orxLOG("Say something like %s", myString);
Then watch Orx complain in the terminal window that starts up with your game window.
In this case, you can add a simple log at the beginning of .ini files, something like, in foo.ini:
More about this here: https://groups.google.com/forum/#!topic/orx-dev/KwdyJvRwSF0
Lastly, for files included directly from another config file using the @my_include.ini@ syntax, when run in debug, orx will log messages when it starts/stops processing those inclusion.