GameCreator
GameCreator copied to clipboard
A public project to share Game Creator tools, resources, documentation and log bugs.
Music tool needs zones to only update components when needed. Maybe leverage flags for this?
Remove collision manager. Since it doesn't manage collision directly it is no longer needed.
Unable to read controller mapping from game editor in the settings tool
Need to make sure you can't import a project if none exits?
Need to move away from the built-in input manager and use a more robust input manager. Also, need to connect up configuring the controller to the new system config tool...
On Mac, scale mode stretches the display and does not respect the correct aspect ration of the editor.
Right now you can increase the resolution with no limit. Perhaps there should be a limit at QVGA which is 320 x 240? [Wikipedia states](https://en.wikipedia.org/wiki/Third_generation_of_video_game_consoles) that 3rd gen systems didn't...
Fixed the starting code for space being noted as 30, it's 32 Fixed an extra reference to the ascii code for 'P' in a table Fixes a reference to the...