Skip to content
This repository has been archived by the owner on Jun 25, 2019. It is now read-only.

Commit

Permalink
editor improvment
Browse files Browse the repository at this point in the history
  • Loading branch information
copy committed Apr 12, 2013
1 parent 11a24ff commit 93d7606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ LevelEditor.prototype.redrawHook = function()

if(this.showInvisibleElements)
{
ctx.fillStyle = "#000";
ctx.fillStyle = "rgba(0, 0, 0, .5)";

game.objects.forEach(function(obj)
{
Expand Down

0 comments on commit 93d7606

Please sign in to comment.