Implemented end of game screen

This commit is contained in:
Max 2025-03-04 17:02:03 +01:00
parent ac10c8a2fc
commit 3651adbef8
23 changed files with 20035 additions and 19365 deletions

View file

@ -9,5 +9,7 @@ namespace DungeonSelection
public string DungeonName;
public Sprite Thumbnail;
public string SceneName;
public string WinMessage;
public string DieMessage;
}
}