GameCreator icon indicating copy to clipboard operation
GameCreator copied to clipboard

A public project to share Game Creator tools, resources, documentation and log bugs.

Results 78 GameCreator issues
Sort by recently updated
recently updated
newest added

Components of text and buttons need their styles ahead of time. Need to create a global style table and allow passing in style data in each components constructor. Chip editor...

enhancement

Need a way to disable the toggle group but still have it render. An example would be the import tool file type tab.

bug

Need to make sure you can't do a color offset larger than the total colors - colors per sprite

enhancement

Should create an input field group. When adding new fields it will link them up so you can tab between them and it will manage updating all the input fields...

enhancement

New game stats don't display tooltip since they are disabled. Need to bring back editable property so you can still interact with the field just not edit it.

bug

Need to make the mouse cursor add onto the EditorUI with option to use or ignore it

enhancement

message bar should use the text component

enhancement

If the mouse starts over a slider it doesn't find the right position to draw at. ![image](https://user-images.githubusercontent.com/24598054/32780706-46d41972-c910-11e7-9de5-ecff7bd9cc8d.png)

bug

Should onAction be renamed to onChange? Maybe buttons use onAction but components that get updated should trigger an onChange callback?

enhancement

Ran into a situation where trying to call DrawText() on an undefined variable throw a Null error. While the error was caught and displayed, since it's outside of the Lua...

bug