share/hedgewars/Data/Scripts/Multiplayer/HedgeEditor.lua
changeset 12016 6540fcfad01c
parent 12015 e020e1ce4739
child 12017 06afe8535b1c
equal deleted inserted replaced
12015:e020e1ce4739 12016:6540fcfad01c
   580 			{"gfMoreWind", false, gfMoreWind},
   580 			{"gfMoreWind", false, gfMoreWind},
   581 			{"gfTagTeam", false, gfTagTeam}
   581 			{"gfTagTeam", false, gfTagTeam}
   582 			}
   582 			}
   583 
   583 
   584  local reducedSpriteIDArray = {
   584  local reducedSpriteIDArray = {
   585   sprAmRubber, sprAmGirder, sprAMSlot, sprAMAmmos, sprAMAmmosBW, sprAMCorners, sprHHTelepMask, sprTurnsLeft,
   585   sprAmRubber, sprAmGirder, sprTargetBee, sprIceTexture, sprHHTelepMask,
   586   sprSpeechCorner, sprSpeechEdge, sprSpeechTail, sprThoughtCorner, sprThoughtEdge, sprThoughtTail, sprShoutCorner,
   586   sprAMAmmos, sprAMAmmosBW, sprAMSlot, sprAMCorners, sprTurnsLeft, sprBotlevels,
   587   sprShoutEdge, sprShoutTail, sprBotlevels, sprIceTexture, sprCustom1, sprCustom2, }
   587   sprSpeechCorner, sprSpeechEdge, sprSpeechTail, sprThoughtCorner, sprThoughtEdge, sprThoughtTail,
       
   588   sprShoutCorner, sprShoutEdge, sprShoutTail, sprCustom1, sprCustom2, }
   588 
   589 
   589  local reducedSpriteIDArrayFrames = {
   590  local reducedSpriteIDArrayFrames = {
   590   4, 8, 3, 57, 57, 4, 1, 8,
   591   4, 8, 1, 1, 1,
   591   1, 1, 1, 1, 1, 1, 1,
   592   57, 57, 3, 4, 8, 1,
   592   1, 1, 1, 1, 1, 1, 1,
   593   1, 1, 1, 1, 1, 1,
       
   594   1, 1, 1, 1, 1,
   593  }
   595  }
   594 
   596 
   595  local reducedSpriteTextArray = {
   597  local reducedSpriteTextArray = {
   596   "sprAmRubber", "sprAmGirder", "sprAMSlot", "sprAMAmmos", "sprAMAmmosBW", "sprAMCorners", "sprHHTelepMask", "sprTurnsLeft",
   598   "sprAmRubber", "sprAmGirder", "sprTargetBee", "sprIceTexture", "sprHHTelepMask",
   597   "sprSpeechCorner", "sprSpeechEdge", "sprSpeechTail", "sprThoughtCorner", "sprThoughtEdge", "sprThoughtTail", "sprShoutCorner",
   599   "sprAMAmmos", "sprAMAmmosBW", "sprAMSlot",  "sprAMCorners", "sprTurnsLeft", "sprBotlevels",
   598   "sprShoutEdge", "sprShoutTail", "sprBotlevels", "sprIceTexture", "sprCustom1", "sprCustom2", }
   600   "sprSpeechCorner", "sprSpeechEdge", "sprSpeechTail", "sprThoughtCorner", "sprThoughtEdge", "sprThoughtTail",
       
   601   "sprShoutCorner", "sprShoutEdge", "sprShoutTail", "sprCustom1", "sprCustom2", }
   599 
   602 
   600 ----------------------------
   603 ----------------------------
   601 -- placement shite
   604 -- placement shite
   602 ----------------------------
   605 ----------------------------
   603 
   606