Tim I Hely

Results 25 comments of Tim I Hely

@ttencate I was having a similar issue, but with text that didn't have borders or anything applied: ![image](https://user-images.githubusercontent.com/141478/27802800-98fe7334-5feb-11e7-8712-c9f7898e298a.png) It was being chopped off at the top. I did some digging...

So, I DO want `separate` to occur, I just want to intercept it between setting the collision flags and actually messing with my velocity. The issue is that I CAN...

Okay, but then I would still need to call `separate` - or somehow otherwise copy all of that logic to a new function to be called after my other logic...

I think `computeOverlapX` includes the x-delta, and not the y-delta, while `computeOverlapY` is the reverse.

@Blist consider adding some snippets regarding flixel-ui to hfmechanics: http://hfmechanics.nfshost.com/ I'm going to be making a big push in 2016 to get more people involved in fleshing this out...

> Hey all, I've started the rebuild of the HaxeFlixel site and you can see my code here https://github.com/RichardBray/hf-site The concern I have (and I think a few people touched...

> we talked about this in discord, sounds like you want a `loadMapFromArray` but without graphic data, I suggest we make an equivalent for `loadMapFromCSV`, `loadMapFromArray`, `loadMapFrom2DArray` and `loadMapFromGraphic`, I'm...

> As far as I've tested, flixius seems to work fine on HTML5. The one issue I had when running locally is that the preloader didn't really like "hit.png". That's...

HashLink seems to have a huge issue with large `flixel.addons.display.FlxSliceSprite` If I have a small one, it's fine. (< 1/4 of the screen) if I have a larger one (1/2...

> @SeiferTim did you notice this section: > > > Edit: upon further investigation, the above code struggles because when width and height are 1280 by 960, this is using...