yukon icon indicating copy to clipboard operation
yukon copied to clipboard

Results 7 yukon issues
Sort by recently updated
recently updated
newest added

This commit updates Phaser to v3.60.0 Also: - updated phasereditor2d-launcher to version 3.61.0, for full Phaser 3.60.0 support - changed the NineSlice component to use the PhaserEditor2D NinePatchContainer, as updating...

Jokes support is added with crumb files. The media also needs to be modified. in crumbs.json, add jokes with this format: ```json "jokes":[{"id": 1, "joke": "Whats a good joke?", "answer":...

The README file lacks a quick summary/intro. Also, consider adding a description. It would help other people on the web! :)

Once a texture is loaded, it's never unloaded, leading to large VRAM usage, and possible GPU process crashes. This is easier to see on bigger Yukon servers like Journey by...

By keeping track of every asset the client has loaded, we're then able to unload every unneeded asset when the player leaves the current room. This massively decreases VRAM usage,...

my (incomplete) implementation of the fire dojo i didn't change room.js or anything else in this case since those are trivial (as i'm just sending over the room scene rn),...