xobust / Project-Broban

ProjInda15 project
5 stars 2 forks source link

Created GameObject Interface #11

Closed xobust closed 8 years ago

xobust commented 8 years ago

What do you think about this implementation of the GameObject Interface? fix #5

willwull commented 8 years ago

Is it worth renaming Render() to Draw()? I think Draw is the standard in MonoGame, so it would be more consistent.

xobust commented 8 years ago

@willwull Yes maybe so. I think we need to add LoadContent and UnloadContent as well

xobust commented 8 years ago

Is this better?

willwull commented 8 years ago

I'm not completely sure what's going on, some places have the name Game, some have GameManager. For example, it looks like the file is named Game.cs, but the class is named GameManager.

willwull commented 8 years ago

Looks good to me :)

EDIT: Oops