1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-31 07:29:49 +00:00
Pixelorama/src/Autoload
Emmanouil Papadeas 428e5edb8f
Add a text tool (#1134)
* Initial port of the text tool to Godot 4

* Change font (WIP)

* Add antialiasing option and remove some old unneeded lines

* Remove outline code

* Add horizontal alignment and update the text edit font size

* Improve the text edit

* Don't activate tools while typing

* Format

* Give input priority to the text edit so the key X and shortcuts such as control-z work in the text edit

* Add style settings for bold and italic

* Fix text going blank when changing font

* Use `font.draw_multiline_string()`

* Change the move behavior of the text tool, add confirm and cancel buttons

* Compress images on undo/redo

* Fix text position
2024-11-19 01:20:34 +02:00
..
DrawingAlgos.gd Create a new ShaderLoader class to move some code away from Global 2024-08-16 18:43:25 +03:00
Export.gd Allow clipping to selection during export (#1113) 2024-10-01 20:18:58 +03:00
ExtensionsApi.gd Fixed unexpected behavior of resize_selection() (#1132) 2024-11-10 23:12:09 +02:00
Global.gd Add a text tool (#1134) 2024-11-19 01:20:34 +02:00
HTML5FileExchange.gd Some static typing improvements 2024-03-22 03:07:21 +02:00
Import.gd Port to Godot 4 (#900) 2023-09-04 16:29:06 +03:00
OpenSave.gd Remove Global.open_sprites_dialog and Global.save_sprites_dialog. 2024-10-11 17:12:55 +03:00
Palettes.gd Added an OKHSL Lightness sorting in palette (#1126) 2024-10-26 01:31:52 +03:00
Themes.gd Change the font of the interface from the properties 2024-10-17 14:41:43 +03:00
Tools.gd Add a text tool (#1134) 2024-11-19 01:20:34 +02:00