diff --git a/Scene-Framework.md b/Scene-Framework.md index 07d7ebe..bfb8066 100644 --- a/Scene-Framework.md +++ b/Scene-Framework.md @@ -1,4 +1,4 @@ -This page was copied from the [Codebase wiki](https://github.com/Ratstail91/Codebase/wiki/Scene-Framework). +_This page was copied from the [Codebase wiki](https://github.com/Ratstail91/Codebase/wiki/Scene-Framework)._ The scene framework is the backbone of the program, utilizing the [strategy pattern](http://en.wikipedia.org/wiki/Strategy_pattern) to control various different logical scenarios found throughout the game (the main menu, the game world, combat scenarios, etc). It consists of the following files: