Updated Working for Web (HTML5) (markdown)

master
Jaedeok Kim 3 년 전
부모
커밋
6b62c9f84e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      Working-for-Web-(HTML5).md

+ 1
- 1
Working-for-Web-(HTML5).md

@ -201,7 +201,7 @@ The compilation line is quite standard, similar to any other compiler and platfo
There are some additional emscripten flags that can be useful if the game requires them. For example, in case of resources loading (images, textures, audio, fonts, models..), they need to be compiled with code (`.data` file generated). Web games use an internal Virtual-File-System to store data. Also note that the maximum memory size required by the application (considering everything the game will load) SHOULD be provided.
Here some of those additional flags:
Here are some of those additional flags:
```
--preload-file resources // Specify a resources directory for data compilation (it will generate a .data file)

불러오는 중...
취소
저장