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

Replace the bubble thing in PayDay.ts with a coin thing #735

Open
Phansa opened this issue May 2, 2018 · 0 comments
Open

Replace the bubble thing in PayDay.ts with a coin thing #735

Phansa opened this issue May 2, 2018 · 0 comments

Comments

@Phansa
Copy link
Contributor

Phansa commented May 2, 2018

Currently the move PayDay displays a bubble sprite instead of a coin sprite since a coin sprite isn't in the game yet. To fix this a coin sprite should be added and pay day should be changed to use the new sprite.

More specifically on line 22 of PayDay.ts the bubbleSmall should be replaced with a coin and positional values may have to be changed.
const coin = this.gameStarter.objectMaker.make(this.gameStarter.things.names.bubbleSmall);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants