├── .gitattributes ├── .github └── FUNDING.yml ├── .gitignore ├── LICENSE ├── README.md ├── docs ├── requirements.txt ├── 更新日志.pdf └── 游戏说明书(必看).pdf ├── pvz极简版.exe ├── resources ├── 0.png ├── Almanac_GroundDay.png ├── Almanac_GroundNight.jpg ├── Almanac_GroundPool.jpg ├── BrainPvZH.png ├── Conehead_Zombie1.png ├── Cornpult_butter.png ├── Cornpult_kernal.png ├── Explode-o-nut2.png ├── Explode-o-nut3.png ├── Fire1_1.png ├── FirePea.png ├── FirePea1.png ├── Lawn_mower_2.PNG.png ├── Melonpult_melon.png ├── Newspaper_Zombie1.png ├── Old_Backup_Dancer.png ├── Old_Dancing_Zombie1.png ├── Pole_Vaulting_Zombie1.png ├── Portal2.jpg ├── Shovel.png ├── Sun_PvZ2.png ├── Tallnut_cracked1.png ├── Tallnut_cracked2.png ├── UnarmedPotatoMine.png ├── Wallnut_cracked1.png ├── Wallnut_cracked2.png ├── Zombatar_Normal_Zombie.PNG.png ├── Zombie_flagpole.png ├── Zombie_flagpole2.png ├── belt.png ├── bucket.png ├── bucket_first_damage.png ├── bucket_second_damage.png ├── common.py ├── empty.png ├── explode.png ├── explode1.png ├── fire.png ├── hit_zombies.py ├── long_wallnut show.png ├── long_wallnut_crack1.png ├── long_wallnut_crack2.png ├── modified.py ├── newspaper angry.png ├── no_lawnmower.png ├── paused.png ├── pea.png ├── preview1.jpg ├── preview2.jpg ├── pvz.ico ├── snow pea.png ├── sounds │ ├── Laura Shigihara - Cerebrawl.ogg │ ├── Laura Shigihara - Choose Your Seeds IN-GAME.ogg │ ├── Laura Shigihara - Loonboon.ogg │ ├── Laura Shigihara - Ultimate Battle IN-GAME.ogg │ ├── RVthrow.ogg │ ├── awooga.ogg │ ├── balloon_pop.ogg │ ├── ballooninflate.ogg │ ├── basketball.ogg │ ├── bigchomp.ogg │ ├── bleep.ogg │ ├── blover.ogg │ ├── boing.ogg │ ├── bonk.ogg │ ├── bossboulderattack.ogg │ ├── bossexplosion.ogg │ ├── bowling.ogg │ ├── bowlingimpact.ogg │ ├── bowlingimpact2.ogg │ ├── bugspray.ogg │ ├── bungee_scream.ogg │ ├── bungee_scream2.ogg │ ├── bungee_scream3.ogg │ ├── butter.ogg │ ├── buttonclick.ogg │ ├── buzzer.ogg │ ├── ceramic.ogg │ ├── cherrybomb.ogg │ ├── chime.ogg │ ├── chomp.ogg │ ├── chomp2.ogg │ ├── chompsoft.ogg │ ├── coblaunch.ogg │ ├── coffee.ogg │ ├── coin.ogg │ ├── crazydavecrazy.ogg │ ├── crazydaveextralong1.ogg │ ├── crazydaveextralong2.ogg │ ├── crazydaveextralong3.ogg │ ├── crazydavelong1.ogg │ ├── crazydavelong2.ogg │ ├── crazydavelong3.ogg │ ├── crazydavescream.ogg │ ├── crazydavescream2.ogg │ ├── crazydaveshort1.ogg │ ├── crazydaveshort2.ogg │ ├── crazydaveshort3.ogg │ ├── dancer.ogg │ ├── digger_zombie.ogg │ ├── dirt_rise.ogg │ ├── dolphin_appears.ogg │ ├── dolphin_before_jumping.ogg │ ├── doomshroom.ogg │ ├── evillaugh.ogg │ ├── explosion.ogg │ ├── fertilizer.ogg │ ├── finalfanfare.ogg │ ├── finalwave.ogg │ ├── firepea.ogg │ ├── floop.ogg │ ├── frozen.ogg │ ├── fume.ogg │ ├── gargantuar_thump.ogg │ ├── gargantudeath.ogg │ ├── grassstep.ogg │ ├── gravebusterchomp.ogg │ ├── gravebutton.ogg │ ├── gravestone_rumble.ogg │ ├── groan.ogg │ ├── groan2.ogg │ ├── groan3.ogg │ ├── groan4.ogg │ ├── groan5.ogg │ ├── groan6.ogg │ ├── gulp.ogg │ ├── hatchback_close.ogg │ ├── hatchback_open.ogg │ ├── hugewave.ogg │ ├── hydraulic.ogg │ ├── hydraulic_short.ogg │ ├── ignite.ogg │ ├── ignite2.ogg │ ├── imp.ogg │ ├── imp2.ogg │ ├── jack_surprise.ogg │ ├── jack_surprise2.ogg │ ├── jackinthebox.ogg │ ├── jalapeno.ogg │ ├── juicy.ogg │ ├── kernelpult.ogg │ ├── kernelpult2.ogg │ ├── ladder_zombie.ogg │ ├── lawnmower.ogg │ ├── lightfill.ogg │ ├── limbs_pop.ogg │ ├── loadingbar_flower.ogg │ ├── loadingbar_zombie.ogg │ ├── losemusic.ogg │ ├── lowgroan.ogg │ ├── lowgroan2.ogg │ ├── magnetshroom.ogg │ ├── melonimpact.ogg │ ├── melonimpact2.ogg │ ├── mindcontrolled.ogg │ ├── moneyfalls.ogg │ ├── newspaper_rarrgh.ogg │ ├── newspaper_rarrgh2.ogg │ ├── newspaper_rip.ogg │ ├── paper.ogg │ ├── pause.ogg │ ├── phonograph.ogg │ ├── plant.ogg │ ├── plant2.ogg │ ├── plant_water.ogg │ ├── plantern.ogg │ ├── plantgrow.ogg │ ├── plastichit.ogg │ ├── plastichit2.ogg │ ├── pogo_zombie.ogg │ ├── points.ogg │ ├── polevault.ogg │ ├── pool_cleaner.ogg │ ├── portal.ogg │ ├── potato_mine.ogg │ ├── prize.ogg │ ├── puff.ogg │ ├── rain.ogg │ ├── readysetplant.ogg │ ├── reverse_explosion.ogg │ ├── roll_in.ogg │ ├── scream.ogg │ ├── seedlift.ogg │ ├── shieldhit.ogg │ ├── shieldhit2.ogg │ ├── shoop.ogg │ ├── shovel.ogg │ ├── siren.ogg │ ├── slotmachine.ogg │ ├── slurp.ogg │ ├── snow_pea_sparkles.ogg │ ├── splat.ogg │ ├── splat2.ogg │ ├── splat3.ogg │ ├── squash_hmm.ogg │ ├── squash_hmm2.ogg │ ├── sukhbir.ogg │ ├── sukhbir2.ogg │ ├── sukhbir3.ogg │ ├── sukhbir4.ogg │ ├── sukhbir5.ogg │ ├── sukhbir6.ogg │ ├── swing.ogg │ ├── tap.ogg │ ├── tap2.ogg │ ├── throw.ogg │ ├── throw2.ogg │ ├── thunder.ogg │ ├── vase_breaking.ogg │ ├── wakeup.ogg │ ├── watering.ogg │ ├── winmusic.ogg │ ├── yuck.ogg │ ├── yuck2.ogg │ ├── zamboni.ogg │ ├── zombaquarium_die.ogg │ ├── zombie_entering_water.ogg │ ├── zombie_falling_1.ogg │ ├── zombie_falling_2.ogg │ ├── zombiesplash.ogg │ ├── 《植物大战僵尸》资源素材-sounds-awooga_爱给网_aigei_com.mp3 │ ├── 《植物大战僵尸》资源素材-sounds-暂停(pause)_爱给网_aigei_com.mp3 │ └── 《植物大战僵尸》资源素材-sounds-音乐赢 PvZ1(M_爱给网_aigei_com.mp3 ├── star.png ├── sun.png ├── thron.png ├── thron1.png ├── thron2.png ├── thron3.png ├── thron4.png ├── thron5.png ├── thron6.png ├── thron7.png ├── zombies_fullspeed.py ├── 三线射手.png ├── 传送门.png ├── 冰瓜.png ├── 十字火爆辣椒.png ├── 南瓜套.png ├── 双发射手.png ├── 双子向日葵.png ├── 反向双发射手.png ├── 向日葵.png ├── 土豆雷.png ├── 地刺.png ├── 地刺王.png ├── 坚果墙.png ├── 坚果小队.png ├── 垃圾桶僵尸.png ├── 大嘴花.png ├── 大嘴花2.png ├── 大蒜.png ├── 寒冰射手.png ├── 寒冰菇.png ├── 小丑僵尸.png ├── 小鬼僵尸.png ├── 巨人僵尸.png ├── 忧郁菇.png ├── 扶梯僵尸.png ├── 投石车僵尸.png ├── 摇旗僵尸.png ├── 机枪射手.png ├── 杨桃.png ├── 枪林弹雨.py ├── 模仿者.png ├── 樱桃炸弹.png ├── 橄榄球僵尸.png ├── 气球僵尸.png ├── 海豚僵尸.png ├── 游泳圈僵尸.png ├── 潜水僵尸.png ├── 火炬树桩.png ├── 火焰豌豆射手.png ├── 火爆辣椒.png ├── 爆炸坚果.png ├── 玉米加农炮.png ├── 玉米投手.png ├── 番薯.png ├── 矿工僵尸.png ├── 磁力菇.png ├── 神奇花芽.png ├── 窝瓜.png ├── 红眼巨人僵尸.png ├── 花生.png ├── 荷叶.png ├── 菜问.png ├── 葡萄.png ├── 西瓜投手.png ├── 豌豆射手.png ├── 跳跳僵尸.png ├── 蹦极僵尸.png ├── 铁栅门僵尸.png ├── 随机豌豆射手.png ├── 雪橇车僵尸.png ├── 香蒲.png ├── 香蕉.png ├── 高坚果.png └── 黑橄榄球僵尸.png └── scripts ├── game_config.json ├── games ├── 传送带测试 │ ├── game_config.json │ ├── 传送带测试(game).py │ └── 预设关卡1.json ├── 我是僵尸 │ ├── game_config.json │ ├── plant_scripts_I_am_zombie │ │ ├── __init__.py │ │ ├── bullets.py │ │ ├── plant2.py │ │ ├── 三线射手.py │ │ ├── 向日葵.py │ │ ├── 土豆雷.py │ │ ├── 坚果墙.py │ │ ├── 大蒜.py │ │ ├── 寒冰射手.py │ │ ├── 火炬树桩.py │ │ ├── 爆炸坚果.py │ │ ├── 玉米投手.py │ │ ├── 神奇花芽.py │ │ ├── 窝瓜.py │ │ └── 豌豆射手.py │ ├── zombie_scripts_I_am_zombie │ │ ├── __init__.py │ │ ├── regular.py │ │ ├── zombies2.py │ │ ├── 撑杆僵尸.py │ │ ├── 普通僵尸.py │ │ ├── 舞王僵尸.py │ │ ├── 读报僵尸.py │ │ ├── 路障僵尸.py │ │ └── 铁桶僵尸.py │ ├── 我是僵尸(game).py │ └── 我是僵尸无尽模式(game).py ├── 枪林弹雨 │ ├── game_config.json │ ├── 枪林弹雨(game).py │ ├── 枪林弹雨关卡1.json │ └── 豌豆射手_枪林弹雨.py └── 锤僵尸 │ ├── game_config.json │ ├── 锤僵尸(game).py │ └── 锤僵尸简单难度.json ├── plant_scripts ├── __init__.py ├── bullets.py ├── plant.py ├── 三线射手.py ├── 传送门.py ├── 十字火爆辣椒.py ├── 双发射手.py ├── 向日葵.py ├── 土豆雷.py ├── 坚果墙.py ├── 坚果小队.py ├── 大嘴花.py ├── 大蒜.py ├── 寒冰射手.py ├── 机枪射手.py ├── 樱桃炸弹.py ├── 火炬树桩.py ├── 火爆辣椒.py ├── 爆炸坚果.py ├── 玉米投手.py ├── 番薯.py ├── 神奇花芽.py ├── 窝瓜.py ├── 荷叶.py ├── 西瓜投手.py ├── 豌豆射手.py ├── 随机豌豆射手.py ├── 香蒲.py └── 高坚果.py ├── pvz极简版.pyw ├── stages ├── 撑杆测试.json ├── 水池预设关卡1.json ├── 看手速.json ├── 耐久战.json ├── 耐久战升级版.json ├── 读报大赛.json └── 预设关卡1.json ├── start program.pyw ├── zombie_scripts ├── __init__.py ├── regular.py ├── zombies.py ├── 撑杆僵尸.py ├── 普通僵尸.py ├── 舞王僵尸.py ├── 读报僵尸.py ├── 路障僵尸.py └── 铁桶僵尸.py └── 图鉴.pyw /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | **/__pycache__ 2 | .vscode 3 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/README.md -------------------------------------------------------------------------------- /docs/requirements.txt: -------------------------------------------------------------------------------- 1 | pygame 2 | pillow 3 | keyboard 4 | -------------------------------------------------------------------------------- /docs/更新日志.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/docs/更新日志.pdf -------------------------------------------------------------------------------- /docs/游戏说明书(必看).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/docs/游戏说明书(必看).pdf -------------------------------------------------------------------------------- /pvz极简版.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/pvz极简版.exe -------------------------------------------------------------------------------- /resources/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/0.png -------------------------------------------------------------------------------- /resources/Almanac_GroundDay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/Almanac_GroundDay.png -------------------------------------------------------------------------------- /resources/Almanac_GroundNight.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/Almanac_GroundNight.jpg -------------------------------------------------------------------------------- /resources/Almanac_GroundPool.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/Almanac_GroundPool.jpg -------------------------------------------------------------------------------- /resources/BrainPvZH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/BrainPvZH.png -------------------------------------------------------------------------------- /resources/Conehead_Zombie1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/Conehead_Zombie1.png -------------------------------------------------------------------------------- /resources/Cornpult_butter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/Cornpult_butter.png -------------------------------------------------------------------------------- /resources/Cornpult_kernal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/Cornpult_kernal.png -------------------------------------------------------------------------------- /resources/Explode-o-nut2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/Explode-o-nut2.png -------------------------------------------------------------------------------- /resources/Explode-o-nut3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/Explode-o-nut3.png -------------------------------------------------------------------------------- /resources/Fire1_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/Fire1_1.png -------------------------------------------------------------------------------- /resources/FirePea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/FirePea.png -------------------------------------------------------------------------------- /resources/FirePea1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/FirePea1.png -------------------------------------------------------------------------------- /resources/Lawn_mower_2.PNG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/Lawn_mower_2.PNG.png -------------------------------------------------------------------------------- /resources/Melonpult_melon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/Melonpult_melon.png -------------------------------------------------------------------------------- /resources/Newspaper_Zombie1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/Newspaper_Zombie1.png -------------------------------------------------------------------------------- /resources/Old_Backup_Dancer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/Old_Backup_Dancer.png -------------------------------------------------------------------------------- /resources/Old_Dancing_Zombie1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/Old_Dancing_Zombie1.png -------------------------------------------------------------------------------- /resources/Pole_Vaulting_Zombie1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/Pole_Vaulting_Zombie1.png -------------------------------------------------------------------------------- /resources/Portal2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/Portal2.jpg -------------------------------------------------------------------------------- /resources/Shovel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/Shovel.png -------------------------------------------------------------------------------- /resources/Sun_PvZ2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/Sun_PvZ2.png -------------------------------------------------------------------------------- /resources/Tallnut_cracked1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/Tallnut_cracked1.png -------------------------------------------------------------------------------- /resources/Tallnut_cracked2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/Tallnut_cracked2.png -------------------------------------------------------------------------------- /resources/UnarmedPotatoMine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/UnarmedPotatoMine.png -------------------------------------------------------------------------------- /resources/Wallnut_cracked1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/Wallnut_cracked1.png -------------------------------------------------------------------------------- /resources/Wallnut_cracked2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/Wallnut_cracked2.png -------------------------------------------------------------------------------- /resources/Zombatar_Normal_Zombie.PNG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/Zombatar_Normal_Zombie.PNG.png -------------------------------------------------------------------------------- /resources/Zombie_flagpole.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/Zombie_flagpole.png -------------------------------------------------------------------------------- /resources/Zombie_flagpole2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/Zombie_flagpole2.png -------------------------------------------------------------------------------- /resources/belt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/belt.png -------------------------------------------------------------------------------- /resources/bucket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/bucket.png -------------------------------------------------------------------------------- /resources/bucket_first_damage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/bucket_first_damage.png -------------------------------------------------------------------------------- /resources/bucket_second_damage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/bucket_second_damage.png -------------------------------------------------------------------------------- /resources/common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/common.py -------------------------------------------------------------------------------- /resources/empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/empty.png -------------------------------------------------------------------------------- /resources/explode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/explode.png -------------------------------------------------------------------------------- /resources/explode1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/explode1.png -------------------------------------------------------------------------------- /resources/fire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/fire.png -------------------------------------------------------------------------------- /resources/hit_zombies.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/hit_zombies.py -------------------------------------------------------------------------------- /resources/long_wallnut show.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/long_wallnut show.png -------------------------------------------------------------------------------- /resources/long_wallnut_crack1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/long_wallnut_crack1.png -------------------------------------------------------------------------------- /resources/long_wallnut_crack2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/long_wallnut_crack2.png -------------------------------------------------------------------------------- /resources/modified.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/modified.py -------------------------------------------------------------------------------- /resources/newspaper angry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/newspaper angry.png -------------------------------------------------------------------------------- /resources/no_lawnmower.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/no_lawnmower.png -------------------------------------------------------------------------------- /resources/paused.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/paused.png -------------------------------------------------------------------------------- /resources/pea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/pea.png -------------------------------------------------------------------------------- /resources/preview1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/preview1.jpg -------------------------------------------------------------------------------- /resources/preview2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/preview2.jpg -------------------------------------------------------------------------------- /resources/pvz.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/pvz.ico -------------------------------------------------------------------------------- /resources/snow pea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/snow pea.png -------------------------------------------------------------------------------- /resources/sounds/Laura Shigihara - Cerebrawl.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/Laura Shigihara - Cerebrawl.ogg -------------------------------------------------------------------------------- /resources/sounds/Laura Shigihara - Choose Your Seeds IN-GAME.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/Laura Shigihara - Choose Your Seeds IN-GAME.ogg -------------------------------------------------------------------------------- /resources/sounds/Laura Shigihara - Loonboon.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/Laura Shigihara - Loonboon.ogg -------------------------------------------------------------------------------- /resources/sounds/Laura Shigihara - Ultimate Battle IN-GAME.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/Laura Shigihara - Ultimate Battle IN-GAME.ogg -------------------------------------------------------------------------------- /resources/sounds/RVthrow.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/RVthrow.ogg -------------------------------------------------------------------------------- /resources/sounds/awooga.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/awooga.ogg -------------------------------------------------------------------------------- /resources/sounds/balloon_pop.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/balloon_pop.ogg -------------------------------------------------------------------------------- /resources/sounds/ballooninflate.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/ballooninflate.ogg -------------------------------------------------------------------------------- /resources/sounds/basketball.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/basketball.ogg -------------------------------------------------------------------------------- /resources/sounds/bigchomp.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/bigchomp.ogg -------------------------------------------------------------------------------- /resources/sounds/bleep.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/bleep.ogg -------------------------------------------------------------------------------- /resources/sounds/blover.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/blover.ogg -------------------------------------------------------------------------------- /resources/sounds/boing.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/boing.ogg -------------------------------------------------------------------------------- /resources/sounds/bonk.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/bonk.ogg -------------------------------------------------------------------------------- /resources/sounds/bossboulderattack.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/bossboulderattack.ogg -------------------------------------------------------------------------------- /resources/sounds/bossexplosion.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/bossexplosion.ogg -------------------------------------------------------------------------------- /resources/sounds/bowling.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/bowling.ogg -------------------------------------------------------------------------------- /resources/sounds/bowlingimpact.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/bowlingimpact.ogg -------------------------------------------------------------------------------- /resources/sounds/bowlingimpact2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/bowlingimpact2.ogg -------------------------------------------------------------------------------- /resources/sounds/bugspray.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/bugspray.ogg -------------------------------------------------------------------------------- /resources/sounds/bungee_scream.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/bungee_scream.ogg -------------------------------------------------------------------------------- /resources/sounds/bungee_scream2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/bungee_scream2.ogg -------------------------------------------------------------------------------- /resources/sounds/bungee_scream3.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/bungee_scream3.ogg -------------------------------------------------------------------------------- /resources/sounds/butter.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/butter.ogg -------------------------------------------------------------------------------- /resources/sounds/buttonclick.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/buttonclick.ogg -------------------------------------------------------------------------------- /resources/sounds/buzzer.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/buzzer.ogg -------------------------------------------------------------------------------- /resources/sounds/ceramic.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/ceramic.ogg -------------------------------------------------------------------------------- /resources/sounds/cherrybomb.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/cherrybomb.ogg -------------------------------------------------------------------------------- /resources/sounds/chime.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/chime.ogg -------------------------------------------------------------------------------- /resources/sounds/chomp.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/chomp.ogg -------------------------------------------------------------------------------- /resources/sounds/chomp2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/chomp2.ogg -------------------------------------------------------------------------------- /resources/sounds/chompsoft.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/chompsoft.ogg -------------------------------------------------------------------------------- /resources/sounds/coblaunch.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/coblaunch.ogg -------------------------------------------------------------------------------- /resources/sounds/coffee.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/coffee.ogg -------------------------------------------------------------------------------- /resources/sounds/coin.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/coin.ogg -------------------------------------------------------------------------------- /resources/sounds/crazydavecrazy.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/crazydavecrazy.ogg -------------------------------------------------------------------------------- /resources/sounds/crazydaveextralong1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/crazydaveextralong1.ogg -------------------------------------------------------------------------------- /resources/sounds/crazydaveextralong2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/crazydaveextralong2.ogg -------------------------------------------------------------------------------- /resources/sounds/crazydaveextralong3.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/crazydaveextralong3.ogg -------------------------------------------------------------------------------- /resources/sounds/crazydavelong1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/crazydavelong1.ogg -------------------------------------------------------------------------------- /resources/sounds/crazydavelong2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/crazydavelong2.ogg -------------------------------------------------------------------------------- /resources/sounds/crazydavelong3.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/crazydavelong3.ogg -------------------------------------------------------------------------------- /resources/sounds/crazydavescream.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/crazydavescream.ogg -------------------------------------------------------------------------------- /resources/sounds/crazydavescream2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/crazydavescream2.ogg -------------------------------------------------------------------------------- /resources/sounds/crazydaveshort1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/crazydaveshort1.ogg -------------------------------------------------------------------------------- /resources/sounds/crazydaveshort2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/crazydaveshort2.ogg -------------------------------------------------------------------------------- /resources/sounds/crazydaveshort3.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/crazydaveshort3.ogg -------------------------------------------------------------------------------- /resources/sounds/dancer.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/dancer.ogg -------------------------------------------------------------------------------- /resources/sounds/digger_zombie.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/digger_zombie.ogg -------------------------------------------------------------------------------- /resources/sounds/dirt_rise.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/dirt_rise.ogg -------------------------------------------------------------------------------- /resources/sounds/dolphin_appears.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/dolphin_appears.ogg -------------------------------------------------------------------------------- /resources/sounds/dolphin_before_jumping.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/dolphin_before_jumping.ogg -------------------------------------------------------------------------------- /resources/sounds/doomshroom.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/doomshroom.ogg -------------------------------------------------------------------------------- /resources/sounds/evillaugh.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/evillaugh.ogg -------------------------------------------------------------------------------- /resources/sounds/explosion.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/explosion.ogg -------------------------------------------------------------------------------- /resources/sounds/fertilizer.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/fertilizer.ogg -------------------------------------------------------------------------------- /resources/sounds/finalfanfare.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/finalfanfare.ogg -------------------------------------------------------------------------------- /resources/sounds/finalwave.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/finalwave.ogg -------------------------------------------------------------------------------- /resources/sounds/firepea.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/firepea.ogg -------------------------------------------------------------------------------- /resources/sounds/floop.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/floop.ogg -------------------------------------------------------------------------------- /resources/sounds/frozen.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/frozen.ogg -------------------------------------------------------------------------------- /resources/sounds/fume.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/fume.ogg -------------------------------------------------------------------------------- /resources/sounds/gargantuar_thump.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/gargantuar_thump.ogg -------------------------------------------------------------------------------- /resources/sounds/gargantudeath.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/gargantudeath.ogg -------------------------------------------------------------------------------- /resources/sounds/grassstep.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/grassstep.ogg -------------------------------------------------------------------------------- /resources/sounds/gravebusterchomp.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/gravebusterchomp.ogg -------------------------------------------------------------------------------- /resources/sounds/gravebutton.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/gravebutton.ogg -------------------------------------------------------------------------------- /resources/sounds/gravestone_rumble.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/gravestone_rumble.ogg -------------------------------------------------------------------------------- /resources/sounds/groan.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/groan.ogg -------------------------------------------------------------------------------- /resources/sounds/groan2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/groan2.ogg -------------------------------------------------------------------------------- /resources/sounds/groan3.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/groan3.ogg -------------------------------------------------------------------------------- /resources/sounds/groan4.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/groan4.ogg -------------------------------------------------------------------------------- /resources/sounds/groan5.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/groan5.ogg -------------------------------------------------------------------------------- /resources/sounds/groan6.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/groan6.ogg -------------------------------------------------------------------------------- /resources/sounds/gulp.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/gulp.ogg -------------------------------------------------------------------------------- /resources/sounds/hatchback_close.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/hatchback_close.ogg -------------------------------------------------------------------------------- /resources/sounds/hatchback_open.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/hatchback_open.ogg -------------------------------------------------------------------------------- /resources/sounds/hugewave.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/hugewave.ogg -------------------------------------------------------------------------------- /resources/sounds/hydraulic.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/hydraulic.ogg -------------------------------------------------------------------------------- /resources/sounds/hydraulic_short.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/hydraulic_short.ogg -------------------------------------------------------------------------------- /resources/sounds/ignite.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/ignite.ogg -------------------------------------------------------------------------------- /resources/sounds/ignite2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/ignite2.ogg -------------------------------------------------------------------------------- /resources/sounds/imp.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/imp.ogg -------------------------------------------------------------------------------- /resources/sounds/imp2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/imp2.ogg -------------------------------------------------------------------------------- /resources/sounds/jack_surprise.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/jack_surprise.ogg -------------------------------------------------------------------------------- /resources/sounds/jack_surprise2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/jack_surprise2.ogg -------------------------------------------------------------------------------- /resources/sounds/jackinthebox.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/jackinthebox.ogg -------------------------------------------------------------------------------- /resources/sounds/jalapeno.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/jalapeno.ogg -------------------------------------------------------------------------------- /resources/sounds/juicy.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/juicy.ogg -------------------------------------------------------------------------------- /resources/sounds/kernelpult.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/kernelpult.ogg -------------------------------------------------------------------------------- /resources/sounds/kernelpult2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/kernelpult2.ogg -------------------------------------------------------------------------------- /resources/sounds/ladder_zombie.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/ladder_zombie.ogg -------------------------------------------------------------------------------- /resources/sounds/lawnmower.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/lawnmower.ogg -------------------------------------------------------------------------------- /resources/sounds/lightfill.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/lightfill.ogg -------------------------------------------------------------------------------- /resources/sounds/limbs_pop.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/limbs_pop.ogg -------------------------------------------------------------------------------- /resources/sounds/loadingbar_flower.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/loadingbar_flower.ogg -------------------------------------------------------------------------------- /resources/sounds/loadingbar_zombie.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/loadingbar_zombie.ogg -------------------------------------------------------------------------------- /resources/sounds/losemusic.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/losemusic.ogg -------------------------------------------------------------------------------- /resources/sounds/lowgroan.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/lowgroan.ogg -------------------------------------------------------------------------------- /resources/sounds/lowgroan2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/lowgroan2.ogg -------------------------------------------------------------------------------- /resources/sounds/magnetshroom.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/magnetshroom.ogg -------------------------------------------------------------------------------- /resources/sounds/melonimpact.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/melonimpact.ogg -------------------------------------------------------------------------------- /resources/sounds/melonimpact2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/melonimpact2.ogg -------------------------------------------------------------------------------- /resources/sounds/mindcontrolled.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/mindcontrolled.ogg -------------------------------------------------------------------------------- /resources/sounds/moneyfalls.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/moneyfalls.ogg -------------------------------------------------------------------------------- /resources/sounds/newspaper_rarrgh.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/newspaper_rarrgh.ogg -------------------------------------------------------------------------------- /resources/sounds/newspaper_rarrgh2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/newspaper_rarrgh2.ogg -------------------------------------------------------------------------------- /resources/sounds/newspaper_rip.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/newspaper_rip.ogg -------------------------------------------------------------------------------- /resources/sounds/paper.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/paper.ogg -------------------------------------------------------------------------------- /resources/sounds/pause.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/pause.ogg -------------------------------------------------------------------------------- /resources/sounds/phonograph.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/phonograph.ogg -------------------------------------------------------------------------------- /resources/sounds/plant.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/plant.ogg -------------------------------------------------------------------------------- /resources/sounds/plant2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/plant2.ogg -------------------------------------------------------------------------------- /resources/sounds/plant_water.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/plant_water.ogg -------------------------------------------------------------------------------- /resources/sounds/plantern.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/plantern.ogg -------------------------------------------------------------------------------- /resources/sounds/plantgrow.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/plantgrow.ogg -------------------------------------------------------------------------------- /resources/sounds/plastichit.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/plastichit.ogg -------------------------------------------------------------------------------- /resources/sounds/plastichit2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/plastichit2.ogg -------------------------------------------------------------------------------- /resources/sounds/pogo_zombie.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/pogo_zombie.ogg -------------------------------------------------------------------------------- /resources/sounds/points.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/points.ogg -------------------------------------------------------------------------------- /resources/sounds/polevault.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/polevault.ogg -------------------------------------------------------------------------------- /resources/sounds/pool_cleaner.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/pool_cleaner.ogg -------------------------------------------------------------------------------- /resources/sounds/portal.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/portal.ogg -------------------------------------------------------------------------------- /resources/sounds/potato_mine.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/potato_mine.ogg -------------------------------------------------------------------------------- /resources/sounds/prize.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/prize.ogg -------------------------------------------------------------------------------- /resources/sounds/puff.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/puff.ogg -------------------------------------------------------------------------------- /resources/sounds/rain.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/rain.ogg -------------------------------------------------------------------------------- /resources/sounds/readysetplant.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/readysetplant.ogg -------------------------------------------------------------------------------- /resources/sounds/reverse_explosion.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/reverse_explosion.ogg -------------------------------------------------------------------------------- /resources/sounds/roll_in.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/roll_in.ogg -------------------------------------------------------------------------------- /resources/sounds/scream.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/scream.ogg -------------------------------------------------------------------------------- /resources/sounds/seedlift.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/seedlift.ogg -------------------------------------------------------------------------------- /resources/sounds/shieldhit.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/shieldhit.ogg -------------------------------------------------------------------------------- /resources/sounds/shieldhit2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/shieldhit2.ogg -------------------------------------------------------------------------------- /resources/sounds/shoop.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/shoop.ogg -------------------------------------------------------------------------------- /resources/sounds/shovel.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/shovel.ogg -------------------------------------------------------------------------------- /resources/sounds/siren.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/siren.ogg -------------------------------------------------------------------------------- /resources/sounds/slotmachine.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/slotmachine.ogg -------------------------------------------------------------------------------- /resources/sounds/slurp.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/slurp.ogg -------------------------------------------------------------------------------- /resources/sounds/snow_pea_sparkles.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/snow_pea_sparkles.ogg -------------------------------------------------------------------------------- /resources/sounds/splat.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/splat.ogg -------------------------------------------------------------------------------- /resources/sounds/splat2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/splat2.ogg -------------------------------------------------------------------------------- /resources/sounds/splat3.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/splat3.ogg -------------------------------------------------------------------------------- /resources/sounds/squash_hmm.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/squash_hmm.ogg -------------------------------------------------------------------------------- /resources/sounds/squash_hmm2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/squash_hmm2.ogg -------------------------------------------------------------------------------- /resources/sounds/sukhbir.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/sukhbir.ogg -------------------------------------------------------------------------------- /resources/sounds/sukhbir2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/sukhbir2.ogg -------------------------------------------------------------------------------- /resources/sounds/sukhbir3.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/sukhbir3.ogg -------------------------------------------------------------------------------- /resources/sounds/sukhbir4.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/sukhbir4.ogg -------------------------------------------------------------------------------- /resources/sounds/sukhbir5.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/sukhbir5.ogg -------------------------------------------------------------------------------- /resources/sounds/sukhbir6.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/sukhbir6.ogg -------------------------------------------------------------------------------- /resources/sounds/swing.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/swing.ogg -------------------------------------------------------------------------------- /resources/sounds/tap.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/tap.ogg -------------------------------------------------------------------------------- /resources/sounds/tap2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/tap2.ogg -------------------------------------------------------------------------------- /resources/sounds/throw.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/throw.ogg -------------------------------------------------------------------------------- /resources/sounds/throw2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/throw2.ogg -------------------------------------------------------------------------------- /resources/sounds/thunder.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/thunder.ogg -------------------------------------------------------------------------------- /resources/sounds/vase_breaking.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/vase_breaking.ogg -------------------------------------------------------------------------------- /resources/sounds/wakeup.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/wakeup.ogg -------------------------------------------------------------------------------- /resources/sounds/watering.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/watering.ogg -------------------------------------------------------------------------------- /resources/sounds/winmusic.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/winmusic.ogg -------------------------------------------------------------------------------- /resources/sounds/yuck.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/yuck.ogg -------------------------------------------------------------------------------- /resources/sounds/yuck2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/yuck2.ogg -------------------------------------------------------------------------------- /resources/sounds/zamboni.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/zamboni.ogg -------------------------------------------------------------------------------- /resources/sounds/zombaquarium_die.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/zombaquarium_die.ogg -------------------------------------------------------------------------------- /resources/sounds/zombie_entering_water.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/zombie_entering_water.ogg -------------------------------------------------------------------------------- /resources/sounds/zombie_falling_1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/zombie_falling_1.ogg -------------------------------------------------------------------------------- /resources/sounds/zombie_falling_2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/zombie_falling_2.ogg -------------------------------------------------------------------------------- /resources/sounds/zombiesplash.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/zombiesplash.ogg -------------------------------------------------------------------------------- /resources/sounds/《植物大战僵尸》资源素材-sounds-awooga_爱给网_aigei_com.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/《植物大战僵尸》资源素材-sounds-awooga_爱给网_aigei_com.mp3 -------------------------------------------------------------------------------- /resources/sounds/《植物大战僵尸》资源素材-sounds-暂停(pause)_爱给网_aigei_com.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/《植物大战僵尸》资源素材-sounds-暂停(pause)_爱给网_aigei_com.mp3 -------------------------------------------------------------------------------- /resources/sounds/《植物大战僵尸》资源素材-sounds-音乐赢 PvZ1(M_爱给网_aigei_com.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sounds/《植物大战僵尸》资源素材-sounds-音乐赢 PvZ1(M_爱给网_aigei_com.mp3 -------------------------------------------------------------------------------- /resources/star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/star.png -------------------------------------------------------------------------------- /resources/sun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/sun.png -------------------------------------------------------------------------------- /resources/thron.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/thron.png -------------------------------------------------------------------------------- /resources/thron1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/thron1.png -------------------------------------------------------------------------------- /resources/thron2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/thron2.png -------------------------------------------------------------------------------- /resources/thron3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/thron3.png -------------------------------------------------------------------------------- /resources/thron4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/thron4.png -------------------------------------------------------------------------------- /resources/thron5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/thron5.png -------------------------------------------------------------------------------- /resources/thron6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/thron6.png -------------------------------------------------------------------------------- /resources/thron7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/thron7.png -------------------------------------------------------------------------------- /resources/zombies_fullspeed.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/zombies_fullspeed.py -------------------------------------------------------------------------------- /resources/三线射手.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/三线射手.png -------------------------------------------------------------------------------- /resources/传送门.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/传送门.png -------------------------------------------------------------------------------- /resources/冰瓜.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/冰瓜.png -------------------------------------------------------------------------------- /resources/十字火爆辣椒.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/十字火爆辣椒.png -------------------------------------------------------------------------------- /resources/南瓜套.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/南瓜套.png -------------------------------------------------------------------------------- /resources/双发射手.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/双发射手.png -------------------------------------------------------------------------------- /resources/双子向日葵.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/双子向日葵.png -------------------------------------------------------------------------------- /resources/反向双发射手.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/反向双发射手.png -------------------------------------------------------------------------------- /resources/向日葵.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/向日葵.png -------------------------------------------------------------------------------- /resources/土豆雷.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/土豆雷.png -------------------------------------------------------------------------------- /resources/地刺.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/地刺.png -------------------------------------------------------------------------------- /resources/地刺王.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/地刺王.png -------------------------------------------------------------------------------- /resources/坚果墙.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/坚果墙.png -------------------------------------------------------------------------------- /resources/坚果小队.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/坚果小队.png -------------------------------------------------------------------------------- /resources/垃圾桶僵尸.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/垃圾桶僵尸.png -------------------------------------------------------------------------------- /resources/大嘴花.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/大嘴花.png -------------------------------------------------------------------------------- /resources/大嘴花2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/大嘴花2.png -------------------------------------------------------------------------------- /resources/大蒜.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/大蒜.png -------------------------------------------------------------------------------- /resources/寒冰射手.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/寒冰射手.png -------------------------------------------------------------------------------- /resources/寒冰菇.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/寒冰菇.png -------------------------------------------------------------------------------- /resources/小丑僵尸.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/小丑僵尸.png -------------------------------------------------------------------------------- /resources/小鬼僵尸.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/小鬼僵尸.png -------------------------------------------------------------------------------- /resources/巨人僵尸.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/巨人僵尸.png -------------------------------------------------------------------------------- /resources/忧郁菇.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/忧郁菇.png -------------------------------------------------------------------------------- /resources/扶梯僵尸.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/扶梯僵尸.png -------------------------------------------------------------------------------- /resources/投石车僵尸.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/投石车僵尸.png -------------------------------------------------------------------------------- /resources/摇旗僵尸.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/摇旗僵尸.png -------------------------------------------------------------------------------- /resources/机枪射手.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/机枪射手.png -------------------------------------------------------------------------------- /resources/杨桃.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/杨桃.png -------------------------------------------------------------------------------- /resources/枪林弹雨.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/枪林弹雨.py -------------------------------------------------------------------------------- /resources/模仿者.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/模仿者.png -------------------------------------------------------------------------------- /resources/樱桃炸弹.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/樱桃炸弹.png -------------------------------------------------------------------------------- /resources/橄榄球僵尸.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/橄榄球僵尸.png -------------------------------------------------------------------------------- /resources/气球僵尸.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/气球僵尸.png -------------------------------------------------------------------------------- /resources/海豚僵尸.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/海豚僵尸.png -------------------------------------------------------------------------------- /resources/游泳圈僵尸.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/游泳圈僵尸.png -------------------------------------------------------------------------------- /resources/潜水僵尸.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/潜水僵尸.png -------------------------------------------------------------------------------- /resources/火炬树桩.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/火炬树桩.png -------------------------------------------------------------------------------- /resources/火焰豌豆射手.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/火焰豌豆射手.png -------------------------------------------------------------------------------- /resources/火爆辣椒.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/火爆辣椒.png -------------------------------------------------------------------------------- /resources/爆炸坚果.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/爆炸坚果.png -------------------------------------------------------------------------------- /resources/玉米加农炮.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/玉米加农炮.png -------------------------------------------------------------------------------- /resources/玉米投手.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/玉米投手.png -------------------------------------------------------------------------------- /resources/番薯.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/番薯.png -------------------------------------------------------------------------------- /resources/矿工僵尸.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/矿工僵尸.png -------------------------------------------------------------------------------- /resources/磁力菇.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/磁力菇.png -------------------------------------------------------------------------------- /resources/神奇花芽.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/神奇花芽.png -------------------------------------------------------------------------------- /resources/窝瓜.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/窝瓜.png -------------------------------------------------------------------------------- /resources/红眼巨人僵尸.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/红眼巨人僵尸.png -------------------------------------------------------------------------------- /resources/花生.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/花生.png -------------------------------------------------------------------------------- /resources/荷叶.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/荷叶.png -------------------------------------------------------------------------------- /resources/菜问.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/菜问.png -------------------------------------------------------------------------------- /resources/葡萄.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/葡萄.png -------------------------------------------------------------------------------- /resources/西瓜投手.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/西瓜投手.png -------------------------------------------------------------------------------- /resources/豌豆射手.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/豌豆射手.png -------------------------------------------------------------------------------- /resources/跳跳僵尸.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/跳跳僵尸.png -------------------------------------------------------------------------------- /resources/蹦极僵尸.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/蹦极僵尸.png -------------------------------------------------------------------------------- /resources/铁栅门僵尸.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/铁栅门僵尸.png -------------------------------------------------------------------------------- /resources/随机豌豆射手.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/随机豌豆射手.png -------------------------------------------------------------------------------- /resources/雪橇车僵尸.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/雪橇车僵尸.png -------------------------------------------------------------------------------- /resources/香蒲.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/香蒲.png -------------------------------------------------------------------------------- /resources/香蕉.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/香蕉.png -------------------------------------------------------------------------------- /resources/高坚果.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/高坚果.png -------------------------------------------------------------------------------- /resources/黑橄榄球僵尸.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/resources/黑橄榄球僵尸.png -------------------------------------------------------------------------------- /scripts/game_config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/game_config.json -------------------------------------------------------------------------------- /scripts/games/传送带测试/game_config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/games/传送带测试/game_config.json -------------------------------------------------------------------------------- /scripts/games/传送带测试/传送带测试(game).py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/games/传送带测试/传送带测试(game).py -------------------------------------------------------------------------------- /scripts/games/传送带测试/预设关卡1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/games/传送带测试/预设关卡1.json -------------------------------------------------------------------------------- /scripts/games/我是僵尸/game_config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/games/我是僵尸/game_config.json -------------------------------------------------------------------------------- /scripts/games/我是僵尸/plant_scripts_I_am_zombie/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/games/我是僵尸/plant_scripts_I_am_zombie/__init__.py -------------------------------------------------------------------------------- /scripts/games/我是僵尸/plant_scripts_I_am_zombie/bullets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/games/我是僵尸/plant_scripts_I_am_zombie/bullets.py -------------------------------------------------------------------------------- /scripts/games/我是僵尸/plant_scripts_I_am_zombie/plant2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/games/我是僵尸/plant_scripts_I_am_zombie/plant2.py -------------------------------------------------------------------------------- /scripts/games/我是僵尸/plant_scripts_I_am_zombie/三线射手.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/games/我是僵尸/plant_scripts_I_am_zombie/三线射手.py -------------------------------------------------------------------------------- /scripts/games/我是僵尸/plant_scripts_I_am_zombie/向日葵.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/games/我是僵尸/plant_scripts_I_am_zombie/向日葵.py -------------------------------------------------------------------------------- /scripts/games/我是僵尸/plant_scripts_I_am_zombie/土豆雷.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/games/我是僵尸/plant_scripts_I_am_zombie/土豆雷.py -------------------------------------------------------------------------------- /scripts/games/我是僵尸/plant_scripts_I_am_zombie/坚果墙.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/games/我是僵尸/plant_scripts_I_am_zombie/坚果墙.py -------------------------------------------------------------------------------- /scripts/games/我是僵尸/plant_scripts_I_am_zombie/大蒜.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/games/我是僵尸/plant_scripts_I_am_zombie/大蒜.py -------------------------------------------------------------------------------- /scripts/games/我是僵尸/plant_scripts_I_am_zombie/寒冰射手.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/games/我是僵尸/plant_scripts_I_am_zombie/寒冰射手.py -------------------------------------------------------------------------------- /scripts/games/我是僵尸/plant_scripts_I_am_zombie/火炬树桩.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/games/我是僵尸/plant_scripts_I_am_zombie/火炬树桩.py -------------------------------------------------------------------------------- /scripts/games/我是僵尸/plant_scripts_I_am_zombie/爆炸坚果.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/games/我是僵尸/plant_scripts_I_am_zombie/爆炸坚果.py -------------------------------------------------------------------------------- /scripts/games/我是僵尸/plant_scripts_I_am_zombie/玉米投手.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/games/我是僵尸/plant_scripts_I_am_zombie/玉米投手.py -------------------------------------------------------------------------------- /scripts/games/我是僵尸/plant_scripts_I_am_zombie/神奇花芽.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/games/我是僵尸/plant_scripts_I_am_zombie/神奇花芽.py -------------------------------------------------------------------------------- /scripts/games/我是僵尸/plant_scripts_I_am_zombie/窝瓜.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/games/我是僵尸/plant_scripts_I_am_zombie/窝瓜.py -------------------------------------------------------------------------------- /scripts/games/我是僵尸/plant_scripts_I_am_zombie/豌豆射手.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/games/我是僵尸/plant_scripts_I_am_zombie/豌豆射手.py -------------------------------------------------------------------------------- /scripts/games/我是僵尸/zombie_scripts_I_am_zombie/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/games/我是僵尸/zombie_scripts_I_am_zombie/__init__.py -------------------------------------------------------------------------------- /scripts/games/我是僵尸/zombie_scripts_I_am_zombie/regular.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/games/我是僵尸/zombie_scripts_I_am_zombie/regular.py -------------------------------------------------------------------------------- /scripts/games/我是僵尸/zombie_scripts_I_am_zombie/zombies2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/games/我是僵尸/zombie_scripts_I_am_zombie/zombies2.py -------------------------------------------------------------------------------- /scripts/games/我是僵尸/zombie_scripts_I_am_zombie/撑杆僵尸.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/games/我是僵尸/zombie_scripts_I_am_zombie/撑杆僵尸.py -------------------------------------------------------------------------------- /scripts/games/我是僵尸/zombie_scripts_I_am_zombie/普通僵尸.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/games/我是僵尸/zombie_scripts_I_am_zombie/普通僵尸.py -------------------------------------------------------------------------------- /scripts/games/我是僵尸/zombie_scripts_I_am_zombie/舞王僵尸.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/games/我是僵尸/zombie_scripts_I_am_zombie/舞王僵尸.py -------------------------------------------------------------------------------- /scripts/games/我是僵尸/zombie_scripts_I_am_zombie/读报僵尸.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/games/我是僵尸/zombie_scripts_I_am_zombie/读报僵尸.py -------------------------------------------------------------------------------- /scripts/games/我是僵尸/zombie_scripts_I_am_zombie/路障僵尸.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/games/我是僵尸/zombie_scripts_I_am_zombie/路障僵尸.py -------------------------------------------------------------------------------- /scripts/games/我是僵尸/zombie_scripts_I_am_zombie/铁桶僵尸.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/games/我是僵尸/zombie_scripts_I_am_zombie/铁桶僵尸.py -------------------------------------------------------------------------------- /scripts/games/我是僵尸/我是僵尸(game).py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/games/我是僵尸/我是僵尸(game).py -------------------------------------------------------------------------------- /scripts/games/我是僵尸/我是僵尸无尽模式(game).py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/games/我是僵尸/我是僵尸无尽模式(game).py -------------------------------------------------------------------------------- /scripts/games/枪林弹雨/game_config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/games/枪林弹雨/game_config.json -------------------------------------------------------------------------------- /scripts/games/枪林弹雨/枪林弹雨(game).py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/games/枪林弹雨/枪林弹雨(game).py -------------------------------------------------------------------------------- /scripts/games/枪林弹雨/枪林弹雨关卡1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/games/枪林弹雨/枪林弹雨关卡1.json -------------------------------------------------------------------------------- /scripts/games/枪林弹雨/豌豆射手_枪林弹雨.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/games/枪林弹雨/豌豆射手_枪林弹雨.py -------------------------------------------------------------------------------- /scripts/games/锤僵尸/game_config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/games/锤僵尸/game_config.json -------------------------------------------------------------------------------- /scripts/games/锤僵尸/锤僵尸(game).py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/games/锤僵尸/锤僵尸(game).py -------------------------------------------------------------------------------- /scripts/games/锤僵尸/锤僵尸简单难度.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/games/锤僵尸/锤僵尸简单难度.json -------------------------------------------------------------------------------- /scripts/plant_scripts/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/plant_scripts/__init__.py -------------------------------------------------------------------------------- /scripts/plant_scripts/bullets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/plant_scripts/bullets.py -------------------------------------------------------------------------------- /scripts/plant_scripts/plant.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/plant_scripts/plant.py -------------------------------------------------------------------------------- /scripts/plant_scripts/三线射手.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/plant_scripts/三线射手.py -------------------------------------------------------------------------------- /scripts/plant_scripts/传送门.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/plant_scripts/传送门.py -------------------------------------------------------------------------------- /scripts/plant_scripts/十字火爆辣椒.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/plant_scripts/十字火爆辣椒.py -------------------------------------------------------------------------------- /scripts/plant_scripts/双发射手.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/plant_scripts/双发射手.py -------------------------------------------------------------------------------- /scripts/plant_scripts/向日葵.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/plant_scripts/向日葵.py -------------------------------------------------------------------------------- /scripts/plant_scripts/土豆雷.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/plant_scripts/土豆雷.py -------------------------------------------------------------------------------- /scripts/plant_scripts/坚果墙.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/plant_scripts/坚果墙.py -------------------------------------------------------------------------------- /scripts/plant_scripts/坚果小队.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/plant_scripts/坚果小队.py -------------------------------------------------------------------------------- /scripts/plant_scripts/大嘴花.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/plant_scripts/大嘴花.py -------------------------------------------------------------------------------- /scripts/plant_scripts/大蒜.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/plant_scripts/大蒜.py -------------------------------------------------------------------------------- /scripts/plant_scripts/寒冰射手.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/plant_scripts/寒冰射手.py -------------------------------------------------------------------------------- /scripts/plant_scripts/机枪射手.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/plant_scripts/机枪射手.py -------------------------------------------------------------------------------- /scripts/plant_scripts/樱桃炸弹.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/plant_scripts/樱桃炸弹.py -------------------------------------------------------------------------------- /scripts/plant_scripts/火炬树桩.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/plant_scripts/火炬树桩.py -------------------------------------------------------------------------------- /scripts/plant_scripts/火爆辣椒.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/plant_scripts/火爆辣椒.py -------------------------------------------------------------------------------- /scripts/plant_scripts/爆炸坚果.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/plant_scripts/爆炸坚果.py -------------------------------------------------------------------------------- /scripts/plant_scripts/玉米投手.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/plant_scripts/玉米投手.py -------------------------------------------------------------------------------- /scripts/plant_scripts/番薯.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/plant_scripts/番薯.py -------------------------------------------------------------------------------- /scripts/plant_scripts/神奇花芽.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/plant_scripts/神奇花芽.py -------------------------------------------------------------------------------- /scripts/plant_scripts/窝瓜.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/plant_scripts/窝瓜.py -------------------------------------------------------------------------------- /scripts/plant_scripts/荷叶.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/plant_scripts/荷叶.py -------------------------------------------------------------------------------- /scripts/plant_scripts/西瓜投手.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/plant_scripts/西瓜投手.py -------------------------------------------------------------------------------- /scripts/plant_scripts/豌豆射手.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/plant_scripts/豌豆射手.py -------------------------------------------------------------------------------- /scripts/plant_scripts/随机豌豆射手.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/plant_scripts/随机豌豆射手.py -------------------------------------------------------------------------------- /scripts/plant_scripts/香蒲.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/plant_scripts/香蒲.py -------------------------------------------------------------------------------- /scripts/plant_scripts/高坚果.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/plant_scripts/高坚果.py -------------------------------------------------------------------------------- /scripts/pvz极简版.pyw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/pvz极简版.pyw -------------------------------------------------------------------------------- /scripts/stages/撑杆测试.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/stages/撑杆测试.json -------------------------------------------------------------------------------- /scripts/stages/水池预设关卡1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/stages/水池预设关卡1.json -------------------------------------------------------------------------------- /scripts/stages/看手速.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/stages/看手速.json -------------------------------------------------------------------------------- /scripts/stages/耐久战.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/stages/耐久战.json -------------------------------------------------------------------------------- /scripts/stages/耐久战升级版.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/stages/耐久战升级版.json -------------------------------------------------------------------------------- /scripts/stages/读报大赛.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/stages/读报大赛.json -------------------------------------------------------------------------------- /scripts/stages/预设关卡1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/stages/预设关卡1.json -------------------------------------------------------------------------------- /scripts/start program.pyw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/start program.pyw -------------------------------------------------------------------------------- /scripts/zombie_scripts/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/zombie_scripts/__init__.py -------------------------------------------------------------------------------- /scripts/zombie_scripts/regular.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/zombie_scripts/regular.py -------------------------------------------------------------------------------- /scripts/zombie_scripts/zombies.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/zombie_scripts/zombies.py -------------------------------------------------------------------------------- /scripts/zombie_scripts/撑杆僵尸.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/zombie_scripts/撑杆僵尸.py -------------------------------------------------------------------------------- /scripts/zombie_scripts/普通僵尸.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/zombie_scripts/普通僵尸.py -------------------------------------------------------------------------------- /scripts/zombie_scripts/舞王僵尸.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/zombie_scripts/舞王僵尸.py -------------------------------------------------------------------------------- /scripts/zombie_scripts/读报僵尸.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/zombie_scripts/读报僵尸.py -------------------------------------------------------------------------------- /scripts/zombie_scripts/路障僵尸.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/zombie_scripts/路障僵尸.py -------------------------------------------------------------------------------- /scripts/zombie_scripts/铁桶僵尸.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/zombie_scripts/铁桶僵尸.py -------------------------------------------------------------------------------- /scripts/图鉴.pyw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rainbow-Dreamer/PVZ_Minimal/HEAD/scripts/图鉴.pyw --------------------------------------------------------------------------------