Tutorial has a window title.

This commit is contained in:
Pieter-Jan Briers
2019-07-18 23:32:01 +02:00
parent 76c5c911d9
commit c529f38517

View File

@@ -29,6 +29,8 @@ You can ask on Discord or heck, just write it in OOC! We'll catch it.";
public TutorialWindow()
{
Title = "The Tutorial!";
var scrollContainer = new ScrollContainer();
Contents.AddChild(scrollContainer);