frame-of-mind/src/dev-util/steamworks.gd

6 lines
155 B
GDScript3
Raw Normal View History

2024-09-15 09:30:31 +00:00
extends Node
func _ready() -> void:
2025-02-06 18:15:39 +00:00
var initialize_response: Dictionary = Steam.steamInitEx()
2024-09-15 09:30:31 +00:00
print("Did Steam initialize?: %s " % initialize_response)