Skip to content

Commit

Permalink
Modify text color for underground text
Browse files Browse the repository at this point in the history
  • Loading branch information
voithos committed Jan 6, 2014
1 parent 2fb562b commit 54c4603
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
7 changes: 6 additions & 1 deletion build/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,12 @@
}), instance(font, {
x: 1e3,
y: 725,
msg: 'Grab a powergem with the "Z" key.\nThen use the spacebar to unleash your element!'
msg: 'Grab a powergem with the "Z" key.\nThen use the spacebar to unleash your element!',
style: {
font: '18px "minecraftiaregular"',
fill: "#2c2c2c",
align: "center"
}
}), instance(font, {
x: 1600,
y: 275,
Expand Down
Loading

0 comments on commit 54c4603

Please sign in to comment.