Ver código fonte

Fix examples/shapes/shapes_collision_area.c help instructions (#3279)

pull/3283/head
Asdqwe 1 ano atrás
committed by GitHub
pai
commit
927a030bbf
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: 4AEE18F83AFDEB23
2 arquivos alterados com 4 adições e 1 exclusões
  1. +4
    -1
      examples/shapes/shapes_collision_area.c
  2. BIN
      examples/shapes/shapes_collision_area.png

+ 4
- 1
examples/shapes/shapes_collision_area.c Ver arquivo

@ -99,6 +99,9 @@ int main(void)
DrawText(TextFormat("Collision Area: %i", (int)boxCollision.width*(int)boxCollision.height), GetScreenWidth()/2 - 100, screenUpperLimit + 10, 20, BLACK);
}
// Draw help instructions
DrawText("Press SPACE to PAUSE/RESUME", 20, screenHeight - 35, 20, LIGHTGRAY);
DrawFPS(10, 10);
EndDrawing();
@ -111,4 +114,4 @@ int main(void)
//----------------------------------------------------------
return 0;
}
}

BIN
examples/shapes/shapes_collision_area.png Ver arquivo

Antes Depois
Largura: 800  |  Altura: 450  |  Tamanho: 15 KiB Largura: 800  |  Altura: 450  |  Tamanho: 15 KiB

Carregando…
Cancelar
Salvar