Skip to content

Commit

Permalink
Update Program.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
benpollarduk authored Oct 21, 2024
1 parent 86dea81 commit e99d2ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions NetAF.Examples/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ private static void Main(string[] args)
new Zelda().Instantiate()
};

var overworld = new Overworld("Demo", "A demo of the NetAF.");
var overworld = new Overworld("Demo", "A demo of NetAF.");

var hub = new Hub().Instantiate();
PopulateHub(hub, overworld, regions.ToArray());
Expand Down Expand Up @@ -112,7 +112,7 @@ private static void Main(string[] args)
return overworld;
};

var about = "This is a short demo of the NetAF made up from test chunks of games that were build to test different features during development.";
var about = "This is a short demo of NetAF made up from test chunks of games that were build to test different features during development.";

var creator = Game.Create("NetAF Demo",
about,
Expand All @@ -131,4 +131,4 @@ private static void Main(string[] args)
}
}
}
}
}

0 comments on commit e99d2ea

Please sign in to comment.