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

Added rank (plus minor fixes) #9

Merged
merged 1 commit into from
Jan 10, 2021
Merged

Conversation

hiimjasmine00
Copy link
Contributor

Because we don't have a rank property. Pretty self-explanatory. It's in the User class.

@101arrowz
Copy link
Owner

I didn't really think anyone was still using this. Thanks for the PR.

Are you in the GD Programming Discord? I can send an invite if you aren't. Most community efforts related to hacking/programming for GD is there.

@101arrowz 101arrowz merged commit a44dac0 into 101arrowz:master Jan 10, 2021
/** The player's stats */
stats: {
/** The number of stars the player has collected */
stars: number;
/** The number of demons the player has beaten */
demons: number;
/** The number of diamonds the player has collected */
diamonds: number;
Copy link
Owner

Choose a reason for hiding this comment

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

One thing: this isn't assigned anywhere, are you sure this works?

@hiimjasmine00
Copy link
Contributor Author

i'm in it.

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