DetectiveBaldi

Results 24 comments of DetectiveBaldi

> Also if you're calling `save.bind()` with a custom path, there's a good chance you're doing something wrong. The preferred way of using a custom save path is to change...

@moxie-coder Do you happen to have an `import.hx` file in the source code you're testing? I was working with somebody else's project and encountered the same error. I managed to...

Been having the same issue recently, even with only a (mostly empty) flixel tpl Haxe: 4.3.4 Flixel: 5.7.2 OpenFL: 9.3.3 Lime: 8.1.2 I've tested on HashLink and C++, and I'm...

while trying to create a simplified repro, i've realized it might be an issue with the project i'm working with, i can't reproduce it in a new flixel template using...

> > 👍 > > Any updates on my previous request @DetectiveBaldi ? I linked the class with the XML error in my last comment, from what I can gather...

> looking into this, again. is the issue that `addByPrefix` doesn't work on "foo bar 00001" if the prefix is "foo" or something? Yes, that seems to be the issue,...

> this is an openfl/lime problem flixel can't really do anything about it ^ This issue can also be produced on a standard `openfl create` template. ![image](https://github.com/HaxeFlixel/flixel/assets/86160807/83e497f9-ab1b-467c-b29b-145904c7456f) Main.hx: ```haxe package;...

> As I said in chat, I'm not a fan of FlxCallbackPoints for memory reasons and I'm even trying to do away with that in the long run. but I...

Have you checked `camera.pixelPerfectRender` and `object.pixelPerfectRender`? I believe it affects object positioning