Files
godot/doc/classes
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
..
2024-09-29 17:27:36 +09:00
2024-09-29 17:27:36 +09:00
2024-11-10 14:19:14 -08:00
2024-06-18 11:06:31 -04:00
2024-11-17 23:04:52 +01:00
2024-05-09 14:36:28 +02:00
2024-11-16 12:59:08 +01:00
2024-12-18 17:52:42 -05:00
2024-05-14 19:22:50 +12:00
2024-12-15 21:24:15 +11:00
2025-01-10 14:59:12 +01:00
2025-01-02 15:47:01 +09:00
2024-04-13 15:18:12 -03:00
2024-11-12 20:29:04 -03:00
2024-02-18 21:54:21 +11:00
2024-07-17 18:53:03 +02:00
2024-09-01 17:00:47 +02:00
2024-04-23 08:28:48 +04:00
2024-02-19 16:43:42 +00:00
2024-01-24 16:53:09 +01:00