spustlik

Results 10 issues of spustlik

see issue #72 - usage of replace function disallows dollar signs in paths

if i try to copy from folder myfolder to $$$temp$$$\myfolder, it will fail, because string.replace function interprets second parameter and replaces $$ to $ (for example). it is easy to...

Hi thanks for great plugin, please, can someone help me with this? Time to time I build bukkit with new version of MC using BuildTools and it almost always worked...

Hi, I wanted to reduce font only to my used icons, so I processed my applicaiton to find all occurence of mdi-* and then to filter out meta.json to only...

enhancement

Hi, maybe i am wrong, but it is common, that child "inherits" props from parent... For now, it is "z" and "opacity" but i think, it is more. "scale" for...

bug

line 705: ``` backgroundColor: Color.fromHex('#2185d0') // Excalibur blue ``` should be ``` backgroundColor: Color.ExcaliburBlue ``` ### Environment - Excalibur versions: v0.30.0-alpha.1068+436d3b1

stale

### Steps to Reproduce ``` for (let i = 0; i < 100; i++) { let a = new ex.Actor({ pos: ex.vec(100, 100), opacity: 0, width: 20, height: 20, color:...

bug
stale

### Context using paralel actions is different than using standard actions ### Proposal please consider to add new method to `ActionContext` probably `.parallel()` with inner context parameter like `.repeat()`, where...

proposal
stale

### Steps to Reproduce ```` let font = fontSource.toFont({ family: 'pleasantly_plumpnormal', color: ex.Color.White, shadow: { blur: 5, color: ex.Color.Black, offset: ex.vec(0, 0) // if ommited, engine will throw error }...

bug
stale

I am trying to use this great plugin with **vite**. In **typescript**, it works well: ``` // #if DEV console.log('DEV') // #else console.log('else DEV'); // #endif ``` but in **html**,...