Skip to content

still need to do questions...proto's/constructors done...output issues - #163

Open
rverdi642 wants to merge 2 commits into
bloominstituteoftechnology:masterfrom
rverdi642:master
Open

still need to do questions...proto's/constructors done...output issues#163
rverdi642 wants to merge 2 commits into
bloominstituteoftechnology:masterfrom
rverdi642:master

Conversation

@rverdi642

Copy link
Copy Markdown

Richard Verdier

@dtacheny dtacheny left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Everything looks good. Please put your name in your PR title!

Comment thread assignments/prototypes.js


function CharacterStats(characterstats) {
GameObject.call(this, CharacterStats),

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Line 56: CharacterStats should match the parameter on line 55, so it should be characterstats! This will allow CharacterStats to inherit properties (this.createdAt and this.dimensions) from GameObject.

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.

2 participants