mybearworld

Results 211 comments of mybearworld

I was about to say that it's really early for April Fools preparations and then noticed it's really only a month away. Huh.

> Happy april fools popup should only appear if it's april fools This is an addon specifically for April Fool's.

> there will be a button hidden somewhere, S is for testing So... where should that button be?

This also happens with `editor-dark-mode` and `custom-block-shape`. Not with `custom-block-text`, though.

This can also happen when importing sprites, and also when renaming any costumes. A much simpler way that wouldn't require overriding all those functions would be to override [StringUtil.unusedName](https://github.com/scratchfoundation/scratch-vm/blob/c6f985bc2bcedd6dda3ebd0d4aadc2ceee7d3082/src/util/string-util.js#L10), but...

> The very act of replacing requires us to delete an existing costume, or alternatively to change it's costume object instead of adding a new one but either way polluting...

Am I misunderstanding what this is about? Isn't this exactly about overriding `StringUtil.unusedName`'s behavior? When a name is already used, it shouldn't fall back on adding `2` to it, but...

> > Am I misunderstanding what this is about? Isn't this exactly about overriding `StringUtil.unusedName`'s behavior? When a name is already used, it shouldn't fall back on adding `2` to...

This just *feels* like something that should work by default.

Looks like it already supports loading sprite3 files in this way.