diff --git a/Emscripten.TODO b/Emscripten.TODO new file mode 100644 index 0000000000..f24eaa4d89 --- /dev/null +++ b/Emscripten.TODO @@ -0,0 +1,9 @@ +# Need to switch to server-side buffers in +- cocos2dx/draw_nodes/CCDrawNode.cpp +- cocos2dx/draw_nodes/CCDrawingPrimitives +- cocos2dx/particle_nodes/CCParticleSystemQuad.cpp +- cocos2dx/textures/CCTextureAtlas.cpp + +# Need to figure out how to get correct screen resolutions consistently. + +# Need to compile with -O2 -- possible -s VERBOSE=1 will give a clue?