7 lines
161 B
GDScript3
7 lines
161 B
GDScript3
|
|
extends Node
|
||
|
|
|
||
|
|
|
||
|
|
func _ready() -> void:
|
||
|
|
var initialize_response: Dictionary = steamInitEx( true, 480 )
|
||
|
|
print("Did Steam initialize?: %s " % initialize_response)
|