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);