gpt4 book ai didi

java - html5 libgdx 应用程序在哪里保存首选项文件?

转载 作者:太空宇宙 更新时间:2023-11-04 06:18:55 25 4
gpt4 key购买 nike

正如我在这里读到的:https://github.com/libgdx/libgdx/wiki/Preferences

首选项文件将保存到 ~/.prefs/(我在 Linux 上)。

当我运行桌面应用程序时,它工作正常,并且首选项文件保存到正确的位置。但对于 html5,它不会保存该文件!我确定它已保存在某个地方,因为游戏仍然可以读取它(它包含分数)。

我的代码非常简单,只是:

    Preferences score = Gdx.app.getPreferences("Highscore");
score.putInteger("score", _points);
score.flush();

我通过运行构建了游戏

./gradlew html:dist

并在 python 创建的本地主机上运行它

python -m SimpleHTTPServer

然后在 Firefox 上访问 http://localhost:8000

有人可以帮忙吗?感谢您的阅读,祝您有美好的一天。

最佳答案

我在 Chrome 中运行游戏,右键单击并选择“检查元素”,单击“资源”选项卡,展开“本地存储”选项卡,然后检查条目 https://myAppName,在 libgdx html 游戏中找到了我的 .prefs。 。这是保存 .prefs 的地方...

关于java - html5 libgdx 应用程序在哪里保存首选项文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27704142/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com