PhaserEditor2D / PhaserEditor2D-v3

A web-based IDE for HTML5 game development. Powered by Phaser.
https://phasereditor2d.com
MIT License
433 stars 61 forks source link

Font Size/Text enlarging feature #281

Closed DriesVG-ui closed 8 months ago

DriesVG-ui commented 1 year ago

Hey there,

I have been using the editor for a while and I do have an issue with the basic small font size of the code text...

I'd like to see a feature/combination (like ctrl+ or sth) so you can enlarge the text/font-size.

Thanks

PhaserEditor2D commented 1 year ago

Agree.

Btw, you can create Text object prefabs with the desire font/size. Probably you have just a few combinations on your game so you have to set it once.

PhaserEditor2D commented 8 months ago

In the previous release, we implemented a way to inc/dec numeric values by using the mouse and the keyboard:

https://phasereditor2d.com/blog/2024/02/phaser-editor-2d-v3670-is-released

Take a look to this video: https://phasereditor2d.com/blog/content/images/numeric-inputs.mp4