Compare commits

..

No commits in common. "5d2f9c85416d0dd7d68b33dae8c739ed9b8451a9" and "530f347b7b05a278fced6ca4f38cb9c5edb92c7a" have entirely different histories.

2 changed files with 6 additions and 2 deletions

View File

@ -29,10 +29,14 @@ cmake -S . -B build
cmake --build build --target install
```
游戏本体在`game`文件夹下,所以你需要将`install`文件夹内的所有`.dll`文件,`shader`文件夹和`HazelRunner.exe`拷贝到`game`文件夹下。
游戏本体在`game`文件夹下,所以你需要将`install`文件夹内的所有`.dll`文件和`HazelRunner.exe`拷贝到`game`文件夹下。
然后双击`game/HazelRunner.exe`就可以打开游戏了。
# 体积过大
游戏最后的可执行文件和库是经过压缩的(先`strip`再`upx`最后结果超出1M很正常。
# 游戏截图
![snapshot](./snapshot/snapshot.png)

View File

@ -1,4 +1,4 @@
WindowWidth = 1024
WindowHeight = 720
Title = "InfiniteShoot - VisualGMQ For 1MGames v1.0.0"
Title = "InfiniteShoot - VisualGMQ For 1MGames v0.1.0"
EntryFile = "main.lua"