panda-engine
panda-engine copied to clipboard
Panda Engine - HTML5 Game Engine
Hello I downloaded the installer from https://www.panda2.io/trial and tried to install Error "installer integrity check has failed. Common causes include incomplete download and damaged media." **Info** - OS: Windows 10...
for my project I need support for the lineCap property while drawing lines in Graphics. since this was not supported yet, I implemented it myself and send it to you...
This pull request contains a small bugfix for drawing polygons with beziercurves. See the forum for more info: http://www.html5gamedevs.com/topic/42723-resolved-graphics-hires-problem/
Sprites now move really with one pixel at a time then roundPixels=true exabled.
Another small addition to the Graphics class that enables one to directely dray rounded rectangles.
Hi Enpu, with this update I added support for textStroke in systemText. Since it is just a few lines of code and the usage of it is pretty universal, I...
Here is another bugfix which sets the starting point of a polygon to the first point instead of (0, 0).
**Describe the bug** game.Graphics drwaLine method does not work when PIXI plugin is added. engine : v2.12.0 pixi : 1.2.5 **Screenshots** [https://imgur.com/e3iToSX](https://imgur.com/e3iToSXl)
Polygon bounds are not calculated correctly. http://www.html5gamedevs.com/topic/40207-center-polygon/