Skip to content

Commit

Permalink
Regenerate assets
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmire committed Feb 13, 2013
1 parent ae45420 commit eb12861
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
16 changes: 8 additions & 8 deletions public/assets/editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ body {

.editor-tool-hand #editor-viewport,
.editor-tool-hand .editor-drag-active {
cursor: url(/images/editor/tool-hand.gif?1331100093), auto; }
cursor: url(/images/editor/tool-hand.gif?1360744115), auto; }

.editor-tool-select #editor-viewport {
cursor: crosshair; }
Expand Down Expand Up @@ -79,9 +79,9 @@ body {

.editor-selected {
border: 1px dashed black;
-moz-border-image: url(/images/editor/selection-border-static2.gif?1333419504) 1 repeat;
-webkit-border-image: url(/images/editor/selection-border-static2.gif?1333419504) 1 repeat;
border-image: url(/images/editor/selection-border-static2.gif?1333419504) 1 repeat;
-moz-border-image: url(/images/editor/selection-border-static2.gif?1360744115) 1 repeat;
-webkit-border-image: url(/images/editor/selection-border-static2.gif?1360744115) 1 repeat;
border-image: url(/images/editor/selection-border-static2.gif?1360744115) 1 repeat;
-webkit-transform: translate(-1px, -1px);
-moz-transform: translate(-1px, -1px); }

Expand All @@ -102,7 +102,7 @@ body {

#editor-toolbox {
border-radius: 5px;
border: 1px solid #666;
border: 1px solid #666666;
background-color: rgba(235, 235, 235, 0.8);
padding: 10px;
position: absolute;
Expand Down Expand Up @@ -134,6 +134,6 @@ body {
position: absolute;
z-index: 10;
border: 1px dashed black;
-moz-border-image: url(/images/editor/selection-border.gif?1333257793) 1 repeat;
-webkit-border-image: url(/images/editor/selection-border.gif?1333257793) 1 repeat;
border-image: url(/images/editor/selection-border.gif?1333257793) 1 repeat; }
-moz-border-image: url(/images/editor/selection-border.gif?1360744115) 1 repeat;
-webkit-border-image: url(/images/editor/selection-border.gif?1360744115) 1 repeat;
border-image: url(/images/editor/selection-border.gif?1360744115) 1 repeat; }
4 changes: 2 additions & 2 deletions public/assets/editor.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions public/assets/game.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/stylesheets/app/editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ body {

#editor-toolbox {
border-radius: 5px;
border: 1px solid #666;
border: 1px solid #666666;
background-color: rgba(235, 235, 235, 0.8);
padding: 10px;
position: absolute;
Expand Down

0 comments on commit eb12861

Please sign in to comment.