I finished the day yesterday adding a "Settings" class to handle user defined settings, and in the future key binds. I also added helpers to print logs to the console that includes the file path, time, line, and the message. I recommend making your own console logging method. Friends had suggested libraries, but they keep forgetting I'm not making any type of engine or editor. I'm just making a game, and I don't think I need anything elaborate for debugging. Not to mention I have Visual Studio.
These settings are not yet applied, but that begins to describe the plans for today.
I should say, a few of these are already implemented as part of the game initialization process, but the rest of the settings need to be applied. Otherwise the application will revert to the default settings even if the user saved custom settings.
That brings me to key binds. I'm not sure how to approach this yet, but I'm brainstorming.
I will write another article at the end of the day to update my progress!
No comments:
Post a Comment