-
Steps to reproduce:
got to https://kaboomjs.com/examples#button
View the rendered result- >
Expect to see: Text on the Buttons.
Actually see: Text is obscured by black rectangles.
If y…
-
loadShader and loadSprite is not defined in documentation
Docs link: https://kaboomjs.com/
But it is used in examples
For example in this example: https://github.com/replit/kaboom/blob/45962a57a7…
-
go to :
https://kaboomjs.com/examples#hi
click "fork on replit"
get 404
![image](https://user-images.githubusercontent.com/8691/120248132-d3a2aa00-c22a-11eb-9688-abb27e722315.png)
-
Visit https://kaboomjs.com/examples#net
See screen
![image](https://user-images.githubusercontent.com/8691/120247778-8e31ad00-c229-11eb-9036-ca3466c6be43.png)
And console:
![image](https:/…
-
Visit https://kaboomjs.com/examples#out
clicking does nothing. Blank screen.
console:
![image](https://user-images.githubusercontent.com/8691/120247903-f84a5200-c229-11eb-908e-e7e23dff6955.pn…
-
Steps to reproduce:
Go to https://kaboomjs.com/examples#drag
Nothing shows on the screen and the console shows
![image](https://user-images.githubusercontent.com/8691/120247630-077cd000-c229-11eb-9…
-
Hi,
I'm trying to import kaboomjs in a node project but I see that the kaboom object is not exported. Can that be done?
Thanks.
-
see this
https://kaboomjs.com/examples#level
```
Uncaught TypeError: Cannot read property 'NEAREST' of null
at gfx.ts:179
at gfxInit (gfx.ts:179)
at Vt.exports (kaboom.ts:78)
…
-
making a space game and I want a background that tiles automatically. Right now Ill have to manually create sprites that line up correctly. Would be great if there was a sprite mode that auto tiles th…
-
## Description
Palette swapping is a method that has been used since the dawn of game development. There is a very impressive online demo of it in action, where the palette is cycling:
http://www.ef…