Fix path to core_basic_example

master
Filippo 8 년 전
부모
커밋
a88c43d5d1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      Compile-for-Web-(HTML5).md

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

@ -18,7 +18,7 @@ Before compiling your game, raylib library must be recompiled for HTML5. By defa
To compile your game for web, code must be slightly adapted. Basically it implies moving all your Update and Draw code to an external function. The reason for that is the way web games work within a browser; the browser needs to control the game loop and just allow and Update-Draw cycle when the tab is active or browser is not minimized.
To see how code should be refactored to fit compilation for web, check [core_basic_window_web.c](https://github.com/raysan5/raylib/blob/master/examples/core_basic_window_web.c) example.
To see how code should be refactored to fit compilation for web, check [core_basic_window_web.c](https://github.com/raysan5/raylib/blob/master/examples/core/core_basic_window_web.c) example.
### Compiling raylib game

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