Skip to content

Commit

Permalink
Dumb fix for a good problem #16
Browse files Browse the repository at this point in the history
Flip the canvas to be more in line with scratch's
  • Loading branch information
AlexSchoolOH authored Sep 13, 2024
1 parent 1b4e8ae commit 5f5ac4b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Source/css/main.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
body {
Rbody {
overflow: hidden;

/*Made this a body attribute since I find myself using it a whole hell of a lot*/
Expand Down Expand Up @@ -224,6 +224,8 @@ a:hover {
top: var(--EditorTheme_TopBarSize);
left: 0px;
background: var(--EditorTheme_Theme_3);
/*Literally a really dumb fix*/
transform: scale(1, -1);
}

.shaderLog {
Expand Down

0 comments on commit 5f5ac4b

Please sign in to comment.