Coke And Code
Coke And Code
Similar to adding comments to code it would be nice to be able to add comments to levels, tile locations and entities. This could be used for documenting maps as...
Using Command+C and Command+V don't work to cut and paste text from text fields on entities. I've also tried Ctrl+C and Ctrl+V to double check, but no luck. Command+A does...
As part of an SDK I'm working on I provide a draft version of user provided data structure back to them to be updated. I want to maintain the immutable...
### Current Behavior I thought this should work, so it'd be using a normal image with anonymous to load the image ``` loadTextures.config = { preferWorkers: false, preferCreateImageBitmap: false, crossOrigin:...
Mobs should have health. Probably just a current and a max. Mods should be able to cause damage or heal through a GameContext interface call - changeMobHealth(mob, amount); Mods should...