Bruno Marques

Results 15 comments of Bruno Marques

What an strange bug. On my Chrome version (114), the `border-image-repeat: space; ` is what is causing the problem. I'll test at browser stack

It's a problem with the line-height property apparently. I changed the .title line-height to `34px` and removed the bottom margin and it kinda works like the expected on Chrome (Win...

Sorry for the delay ! I'm looking foward to use boytacean as a simple out of the box js lib on the web. Without any front end. The goal must...

Thanks ! Your emulator is the best i found for web, the sound is really smooth

There is a fix to it ?

scenes.map((scene, si) => { scene.layers.map((layer, li) => { const sceneItem = currentScene.getItem(`.txt-${si}-${li}`); const frame1 = useNowFrame(sceneItem.getItem(li)); console.log(frame1) }) }) Some code for example

There is any update on this ? i need to re-create the useScene paremeters, how can i do that ?

> In my case the problem was due to tile.nextzen.org (that's where tiles are downloaded from) anti-DDoS protection: server returns 429 status code (too many requests). > > As a...

Your Emulator is pretty cool, but the AudioContext doesn't offer too much performance to the audio stuff, i'm moving on to this guy here: https://boytacean.joao.me/ that is written in WebAssembly....