update project structure page
continuous-integration/drone/push Build is passing Details

main
Evan Hemsley 2020-07-20 13:29:05 -07:00
parent 3899596c84
commit b042e7e5a6
1 changed files with 1 additions and 7 deletions

View File

@ -4,14 +4,8 @@ date: 2019-05-22T12:19:55-07:00
weight: 15
---
TODO: CREATE AN ENCOMPASS-FNA STARTER TEMPLATE
Structuring your project is a crucial component of keeping your Encompass development sane. Let's review how an Encompass project is typically structured.
If we look at the Encompass/FNA starter project, it looks like this:
(screenshot goes here))
The top-level of your game will be located in the (GameName)Game.cs file.
FNA's top level functions are described as follows.