Gave an exit animation to windows

This commit is contained in:
2026-01-19 21:18:50 +00:00
parent 59596fead8
commit e58db7d6af
6 changed files with 23 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ namespace InterfaceOff
private int m_Health = int.MaxValue;
private bool m_SpawnOnRight;
public override void OnWindowInstantiation()
protected override void OnWindowInstantiation()
{
/* Adds a random advert to the display */
Advert advert = AdvertRegistry.GetRandomAdvert();