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

Massage Actor entry point functions #145

Open
Kenix3 opened this issue May 18, 2021 · 0 comments
Open

Massage Actor entry point functions #145

Kenix3 opened this issue May 18, 2021 · 0 comments

Comments

@Kenix3
Copy link
Contributor

Kenix3 commented May 18, 2021

Structs to rename

  • GameState -> Game
  • GlobalContext -> GamePlay

Variable names for Game will be game where possible.
Variable names for GamePlay will be play where possible.

Actor this variables will be renamed to self. These are the derived class actor structs.
Actor thisx variables will be called super or maybe actor. These are the based class actor structs.

Actor constructor/destructor/update/draw methods will be changed to accept the Game base state rather than the GamePlay/GlobalContext derived class.

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

No branches or pull requests

1 participant