store.steampowered.com//app/375220?beta=0
Feel free to report any bugs (especially on windows, I didn’t test there).
store.steampowered.com//app/375220?beta=0
Feel free to report any bugs (especially on windows, I didn’t test there).
Hey, congrats practicing01!
Congrats!
Great! I will be sure to check it out.
Congrats on getting to Steam! On Windows, the game started in a quite small window in windowed mode, don’t know if that was the intention (there was no title / option screen)
It looks nice. Congrat.
The parameters when I built the Windows build:
engineParameters_["WindowWidth"] = 800;
engineParameters_["WindowHeight"] = 600;
engineParameters_["WindowResizable"] = true;
Maybe we could have a little more polished system for easy setup, like the Ogre3D examples.
A resolution dialog like in Ogre examples needs native (operating system) UI widgets, which e.g. SDL doesn’t provide, so it would not be “cost-effective” to implement: Ogre for instance has an implementation for each desktop OS. Furthermore, just like the Unity resolution dialog, it would look “cheap” if you started seeing it in multiple games. I’d suggest making a proper in-game resolution menu, though it’s a bit of work.