Skip to content

Conversation

@niokasgami
Copy link

Added documentations to the Scene_Base class.

Added documentations to the Scene_Base class.
@niokasgami niokasgami changed the title Added docs Added docs to Scene_Base Apr 14, 2017
Nio Kasgami added 3 commits April 13, 2017 23:08
Updated the jsdoc for the initialize for remove the constructor tags since it's provoking a bug to the jsdoc generations or intelisenses.

The Also added "@instance" to method for tell the system it's not a static class.
@ghost
Copy link

ghost commented May 12, 2017

We'll remove version info, because It is need in _header.js only. Is it ok?

@ghost
Copy link

ghost commented May 12, 2017

wether => whether?

@niokasgami
Copy link
Author

@liply Sure! I am sorry I forgot to answer was busy with stuff!
Yes it's could be put into the Header!

as for the Whether sorry it's was a misspelling of myself do you want me to fix it?

@ghost
Copy link

ghost commented May 16, 2017

could you fix it?

Removed the Header and corrected the misspelling error
@niokasgami
Copy link
Author

@liply : Sure!
here you go it's fixed!
I was adding the header since it's was separating the class but I guess it's less JS-likes hahahah

Scene_Base.prototype.update = function() {
this.updateFade();
this.updateChildren();
AudioManager.checkErrors();
Copy link
Collaborator

Choose a reason for hiding this comment

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

I removed this line before.
Could you remove?

Copy link
Author

Choose a reason for hiding this comment

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

Sure I guess my version was a little outdated!

Removed AudioManager.checkErrors();
Copy link
Collaborator

@krmbn0576 krmbn0576 left a comment

Choose a reason for hiding this comment

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

Nice! ❤️

@krmbn0576 krmbn0576 merged commit c62f214 into rpgtkoolmv:master May 16, 2017
@niokasgami niokasgami deleted the patch-4 branch May 16, 2017 16:29
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