-
public void scale(float xScale, float yScale) {
assert xScale > 0 : "scale: xScale must be greater than zero";
assert yScale > 0 : "scale: yScale must be greater than zero";
```
_…
-
Research cloudflare some more, add it to AB and check if everything works well.
https://www.cloudflare.com - the free plan should do, at least for now ^^
-
The cards don't rescale on gamejolt website on Firefox browser on lower resolution at least, 1366 x 768.
http://gamejolt.com/games/arcade/ancient-beast/15964/
![1366x768 resolution](http://i5.minus.…
-
Would there be any interest in an API demo? Since I wrote FlxGameJolt, I thought it might be helpful to have a demo of it's application. This could also include FlxKongregate and, if I get around to i…
-
The iframe for GameJolt has issues for Firefox, as expected _sigh_ http://gamejolt.com/games/arcade/ancient-beast/15964/
- most buttons except fullscreen don't work
- there's a gap at the top
- the lo…
-
When playing in the limited canvas from GameJolt, the overview unit grid has quite a few scaling issues http://gamejolt.com/games/arcade/ancient-beast/15964/
- there are vertical and horizontal scroll…
-
The game could benefit by being integrated with some of the game portals out there that allow visitors to browse and play games right from the browser. There's a list of such game portals that's being…