Eric
Eric
The following data was generated by this user using the Editor mode. Any required images should be uploaded to this issue by dragging and dropping. ``` { "name": { "en":...
The following data was generated by this user using the Editor mode. Any required images should be uploaded to this issue by dragging and dropping. ``` { "name": { "en":...
The following data was generated by this user using the Editor mode. Any required images should be uploaded to this issue by dragging and dropping. ``` { "name": { "en":...
Did a LOT of exploration (with screenshots) of several ore nodes. Needs to be sorted. The following data was generated by this user using the Editor mode. Any required images...
I was eventually able to figure out how custom widgets work by reading the source code and checking out the demo, but I think it makes sense to include explicit...
``` var uiButtonUp = new FlxUIButton(BUTTON_X, BUTTON_Y, null, onClickButton.bind(-1)); uiButtonUp.loadGraphicsUpOverDown(FlxUIAssets.IMG_BUTTON_ARROW_UP); uiButtonUp.resize(24, 24); ``` Expected behavior: the UI button should display the provided graphic `FlxUIAssets.IMG_BUTTON_ARROW_UP` at the specified size. Actual behavior:...
Ideally, running `./MasterServer` should, aside from displaying logs, also provide a prompt with which commands can be run. This terminal should have access to any commands a GM level 9...
https://github.com/HaxeFoundation/hscript/blob/891a085f2b75acbf4700cfdffa80fb0b9532d325/hscript/Interp.hx#L627   I was able to resolve the issue, will make a PR now.
Fixes #114, tested and found no difference in the behavior of scripts.
I am looking into methods of retrieving a highly precise timestamp corresponding with a user's keypress. This is important for applications which need to know exactly when a given key...