added colors to custom grid select

added random laser boss positions
This commit is contained in:
landgreen
2020-02-19 06:11:36 -08:00
parent 920e93b328
commit 97f89b0ba2
5 changed files with 55 additions and 29 deletions

View File

@@ -130,7 +130,7 @@ const powerUps = {
},
mod: {
name: "mod",
color: "#a8f",
color: "hsl(246,100%,77%)", //"#a8f",
size() {
return 42;
},