-
Something I did when I create the Game of Life was a drag and click thing. I noticed that you didn't add this feature to the Game of Life on your website. Github, for some odd reason, doesn't support …
-
**Describe the bug**
[Track View] When the sequence contains color tracks and key frames, an exception occurs when the script canvas is used to play the sequence. If the script canvas is used to play…
-
I noticed when I was working on #839 that the API of `with_multiple_texture_canvas` doesn't allow you to do error handling very well. The closure argument it takes is expected to call methods on `Canv…
-
``` python
import turtle
from random import random
import time
screensize = turtle.width()
print(screensize)
class Walker:
def __init__(self):
self.x = 0
self.y = 0
self.p…
-
I've got someone experiencing a huge drop of fps as soon as the timer hits 30 secs left and it is fine again on overtime.
It happens every time for him.
- latest version of chrome
- new canvas
…
-
Hey! I need some help, Ive been trying to use haxe-phaser3 for a game jam (only for some features, the main framework im using is haxeflixel), when i try to initate it, i get an error. Any idea on how…
-
![image](https://user-images.githubusercontent.com/39127915/99808441-117f9100-2b6b-11eb-87ee-20e2bbc96f5a.png)
-
Hey,
I've got an inclination to build a HTML5 canvas -> laser dock converter. This would be a chrome extension which find the canvas on a webpage, load some simple game-specific config and start sa…
-
Currently HTML5 jsweb target ( via window.WINDOW_EVENT_FOCUS_LOST window.WINDOW_EVENT_FOCUS_GAINED ) detects if current window has focus or not, but this seems incorrect it should be the current windo…
-
When minimizing the game and re-entering, the game does not redraw the canvas.
At the bottom of game.js, add `game.drawOnce();` to the `window.onfocus()` function.