Larry Stone

Results 7 issues of Larry Stone

Hi, I am trying to detect when an animation sequence is complete. This doesn't work, for example, if I use it in my game loop: ` console.log(mySprite.animating);` it will always...

**Describe the bug** See this screenshot. Notice how the onCreate function is appearing in the IDE. Also notice the repeated line number 1. The problem fixed itself after restarting ctjs....

type:bug
help wanted
scope:ide
state:stale

Hi, The default color scheme looks like this: which seems incorrect, as help looks like: I tried changing the scheme with: `:color "type=GRID_EVEN bg=BLACK fg=WHITE"` to no avail. I may...

It would be very useful if addLevel() allowed a single tile to return multiple entities. Here's an example of how this would be useful: ``` "X": () => [ [...

Exciting framework! Is there a way to accomplish a scene graph: ie creating parent/child relationships between sprites? (For example, a rotating turret that is a child of a parent tank.)

Feature suggestion: It seems there should be a way to specify an animation sequence by frames, rather than "from/to". For example I would expect to be able to do something...

Great tool! It would be great to be able to show a directory of images in a grid view. Something like: ``` viu * -h 6 -n -rows 3 -cols...