Updated Working for Web (HTML5) (markdown)

master
Pere001 2 年前
父节点
当前提交
cf7ddd60f6
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. +4
    -0
      Working-for-Web-(HTML5).md

+ 4
- 0
Working-for-Web-(HTML5).md

@ -297,4 +297,8 @@ Q: Mouse Input not being detected?
A: Be sure that the Input Detection is in front of the Frame Draw. For some reason input isn't detected after the frame has been drawn.
Q: Failing to load resource files?
A: Make sure that you refer to the resource directory in the same way in the code and in the ``--preload-file`` compiler argument. If you passed an absolute path to the compiler (e.g. ``C:\my_game\resources``) you'll have to use absolute paths in the code (e.g. ``"C:/my_game/resources/player.png"``), and if you passed a relative path to the compiler (e.g. ``..\resources``) you'll have to use relative paths in the code (e.g. ``"resources/player.png"``).
**Please, feel free to add here your FAQ/Issues to help others!!!**

正在加载...
取消
保存