Thais Robba
Thais Robba
I cannot get the documentation to show for the prototypes of a function. Example: ``` /** @class View @constructor */ function View () {} /** @method render */ View.prototype.render =...
I really like semantic highlighting - but the current implementation is a bit too crazy on colors. I can't find my variables or what is happening to them - and...
If I do ```moonscript my_str = "say " with my_str = my_str .. "something" \sub(1, 10) ``` It works. But if I do ```moonscript my_str = "say " with my_str...
**Describe the bug** On at least one browser, the slice seams are visible. **To Reproduce** Steps to reproduce the behavior: 1. Go to [Slice-9-Grid example](https://blacksmith2d.io/Docs/Examples/Sprites/Slice-9-Grid) 2. Observe seams as the...
Hi there! I wanted to be able to have inline anonymous function expressions, like so: ```lua local ok, err = pcall(function() -- logic end) ``` I've added a new configuration...
It manages to open and run fine unless there is javascript involved - with js it just halts.
I think the main engine should be kept as small as possible - some games don't need camera systems, some don't need particles, some don't need physics and so on....
Ideally, a sprite should offer the following options: - Anchor/Pivot - Masking - Crop - Scale - Rotation - Transform - Animation - Event listeners.
We don't want the garbage collector firing up all the time so, lets pool entities.