Compare commits

...

2 Commits
v1.0.0 ... main

Author SHA1 Message Date
VisualGMQ 5d2f9c8541 fixed readme 2022-08-06 03:04:08 +08:00
VisualGMQ 4424175628 fixed version 2022-08-06 02:59:53 +08:00
2 changed files with 2 additions and 6 deletions

View File

@ -29,14 +29,10 @@ cmake -S . -B build
cmake --build build --target install
```
游戏本体在`game`文件夹下,所以你需要将`install`文件夹内的所有`.dll`文件和`HazelRunner.exe`拷贝到`game`文件夹下。
游戏本体在`game`文件夹下,所以你需要将`install`文件夹内的所有`.dll`文件,`shader`文件夹和`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 v0.1.0"
Title = "InfiniteShoot - VisualGMQ For 1MGames v1.0.0"
EntryFile = "main.lua"