Skip to content

Commit

Permalink
Removed ":" texture from sky background.
Browse files Browse the repository at this point in the history
  • Loading branch information
pda committed Jan 15, 2012
1 parent c463e52 commit 349ac0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asc.rb
Expand Up @@ -100,7 +100,7 @@ class Background
PALETTE = [ 16, 232, 233 ] PALETTE = [ 16, 232, 233 ]
PERIOD = 5.0 PERIOD = 5.0
SPEED = 10.0 SPEED = 10.0
def pixel x, y, char = ":" def pixel x, y, char = " "
Pixel.new char, 0, color(x, y) Pixel.new char, 0, color(x, y)
end end
def color x, y def color x, y
Expand Down

0 comments on commit 349ac0e

Please sign in to comment.