Skip to content

Commit

Permalink
Reverting cloud colors
Browse files Browse the repository at this point in the history
lol
  • Loading branch information
crodnu committed Jun 4, 2017
1 parent bd63584 commit eb9e86a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions scripts/microbe_stage/compound_table.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ compoundTable = {
isCloud = true,

colour = {
r = 100,
g = 230,
b = 230
r = 60,
g = 160,
b = 180
}
},

Expand Down Expand Up @@ -63,9 +63,9 @@ compoundTable = {
isCloud = true,

colour = {
r = 220,
g = 220,
b = 220
r = 150,
g = 170,
b = 180
}
},

Expand Down

0 comments on commit eb9e86a

Please sign in to comment.