From 1301d9a7184e7d71aca856511a6fdcc4d3e14fad Mon Sep 17 00:00:00 2001 From: Dominic Masters Date: Mon, 8 Jun 2026 12:23:18 -0500 Subject: [PATCH] idk why I btoher with github actions --- .github/{workflows => .gitea}/build.yml | 0 assets/testscene.js | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .github/{workflows => .gitea}/build.yml (100%) diff --git a/.github/workflows/build.yml b/.github/.gitea/build.yml similarity index 100% rename from .github/workflows/build.yml rename to .github/.gitea/build.yml diff --git a/assets/testscene.js b/assets/testscene.js index 92f7aeca..87696156 100644 --- a/assets/testscene.js +++ b/assets/testscene.js @@ -25,7 +25,7 @@ scene.init = async function() { var floorR = scene.floor.add(Component.RENDERABLE); floorR.type = Renderable.SHADER_MATERIAL; floorR.color = Color.BLUE; - // floorPos.localScale = new Vec3(16, 0.2, 16); + // floorPos.localScale = new Vec3(16, 0.2, 16); // floorPos.localPosition = new Vec3(0, -0.1, 0); await UIFullboxOver.transition(Color.BLACK, Color.TRANSPARENT, 1.0);