1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-18 17:19:50 +00:00
Pixelorama/src
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
..
Autoload Add a text tool (#1134) 2024-11-19 01:20:34 +02:00
Classes Add border selection, fix some missing translation strings 2024-11-15 01:41:44 +02:00
Palette Don't change brush size when resizing the timeline cels and the palette swatches 2024-11-12 00:59:01 +02:00
Preferences Add a set_display_scale() method to Main to avoid duplicate code 2024-11-04 18:47:29 +02:00
Shaders Add border selection, fix some missing translation strings 2024-11-15 01:41:44 +02:00
Tools Add a text tool (#1134) 2024-11-19 01:20:34 +02:00
UI Add a text tool (#1134) 2024-11-19 01:20:34 +02:00
HandleExtensions.gd Make ExtensionsAPI version 5 backwards compatible with version 4 2024-10-17 17:16:17 +03:00
Main.gd Add a text tool (#1134) 2024-11-19 01:20:34 +02:00
Main.tscn Set the backup confirmation dialog's popup_window to false 2024-10-14 15:55:48 +03:00