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

@@ -4,7 +4,7 @@ namespace InterfaceOff
{
public class MovingWindow : WindowBase
{
public override void OnWindowInstantiation()
protected override void OnWindowInstantiation()
{
/* Adds a random advert to the display */
Advert advert = AdvertRegistry.GetRandomAdvert();