浏览代码

Fix examples/textures/textures_fog_of_war.c help instructions (#3285)

pull/3286/head
Asdqwe 1年前
committed by GitHub
父节点
当前提交
a69d401433
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 2 个文件被更改,包括 2 次插入1 次删除
  1. +2
    -1
      examples/textures/textures_fog_of_war.c
  2. 二进制
      examples/textures/textures_fog_of_war.png

+ 2
- 1
examples/textures/textures_fog_of_war.c 查看文件

@ -134,7 +134,8 @@ int main(void)
(Vector2){ 0, 0 }, 0.0f, WHITE);
// Draw player current tile
DrawText(TextFormat("Current tile: [%i,%i]", playerTileX, playerTileY), 10, 10, 20, LIME);
DrawText(TextFormat("Current tile: [%i,%i]", playerTileX, playerTileY), 10, 10, 20, RAYWHITE);
DrawText("ARROW KEYS to move", 10, screenHeight-25, 20, RAYWHITE);
EndDrawing();
//----------------------------------------------------------------------------------

二进制
examples/textures/textures_fog_of_war.png 查看文件

之前 之后
宽度: 800  |  高度: 450  |  大小: 38 KiB 宽度: 800  |  高度: 450  |  大小: 37 KiB

正在加载...
取消
保存