armory3d / armory_examples

Armory Examples
https://github.com/armory3d/armory/wiki
zlib License
60 stars 38 forks source link

game_bowling example: fix texture & library paths #74

Closed MoritzBrueckner closed 1 year ago

MoritzBrueckner commented 1 year ago

The game_bowling example had missing textures and there were no bowling pins because for some reason the .blend file referenced wrong file paths (game_bowling - Copy):

WARNING: Material Plane/floor_nor.jpg - file not found([...]\armory_examples\game_bowling - Copy\Assets\floor_nor.jpg)
WARNING: Material Plane/floor_base.jpg - file not found([...]\armory_examples\game_bowling - Copy\Assets\floor_base.jpg)
WARNING: Material Plane/floor_occ.jpg - file not found([...]\armory_examples\game_bowling - Copy\Assets\floor_occ.jpg)
WARNING: Material Plane/floor_rough.jpg - file not found([...]\armory_examples\game_bowling - Copy\Assets\floor_rough.jpg)

No more warnings now :)