Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.65 KB | None | 0 0
  1.  
  2. print("Register filltype: POTATOROW by VNSFDG2");
  3.  
  4. local PRHudFile = Utils.getFilename("tipmat/hud_fill_potato_row.png", g_currentModDirectory);
  5. local diffuseMapPotatorow = Utils.getFilename("tipmat/potatoes_row_diffuse.png", g_currentModDirectory);
  6. local normalMapPotatorow = Utils.getFilename("tipmat/potatoes_row_normal.png", g_currentModDirectory);
  7. local distancMapPotatorow = Utils.getFilename("tipmat/potatoes_row_Distance.png", g_currentModDirectory);
  8.  
  9.  
  10. FruitUtil.registerFruitTypeWindrow(FruitUtil.FRUITTYPE_POTATO, "potato_row", g_i18n:getText("potato_row"), FruitUtil.FRUITTYPECATEGORY_WINDROW,0.04, 5, false, PRHudFile, PRHudFile, 1, 0.05);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement