home *** CD-ROM | disk | FTP | other *** search
/ Singles (French) / Singles-FrenchVersion-Win95.iso / data1.cab / Script / buymenu7.lua < prev    next >
Text File  |  2004-03-05  |  2KB  |  76 lines

  1. -- decoration
  2.  
  3. -- Syntax: add(<Game Object name>, <resource name>);
  4. -- iconTextureName: "menuIcon"+<resource name>
  5.  
  6. add("StandardGO", "FlowerpotRose");
  7. add("StandardGO", "flowerTulips");
  8. add("StandardGO", "FlowerBluePot");
  9. add("StandardGO", "FlowerpotYellow");
  10.  
  11. add("StandardGO", "Plant2");
  12. add("StandardGO", "Plant1");
  13. add("StandardGO", "Plant3");
  14. add("StandardGO", "Plant4");
  15. add("StandardGO", "palmModern");
  16.  
  17. add("StandardGO", "Kopuli");
  18. add("StandardGO", "SoileDesign");
  19. add("StandardGO", "Aquarium");
  20.  
  21. add("CurtainGO", "CurtainOldschool");
  22. add("CurtainGO", "CurtainModern");
  23. add("CurtainGO", "CurtainSand");
  24. add("CurtainGO", "CurtainBlue");
  25.  
  26. add("LightGO", "candleHolderOldschool");
  27. add("LightGO", "candleHolderModern");
  28. add("LightGO", "candleHolderDesign");
  29. add("LightGO", "candleHolder3Oldschool");
  30. add("LightGO", "candleHolder3Design");
  31. add("LightGO", "candleHolder5Modern");
  32.  
  33. add("WallDecorationGO", "Poster1");
  34. add("WallDecorationGO", "Poster2");
  35. add("WallDecorationGO", "Poster3");
  36. add("WallDecorationGO", "Poster4");
  37. add("WallDecorationGO", "Poster5");
  38. add("WallDecorationGO", "Poster6");
  39.  
  40. add("WallDecorationGO", "PaintingSingles");
  41. add("WallDecorationGO", "PaintingFlower");
  42. add("WallDecorationGO", "PaintingHouse");
  43. add("WallDecorationGO", "Paintingfish");
  44. add("WallDecorationGO", "Painting1");
  45. add("WallDecorationGO", "Painting2");
  46. add("WallDecorationGO", "Painting3");
  47. add("WallDecorationGO", "Painting4");
  48. add("WallDecorationGO", "Painting5");
  49. add("WallDecorationGO", "Painting6");
  50. add("WallDecorationGO", "Painting7");
  51. add("WallDecorationGO", "Painting8");
  52. add("WallDecorationGO", "Painting9");
  53. add("WallDecorationGO", "Painting10");
  54. add("WallDecorationGO", "Painting11");
  55. add("WallDecorationGO", "Painting12");
  56. add("WallDecorationGO", "Painting13");
  57. add("WallDecorationGO", "Painting14");
  58. add("WallDecorationGO", "Painting15");
  59. add("WallDecorationGO", "Painting16");
  60. add("WallDecorationGO", "Painting17");
  61. add("WallDecorationGO", "Painting18");
  62. add("WallDecorationGO", "Painting19");
  63. add("WallDecorationGO", "Holzdekor");
  64.  
  65.  
  66. --add("StandardGO", "lure");
  67. --add("StandardGO", "Trigger3x3");
  68.  
  69. --add("StandardGO", "tabletCooked");
  70. --add("StandardGO", "tabletPizza");
  71. --add("StandardGO", "tabletBreakfast");
  72. --add("StandardGO", "boardgame");
  73.  
  74. -- add("StandardGO", "DecoSpaceBall");
  75. -- add("StandardGO", "DecoSpaceBoard");
  76.