File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ const SteamClient := preload("res://plugins/steam/core/steam/client.gd")
4
4
const enums := preload ("res://plugins/steam/core/steam/enums.gd" )
5
5
const icon := preload ("res://plugins/steam/assets/steam.svg" )
6
6
7
+ var NotificationManager := (
8
+ load ("res://core/global/notification_manager.tres" ) as NotificationManager
9
+ )
10
+
7
11
@onready var status := $% Status
8
12
@onready var connected_status := $% ConnectedStatus
9
13
@onready var logged_in_status := $% LoggedInStatus
Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ const settings_menu := preload("res://plugins/steam/core/ui/steam_settings.tscn"
4
4
const SteamClient := preload ("res://plugins/steam/core/steam/client.gd" )
5
5
const icon := preload ("res://plugins/steam/assets/steam.svg" )
6
6
7
+ var NotificationManager := (
8
+ load ("res://core/global/notification_manager.tres" ) as NotificationManager
9
+ )
7
10
var steam : SteamClient
8
11
9
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"plugin.id" : " steam" ,
3
3
"plugin.name" : " Steam" ,
4
- "plugin.version" : " 1.0.2 " ,
4
+ "plugin.version" : " 1.0.3 " ,
5
5
"plugin.min-api-version" : " 1.0.0" ,
6
6
"plugin.link" : " https://github.com/ShadowBlip/OpenGamepadUI-steam" ,
7
7
"plugin.source" : " https://github.com/ShadowBlip/OpenGamepadUI-steam" ,
You can’t perform that action at this time.
0 commit comments