Y.Petremann
Y.Petremann
It would be interesting to be able to define custom assets like 2x/4x resolution table separately by first having a way to export graphics then loading them if they are...
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. My project usually use multiple vite...
In discord `||Word||` render to spoiler ``` module.exports = { onWillParseMarkdown: function(markdown) { return markdown .replace(/\|\|([\w\W]+?)\|\|/g, `$1`) }, onDidParseMarkdown: function (html, args) { return ` .md-spoiler{background:black;} .md-spoiler>input{display:none;} .md-spoiler>input:not(:checked)+span{visibility: hidden;} ${html}`...
In discord `__Word__` render to `Word` instead of `Word` ``` module.exports = { onWillParseMarkdown: function(markdown) { return markdown .replace(/__([\w\W]+?)__/g, `$1`) }, } ``` I've tried it using onWillParseMarkdown with the...
Firstly I play some games with loading times (hl2 for example) and for this I would be glad to see a way of adding pause after a segmentlike with llanfair....
ava has a lot of issues and is declared as a dependency whereas it is only a devDependencies for testing put it as a devDependencies
fix #9
I have an extensive d.tl file with a lot of documentation like this: ``` --- Provides an interface for registering game event handlers. global record script end ``` it would...
_Context: i'm using a web app to make a vr smartwatch with some tool like clock, countdown timer, notification, chat, live achievement tracking, streaming status and music controls for now...
As for now their is more and more tools to help develop that start tic80. Code and assets are reloaded on file changex in editor out of the box, which...