Переглянути джерело

Update some files

pull/266/head
Ray 8 роки тому
джерело
коміт
1df7a8b4a6
3 змінених файлів з 2 додано та 0 видалено
  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 Переглянути файл

Перед Після
Ширина: 768  |  Висота: 128  |  Розмір: 21 KiB Ширина: 768  |  Висота: 128  |  Розмір: 32 KiB

BIN
examples/textures/resources/scarfy.png Переглянути файл

Перед Після
Ширина: 768  |  Висота: 128  |  Розмір: 21 KiB Ширина: 768  |  Висота: 128  |  Розмір: 32 KiB

+ 2
- 0
src/textures.c Переглянути файл

@ -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;
}

Завантаження…
Відмінити
Зберегти