mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-06 16:00:08 +01:00
Improve Operating System Testing demo (#1124)
- Display more return values of Engine/OS methods such as system fonts, memory information and security information. - Add headless support (the generated report is also printed to stdout). - Improve theming in the generated report. - Hide video adapter type if this information can't be queried in the current rendering method. - Update C# script for Godot 4.x platform names.
This commit is contained in:
@@ -31,6 +31,7 @@ layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
focus_mode = 2
|
||||
theme_override_constants/line_separation = 6
|
||||
theme_override_styles/focus = SubResource("StyleBoxEmpty_dl4cr")
|
||||
bbcode_enabled = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user