Browse Source

make example cubes a little bigger

main
cinnaboot 5 years ago
parent
commit
fd95561ebd
  1. 1
      src/main.cpp

1
src/main.cpp

@ -53,6 +53,7 @@ loadScene(RenderState* rs)
} }
setEntityPosition(e, cube_locs[i]); setEntityPosition(e, cube_locs[i]);
scaleEntity(e, 3);
} }
return true; return true;

Loading…
Cancel
Save