You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 24, 2023. It is now read-only.
NotificationAlpha=MelonPreferences.CreateEntry("ReModCore","NotificationAlpha",.7f,"Notification Alpha","Controls transparency of the notification system.");
if(_controllerInstance==null)// The other mod that initialized the notification system isn't using ReMod.Core.Notification.NotificationController.
61
-
{
62
-
_controllerInstance=_notificationGO.AddComponent<NotificationController>();// Add our own NotificationController, will cause odd visual bugs in the case of notifications from other mods overlapping.
63
-
_controllerInstance.defaultSprite=DefaultIcon;
64
-
UpdateNotificationAlignment(null,null);
65
-
}
66
-
return;
67
-
}
68
-
69
60
//Instantiate prefab and let NotificationController setup!
0 commit comments