ChicknTurtle
ChicknTurtle
Hope this can be fixed soon
> You have to refrain from using directories such as "." or ".." for the game directory when compiling using love.js. I moved my game from the current directory to...
This is where the error is coming from: ```js mknod: function(path, mode, dev) { var lookup = FS.lookupPath(path, { parent: true }); var parent = lookup.node; var name = PATH.basename(path);...
This works for me on Opera GX, but not on Chrome: ``` window.open('', '_self', ''); window.close(); ```
Happened to my friend to, they broke it and couldn't find it anywhere.
No criteria for me on singleplayer or servers with: - mc 1.21 - mod v0.4.2.16 - fabric 0.16.0 - fabric api 0.100.7+1.21
Switching from RTF to HTML mode fixes it
I would love a version that works on a paper server
So that's why my canvas was looking weird... I was drawing a background to a very small canvas
Here it says no support for rgba8 for canvases, but there is for images https://davidobot.net/lovejs/features_c/