1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-19 09:39:48 +00:00
Pixelorama/src/Preferences
gschwind 279228daba
Implement shrink option (#376)
* Add shrink option that allow change default shrink

Shrink option allow to scale the godot application. This path enable
dynamic change of this value in the options.

* Fix the computation of cursor location

For an unknown reason the function get_local_mouse_position return
incorrect current_pixel when shrink is not 1. This path compute the
transformation manually and povide correct values for any shrink value.
2020-11-06 17:57:35 -08:00
..
HandleLanguages.gd Changed CJK font and fixed some character issues 2020-10-29 00:45:23 +02:00
HandleShortcuts.gd Fixed shadowed variables crashes/warnings occurring in Godot 3.2.2-rc1 2020-06-13 15:25:12 +03:00
HandleThemes.gd Theme edits (#342) 2020-09-29 18:00:43 +03:00
PreferencesDialog.gd Implement shrink option (#376) 2020-11-06 17:57:35 -08:00
PreferencesDialog.tscn Implement shrink option (#376) 2020-11-06 17:57:35 -08:00
RestoreDefaultButton.gd Added a dark texture for the restore to default button 2020-07-29 03:36:19 +03:00
RestoreDefaultButton.tscn Fix positioning of the restore default button in Preferences 2020-10-01 22:57:03 +03:00
ThemeColorPreview.tscn Theme edits (#342) 2020-09-29 18:00:43 +03:00