-
All code:
```.js
kaboom({
global: true,
fullscreen: true,
scale: 2,
debug: true,
clearColor: [0, 0, 0, 1],
});
loadRoot("https://kaboomjs.com/pub/examples");
loadSprite("apple", "/i…
-
How does one do y-sort with this extension? If I want the player/enemies/npc to be behind a tile, based on their y position?
-
It took me a while of digging through various tutorials to figure out that to use `.flipX()` you have to include the `scale` component.
Could this kind of info be added to the component docs? For …
-
Hello again,
i'm currently setting the postion of a player object via
` player.pos.add({x:10,y:50}); `
and then it can happen that the player collides with a wall/solid object or is stuck …
-
![image](https://user-images.githubusercontent.com/20930999/122858754-cbe59b00-d2e8-11eb-826d-db64ad044cbe.png)
^ Demonstrates the issue.
From [https://kaboomjs.com/examples#button](https://kabo…
-
Something's not working - at least on the website: https://kaboomjs.com/examples#tiled
-
Many game engines like Godot have a way for the game to save and load state. This feature request is to add some easy way for devs to save the game state and load it -- could be as easy as save("state…
-
This was working earlier, but I backtracked, and it started failing.
MacOS Big Sur / fails identically with Chrome & Safari
https://kaboomjs.com/guide#10
-
I can't seem to get any of the most basic demos to work. I tested on latest Chrome on OSX & Ubuntu 20.10. It seems to be to be a bad build or something.
First I tried this, from the front page:
…
-
The flappy bird game guide stops on the point where it suggests to make a score:
![image](https://user-images.githubusercontent.com/8691/119269461-aca20380-bbac-11eb-9e1e-1028261f6d4d.png)
Steps…