From c587feefa8b9b6601a954bb71c96623470a549e1 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Tue, 21 May 2013 08:03:36 -0700 Subject: [PATCH] Updated Scene Framework (markdown) --- Scene-Framework.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: