From 5f5ac4b81a83a7325774ce4531089ddad3e3399e Mon Sep 17 00:00:00 2001 From: AlexSchoolOH <71141838+AlexSchoolOH@users.noreply.github.com> Date: Fri, 13 Sep 2024 13:33:58 -0400 Subject: [PATCH] Dumb fix for a good problem #16 Flip the canvas to be more in line with scratch's --- Source/css/main.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Source/css/main.css b/Source/css/main.css index 2fb21b4..84e7950 100644 --- a/Source/css/main.css +++ b/Source/css/main.css @@ -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*/ @@ -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 {