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 Feb 4, 2024. It is now read-only.
SCRIPT (W): @"Colorful-UI/scripts/3_Game/coloful.dayzgame.c,124": Possible variable name conflict 'm_Background'
modded class LoadingScreen { protected ImageWidget m_Background;and also
override void Show() { Widget lIcon = m_Background;Not Game breaking but just to note
override void Show() { Widget lIcon = m_Background; ImageWidget m_Background = ImageWidget.Cast( m_WidgetRoot.FindAnyWidget("BackgroundOverride")); m_Background.LoadImageFile(0, GetRandomBackground()); }m_Background uses the protected ImageWidget instead of Widget lIcon so maybe just a typo?