Quintus icon indicating copy to clipboard operation
Quintus copied to clipboard

HTML5 Game Engine

Results 52 Quintus issues
Sort by recently updated
recently updated
newest added

Is there any interest in creating a proper NPM package for quintus? * Namely, one that can be `yarn/npm` installed * And another that can be injected into a SCRIPT...

If I introduce in any way the background, the hit event of the player always gets activated since Quintus believes that the player is colliding with the background always. http://codepen.io/acarlstein/pen/yVaBzv...

Hi. I'm dong-u seo. I tried to use the function, named "scale to fit", but it looks not working in my case. This is the code I wrote. ``` HTML...

Hi! I made a little hybrid game, i' tested all way around on edge, firefox, chrome, (also on android) and everything is fine except for safari. When i open safari...

How i can set quintus for mobile screen support?

invalid

I'm trying to change the stacking order of my sprites by setting the z property in the init function. But no matter what value I put in, it always stacks...

Steps to reproduce: open your game in IE11 on Windows with loadTMX() function instead of load. Works in all other latest browsers (chrome, firefox, safari and edge).

I apologize for including two separate features in one pull request - they ended up that way. I can separate the commits if needed, but they're each fairly small. 1....

Yesterday i created a simple Quintus game with 3 levels. I used json for creating the levels it worked fine yesterday. But was attemping to edit one of the maps...