|
| 1 | +oS.Init( |
| 2 | + { |
| 3 | + PName: allPlantsArray(), |
| 4 | + ZName: [ |
| 5 | + oZombie, |
| 6 | + oZombie2, |
| 7 | + oZombie3, |
| 8 | + oConeheadZombie, |
| 9 | + oBucketheadZombie, |
| 10 | + oNewspaperZombie, |
| 11 | + oJackinTheBoxZombie, |
| 12 | + oFootballZombie, |
| 13 | + oDancingZombie, |
| 14 | + oScreenDoorZombie, |
| 15 | + oBackupDancer, |
| 16 | + oZomboni, |
| 17 | + oPoleVaultingZombie, |
| 18 | + oJY, |
| 19 | + oEunZombie, |
| 20 | + oSnorkelZombie, |
| 21 | + oDuckyTubeZombie2, |
| 22 | + oDuckyTubeZombie3, |
| 23 | + oDuckyTubeZombie4, |
| 24 | + oDuckyTubeZombie1, |
| 25 | + oWJY, |
| 26 | + ], |
| 27 | + PicArr: (function () { |
| 28 | + return ["images/interface/background3.webp"]; |
| 29 | + })(), |
| 30 | + backgroundImage: "images/interface/background3.webp", |
| 31 | + CanSelectCard: 1, |
| 32 | + LevelName: "debug_back_night", |
| 33 | + LvlEName: "debug_back_night", |
| 34 | + SunNum: 4500, |
| 35 | + Coord: 2, |
| 36 | + LF: [0, 1, 1, 2, 2, 1, 1], |
| 37 | + StartGameMusic: "WateryGraves", |
| 38 | + LargeWaveFlag: { 10: $("imgFlag3"), 20: $("imgFlag1") }, |
| 39 | + }, |
| 40 | + { |
| 41 | + AZ: [ |
| 42 | + [oZombie, 1, 1], |
| 43 | + [oZombie2, 1, 1], |
| 44 | + [oZombie3, 1, 1], |
| 45 | + [oConeheadZombie, 1, 1], |
| 46 | + [oBucketheadZombie, 1, 1], |
| 47 | + [oNewspaperZombie, 1, 1], |
| 48 | + [oJackinTheBoxZombie, 1, 1], |
| 49 | + [oFootballZombie, 1, 1], |
| 50 | + [oDancingZombie, 1, 1], |
| 51 | + [oScreenDoorZombie, 1, 1], |
| 52 | + [oZomboni, 1, 1], |
| 53 | + [oPoleVaultingZombie, 1, 1], |
| 54 | + [oJY, 1, 1], |
| 55 | + [oDuckyTubeZombie2, 1, 1], |
| 56 | + [oDuckyTubeZombie3, 1, 1], |
| 57 | + [oDuckyTubeZombie1, 1, 1], |
| 58 | + [oDuckyTubeZombie4, 1, 1], |
| 59 | + [oSnorkelZombie, 1, 1], |
| 60 | + [oEunZombie, 1, 1], |
| 61 | + [oWJY, 1, 20, [20]], |
| 62 | + ], |
| 63 | + FlagNum: 20, |
| 64 | + FlagToSumNum: { a1: [29, 32, 47], a2: [29, 32, 67] }, |
| 65 | + FlagToMonitor: { 9: [ShowLargeWave, 0], 19: [ShowFinalWave, 0] }, |
| 66 | + FlagToEnd() { |
| 67 | + NewImg("imgSF", "images/interface/trophy.png", "left:260px;top:233px", EDAll, { |
| 68 | + onclick() { |
| 69 | + SelectModal(166); |
| 70 | + }, |
| 71 | + }); |
| 72 | + NewImg("PointerUD", "images/interface/PointerDown.gif", "top:185px;left:676px", EDAll); |
| 73 | + }, |
| 74 | + } |
| 75 | +); |
0 commit comments