idk why I btoher with github actions

This commit is contained in:
2026-06-08 12:23:18 -05:00
parent da3db50ca8
commit 1301d9a718
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ scene.init = async function() {
var floorR = scene.floor.add(Component.RENDERABLE); var floorR = scene.floor.add(Component.RENDERABLE);
floorR.type = Renderable.SHADER_MATERIAL; floorR.type = Renderable.SHADER_MATERIAL;
floorR.color = Color.BLUE; 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); // floorPos.localPosition = new Vec3(0, -0.1, 0);
await UIFullboxOver.transition(Color.BLACK, Color.TRANSPARENT, 1.0); await UIFullboxOver.transition(Color.BLACK, Color.TRANSPARENT, 1.0);