Reworked Steam Handler and updated readme for merge to main.
This commit is contained in:
@@ -3,7 +3,7 @@ using GodotSteam;
|
||||
|
||||
public partial class SteamworksHandler : Node
|
||||
{
|
||||
[Export] private bool enableSteam = false;
|
||||
[Export] private bool enableSteam = true;
|
||||
private bool isSteamInitialized = false;
|
||||
|
||||
public override void _Ready()
|
||||
|
||||
Reference in New Issue
Block a user