mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-04 15:00:09 +01:00
Update the OS test demo for Godot 3.3
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<Project Sdk="Godot.NET.Sdk/3.2.4">
|
||||
<Project Sdk="Godot.NET.Sdk/3.3.0">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net472</TargetFramework>
|
||||
<RootNamespace>OperatingSystemTesting</RootNamespace>
|
||||
|
||||
@@ -65,7 +65,6 @@ func _ready():
|
||||
for i in OS.get_audio_driver_count():
|
||||
audio_drivers.push_back(OS.get_audio_driver_name(i))
|
||||
add_line("Available drivers", audio_drivers.join(", "))
|
||||
add_line("MIDI inputs", scan_midi_devices())
|
||||
|
||||
add_header("Date")
|
||||
add_line("Date and time (local)", datetime_to_string(OS.get_datetime()))
|
||||
|
||||
Reference in New Issue
Block a user