mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2025-12-16 13:30:07 +01:00
3.x -> 4.x: `font_color_shadow` -> `font_shadow_color` `font_color_selected` -> `font_selected_color` `hseparation` -> `h_separation` `vseparation` -> `v_separation` `shadow_as_outline` -> `shadow_outline_size` `panelf` and `panelnc` were removed in 3.2, as the options were never used. See: godotengine/godot#28639 `font_color_shadow` is not a property of ProgressBar's theme, and there doesn't seem to be an equivalent. The term "shadow" does not appear in any of: {scene/{gui/{progress_bar,range,control},main/{canvas_item,node}},core/object/object}.{cpp,h}