From b5b6803953f29f6bccf91db26ea6b70df563f8d6 Mon Sep 17 00:00:00 2001 From: Alan Aguiar Date: Tue, 01 Oct 2013 21:24:40 +0000 Subject: load presentation at init --- (limited to 'src') diff --git a/src/Main.py b/src/Main.py index c01f150..87062e1 100755 --- a/src/Main.py +++ b/src/Main.py @@ -1,7 +1,8 @@ # -*- coding: utf-8 -*- from api.Game import CGame -from game.MenuState import CMenuState +#import game.MenuState +import game.PresentationState class EdSexualGame(): @@ -12,7 +13,8 @@ class EdSexualGame(): g = CGame() - ms = CMenuState() + #ms = game.MenuState.CMenuState() + ms = game.PresentationState.CPresentationState() g.setState(ms) g.gameLoop() -- cgit v0.9.1