Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

10/enh convert scene class to abc #12

Merged
2 commits merged into from
Apr 24, 2015
Merged

Conversation

macskay
Copy link
Owner

@macskay macskay commented Apr 24, 2015

No description provided.

Max K and others added 2 commits April 25, 2015 00:51
 - Methods to be overwritten are tear_down, initialize_scene, update, render and resume
 - To make sure nothing is in the base-class functions the setting of the paused status is done by the game's-class just before running the respective functions the paused attribute got set before.
 - Methods to be overwritten are tear_down, initialize_scene, update, render and resume
 - To make sure nothing is in the base-class functions the setting of the paused status is done by the game's-class just before running the respective functions the paused attribute got set before.
//Edit: Test has been reformatted
@ghost ghost self-assigned this Apr 24, 2015
self.sceneone = Scene("TestScene1")
self.scenetwo = Scene("TestScene2")
self.scenethree = Scene("TestScene3")
self.sceneone = MockUpScene("TestScene1")
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be self.scene_one, self.scene_two, self.scene_three.

or self.scene1, self.scene2, self.scene3. :) Don't worry about changing this now

ghost pushed a commit that referenced this pull request Apr 24, 2015
@ghost ghost merged commit 36ba9e7 into master Apr 24, 2015
@macskay macskay deleted the 10/enh-convert-scene-class-to-abc branch April 24, 2015 23:09
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant