Ver código fonte

Update some files

pull/266/head
Ray 8 anos atrás
pai
commit
1df7a8b4a6
3 arquivos alterados com 2 adições e 0 exclusões
  1. BIN
      docs/examples/web/textures/resources/scarfy.png
  2. BIN
      examples/textures/resources/scarfy.png
  3. +2
    -0
      src/textures.c

BIN
docs/examples/web/textures/resources/scarfy.png Ver arquivo

Antes Depois
Largura: 768  |  Altura: 128  |  Tamanho: 21 KiB Largura: 768  |  Altura: 128  |  Tamanho: 32 KiB

BIN
examples/textures/resources/scarfy.png Ver arquivo

Antes Depois
Largura: 768  |  Altura: 128  |  Tamanho: 21 KiB Largura: 768  |  Altura: 128  |  Tamanho: 32 KiB

+ 2
- 0
src/textures.c Ver arquivo

@ -379,6 +379,8 @@ Texture2D LoadTextureFromImage(Image image)
texture.height = image.height;
texture.mipmaps = image.mipmaps;
texture.format = image.format;
TraceLog(INFO, "[TEX %i] Parameters: %ix%i, %i mips, format %i", texture.width, texture.height, texture.mipmaps, texture.format);
return texture;
}

Carregando…
Cancelar
Salvar