Skip to content

Commit

Permalink
Issue #98 Fixed typo on colorUtilities, and changed particle image
Browse files Browse the repository at this point in the history
  • Loading branch information
hal255 committed Dec 1, 2018
1 parent 39dbd3d commit 8a9be0c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file added client/assets/img/whiteParticle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion client/config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ config.default.darkness = {

config.default.particles = {
key: "particles",
src: "assets/img/bubble.png",
src: "assets/img/whiteParticle.png",
emitter: {},
offsetX: 0,
offsetY: 0
Expand Down
4 changes: 2 additions & 2 deletions client/js/gameLoopTools/colorUtilities.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ colorUtilities.setNextActiveColor = (color) => {
return colorUtilities.colorStates.activeNumber;
};

colorUtiliites.setActiveColorSIMPLE = (color) => {
colorUtiliites.colorStates.activeColorSIMPLE = color;
colorUtilities.setActiveColorSIMPLE = (color) => {
colorUtilities.colorStates.activeColorSIMPLE = color;

if (colorUtilities.onNewActiveColor){
colorUtilities.onNewActiveColor(colorUtilities.colorStates.activeNumber);
Expand Down

0 comments on commit 8a9be0c

Please sign in to comment.