Refactor pass 1

This commit is contained in:
2026-04-29 14:53:35 -05:00
parent bd248ee91c
commit 61f69af35a
38 changed files with 1007 additions and 1541 deletions
-3
View File
@@ -1,7 +1,5 @@
var Cube = include('entities/cube.js');
print('Screen.aspect in JavaScript: ' + Screen.aspect);
var cam;
var cube;
@@ -14,7 +12,6 @@ var SceneCube = {
cam.position.z = 3;
cam.position.lookAt(0, 0, 0);
cam.add(COMPONENT_TYPE_CAMERA);
cube = Cube.create();
},