godot-demo-projects/gui
esainane 0fba875c72
Fix theme properties in various demos (#1097)
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}
2024-08-02 03:01:04 -07:00
..
bidi_and_font_features Fix README links to asset library (#1078) 2024-06-24 19:29:58 +02:00
control_gallery Fix README links to asset library (#1078) 2024-06-24 19:29:58 +02:00
drag_and_drop Fix README links to asset library (#1078) 2024-06-24 19:29:58 +02:00
gd_paint Fix README links to asset library (#1078) 2024-06-24 19:29:58 +02:00
input_mapping Fix README links to asset library (#1078) 2024-06-24 19:29:58 +02:00
msdf_font Fix README links to asset library (#1078) 2024-06-24 19:29:58 +02:00
multiple_resolutions Fix README links to asset library (#1078) 2024-06-24 19:29:58 +02:00
pseudolocalization Fix README links to asset library (#1078) 2024-06-24 19:29:58 +02:00
regex Fix README links to asset library (#1078) 2024-06-24 19:29:58 +02:00
rich_text_bbcode Fix README links to asset library (#1078) 2024-06-24 19:29:58 +02:00
theming_override Fix theme properties in various demos (#1097) 2024-08-02 03:01:04 -07:00
translation Use static typing in all demos (#1063) 2024-06-01 12:12:18 +02:00
ui_mirroring Use static typing in all demos (#1063) 2024-06-01 12:12:18 +02:00
README.md Remove old and unused project settings, update various demos for 4.2 (#1024) 2024-03-26 18:01:58 +01:00

README.md

GUI Demos

These demos showcase GUI features and text features via Control nodes.

Languages: All are GDScript, except SDF has no code

Renderers: All are Compatibility