-
tested on iPhone 5
-
[Google Issue #1380 : http://code.google.com/haxe/issues/detail?id=1380]
by andy@onthewings.net, at 2013-01-14T16:51:37.000Z
An API suggestion here.
Since the primitive type varies across platform, t…
-
``` bat
> haxe
Haxe Compiler 3.0.0 - (C)2005-2013 Haxe Foundation
> haxelib
Haxe Library Manager 3.0.0-rc.2 - (c)2006-2013 Haxe Foundation
> haxelib install HaxePunk
Downloading HaxePunk-2,2,1.zip..…
kutu updated
11 years ago
-
[Google Issue #1380 : https://code.google.com/p/haxe/issues/detail?id=1380]
by andy@onthewings.net, at 14/01/2013, 16:51:37
An API suggestion here.
Since the primitive type varies across platform, th…
-
I have code that looks like this:
highscoresText.x = (HXP.screen.width \* .5) - (highscoresText.textWidth \* .5);
highscoresText.y = (HXP.screen.height \* .65);
This works fine in all versions of Ha…
Jacic updated
11 years ago
-
[Google Issue #1367 : http://code.google.com/haxe/issues/detail?id=1367]
by Andy.onthewings, at 2013-01-07T15:11:38.000Z
How Haxe is treating function types is changed since 2.10 release, and it is a…
-
startColor
endColor
startAlpha
endAlpha
etc.
-
[Google Issue #1367 : https://code.google.com/p/haxe/issues/detail?id=1367]
by Andy.onthewings, at 07/01/2013, 15:11:38
How Haxe is treating function types is changed since 2.10 release, and it is af…
-
_field is not always a child of _parent.
The issue appears when the destroy function is called:
https://github.com/HaxePunk/HaxePunk/blob/master/com/haxepunk/graphics/Text.hx#L155
I have 'hacked' a …
-
I think this might be intentional behavior, but HaxePunk ignores the layers I set on Image objects. If this is indeed intentional, would it hurt to let layers be set? A workaround would be to create a…
Jacic updated
11 years ago