1
0
Fork 0
godot/doc
arkology c46c3ddf37 Tweak `TextureProgressBar` `NOTIFICATION_DRAW` to support 9-patch stretch in radial modes
1) Code is splitted into 3 sections:
- draw `under` texture;
- draw `progress` texture + draw radial modes reference cross;
- draw `over` texture.
Each draw texture section handles nine-patch stretching. Except for the progress texture in radial modes, which does not support nine-patch stretching.
2) The reference cross position now is not misaligned to real center position (`floor()` call removed).
3) The reference cross drawing code is additionally surrounded by `TOOLS_ENABLED` check.
2025-01-12 21:41:54 +03:00
..
classes Tweak `TextureProgressBar` `NOTIFICATION_DRAW` to support 9-patch stretch in radial modes 2025-01-12 21:41:54 +03:00
tools SCons: Refactor color output implementation 2025-01-07 18:44:53 -06:00
translations
Doxyfile Fix various typos 2025-01-08 14:47:42 +02:00
Makefile
class.xsd