From 2905db3dce330b0754a56a6a3266ab894b863172 Mon Sep 17 00:00:00 2001 From: Rendo Date: Sat, 19 Jul 2025 20:13:34 +0500 Subject: [PATCH] filesystem rework --- .../animations/plants/aloe.res | Bin .../animations/plants/garlic.res | Bin .../animations/plants/peashooter.res | Bin .../animations/plants/potato_mine.res | Bin .../animations/plants/snowpea.res | Bin .../animations/plants/spikeweed.res | Bin .../animations/plants/sunflower.res | Bin .../animations/plants/wallnut.res | Bin .../animations/zombies/basic.res | Bin .../animations/zombies/basic_zombie.res | Bin .../animations/zombies/basic_zombie_anim.res | Bin .../zombies/basic_zombie_eating.res | Bin .../animations/zombies/basic_zombie_stand.res | Bin .../animations/zombies/basic_zombie_tree.tres | 0 .../animations/zombies/basic_zombie_walk.res | Bin .../animations/zombies/hobo.res | Bin .../animations/zombies/hobo_zombie.res | Bin .../animations/zombies/hobo_zombie.res.depren | Bin 0 -> 5557 bytes .../zombies/hobo_zombie.res1406874708.tmp | Bin .../effects/GarlicEffect.tres | 0 .../effects/NerdusEffect.tres | 0 {resources => assets}/effects/SnowSlow.tres | 0 .../levels/balance_and_spawn_test.tres | 4 +-- .../levels/test_level_for_execution.tres | 10 +++--- {resources => assets}/plants/Aloe.tres | 0 {resources => assets}/plants/Cucumber.tres | 0 {resources => assets}/plants/Garlic.tres | 0 {resources => assets}/plants/Nerdus.tres | 0 {resources => assets}/plants/Peashooter.tres | 0 {resources => assets}/plants/PotatoMine.tres | 0 {resources => assets}/plants/Snowpea.tres | 0 {resources => assets}/plants/Spikeweed.tres | 0 {resources => assets}/plants/Sunflower.tres | 0 {resources => assets}/plants/Threepeater.tres | 0 {resources => assets}/plants/Wallnut.tres | 0 assets/sprites/atlases/zombies/armor.aseprite | Bin 1689 -> 0 bytes .../sprites/atlases/zombies/basic.png.import | 34 ------------------ .../atlases/zombies/basic_fem.png.import | 34 ------------------ .../sprites/atlases/zombies/hobo.png.import | 34 ------------------ .../atlases/zombies/polevaulter.png.import | 34 ------------------ .../atlases/zombies/screendoor.png.import | 34 ------------------ .../atlases/zombies/screendoor_fem.png.import | 34 ------------------ .../sprites/atlases/zombies/Зондби.png.import | 34 ------------------ assets/sprites/bucket1.tres | 2 +- assets/sprites/bucket2.tres | 2 +- assets/sprites/bucket3.tres | 2 +- assets/sprites/cone1.tres | 2 +- assets/sprites/cone2.tres | 2 +- assets/sprites/cone3.tres | 2 +- assets/sprites/garbage_can1.tres | 2 +- assets/sprites/garbage_can2.tres | 2 +- assets/sprites/garbage_can3.tres | 2 +- .../sprites/{atlases => }/zombies/armor.png | Bin .../{atlases => }/zombies/armor.png.import | 6 ++-- .../themes/ChooseYourSeeds.tres | 0 {resources => assets}/themes/GameStyle.tres | 0 {resources => assets}/themes/MainMenu.tres | 0 {resources => assets}/zombies/basic.tres | 0 {resources => assets}/zombies/buckethead.tres | 0 {resources => assets}/zombies/conehead.tres | 0 .../zombies/door_zombie.tres | 0 {resources => assets}/zombies/hobo.tres | 0 docs/ideas/location_ice-extractorium.md | 19 ---------- docs/to-do/codebase.md | 2 -- docs/to-do/levels.md | 1 - docs/to-do/plants.md | 0 docs/to-do/systems.md | 0 docs/to-do/zombies.md | 1 - project.godot | 7 ++-- scenes/entities/Zombies/cone_zombie.tscn | 4 +-- scenes/entities/Zombies/door_zombie.tscn | 10 +++--- scenes/entities/Zombies/hobo.tscn | 14 ++++---- scenes/entities/Zombies/zombie.tscn | 20 +++++------ scenes/entities/plants/aloe.tscn | 4 +-- scenes/entities/plants/cucumber.tscn | 6 ++-- scenes/entities/plants/garlic.tscn | 8 ++--- scenes/entities/plants/nerdus.tscn | 6 ++-- scenes/entities/plants/peashooter.tscn | 10 +++--- scenes/entities/plants/potato_mine.tscn | 6 ++-- scenes/entities/plants/snowpea.tscn | 2 +- scenes/entities/plants/spikeweed.tscn | 6 ++-- scenes/entities/plants/sunflower.tscn | 6 ++-- scenes/entities/plants/threepeater.tscn | 4 +-- scenes/entities/plants/wallnut.tscn | 4 +-- scenes/gui/choose_your_seeds.tscn | 2 +- scenes/gui/level_run_button.tscn | 2 +- scenes/gui/runtime_gui.tscn | 4 +-- scenes/gui/sun_counter.tscn | 2 +- scenes/level_button.tscn | 2 +- scenes/main_menu.tscn | 2 +- scenes/projectiles/pea.tscn | 2 +- scenes/projectiles/snowpea_projectile.tscn | 4 +-- scenes/prototype_survival.tscn | 2 +- scenes/templates/level_template.tscn | 2 +- scenes/templates/plant_template.tscn | 2 +- scripts/{ => entities}/Armor.cs | 0 scripts/{ => entities}/Armor.cs.uid | 0 scripts/{ => entities}/ArmorHPObserver.cs | 0 scripts/{ => entities}/ArmorHPObserver.cs.uid | 0 scripts/{ => entities}/DegradingSprite.cs | 0 scripts/{ => entities}/DegradingSprite.cs.uid | 0 scripts/{ => entities}/Entity.cs | 0 scripts/{ => entities}/Entity.cs.uid | 0 scripts/{ => entities}/EntityHPObserver.cs | 0 .../{ => entities}/EntityHPObserver.cs.uid | 0 scripts/{ => entities}/FlashComponent.cs | 0 scripts/{ => entities}/FlashComponent.cs.uid | 0 scripts/{ => entities}/plants/AreaAttack.cs | 0 .../{ => entities}/plants/AreaAttack.cs.uid | 0 .../plants/ExplosionComponent.cs | 0 .../plants/ExplosionComponent.cs.uid | 0 scripts/{ => entities}/plants/Eyesight.cs | 0 scripts/{ => entities}/plants/Eyesight.cs.uid | 0 scripts/{ => entities}/plants/LoseZone.cs | 0 scripts/{ => entities}/plants/LoseZone.cs.uid | 0 .../plants/NerdusReturnAttack.cs | 0 .../plants/NerdusReturnAttack.cs.uid | 0 .../plants/PlantEyesightLimiter.cs | 0 .../plants/PlantEyesightLimiter.cs.uid | 0 .../{ => entities}/plants/PlantSunSpawner.cs | 0 .../plants/PlantSunSpawner.cs.uid | 0 scripts/{ => entities}/plants/ReturnEffect.cs | 0 .../{ => entities}/plants/ReturnEffect.cs.uid | 0 .../{ => entities}/plants/RuntimePlantData.cs | 0 .../plants/RuntimePlantData.cs.uid | 0 scripts/{ => entities}/plants/Shooter.cs | 0 scripts/{ => entities}/plants/Shooter.cs.uid | 0 .../plants/ThreepeaterShooter.cs | 0 .../plants/ThreepeaterShooter.cs.uid | 0 .../plants/behaviours/AloeBehaviour.cs | 0 .../plants/behaviours/AloeBehaviour.cs.uid | 0 .../plants/behaviours/BaseBehaviour.cs | 0 .../plants/behaviours/BaseBehaviour.cs.uid | 0 .../plants/behaviours/HpBasedBehaviour.cs | 0 .../plants/behaviours/HpBasedBehaviour.cs.uid | 0 .../plants/behaviours/PeashooterBehaviour.cs | 0 .../behaviours/PeashooterBehaviour.cs.uid | 0 .../plants/behaviours/PotatomineBehaviour.cs | 0 .../behaviours/PotatomineBehaviour.cs.uid | 0 .../plants/behaviours/SpikeweedBehaviour.cs | 0 .../behaviours/SpikeweedBehaviour.cs.uid | 0 .../plants/behaviours/SunflowerBehaviour.cs | 0 .../behaviours/SunflowerBehaviour.cs.uid | 0 scripts/{ => entities}/zombies/AudioDamage.cs | 0 .../{ => entities}/zombies/AudioDamage.cs.uid | 0 scripts/{ => entities}/zombies/EatBox.cs | 0 scripts/{ => entities}/zombies/EatBox.cs.uid | 0 .../zombies/RuntimeZombieData.cs | 0 .../zombies/RuntimeZombieData.cs.uid | 0 .../zombies}/ZombieKillHandler.cs | 0 .../zombies}/ZombieKillHandler.cs.uid | 0 scripts/{ => entities}/zombies/ZombieMover.cs | 0 .../{ => entities}/zombies/ZombieMover.cs.uid | 0 .../zombies/behaviours/HoboBehaviour.cs | 0 .../zombies/behaviours/HoboBehaviour.cs.uid | 0 scripts/{ => gui}/LevelButton.cs | 0 scripts/{ => gui}/LevelButton.cs.uid | 0 scripts/{ => gui}/LevelGUIElements.cs | 0 scripts/{ => gui}/LevelGUIElements.cs.uid | 0 scripts/{ => level}/LevelController.cs | 0 scripts/{ => level}/LevelController.cs.uid | 0 .../{ => level}/LevelStateBrainDisabler.cs | 0 .../LevelStateBrainDisabler.cs.uid | 0 scripts/{ => projectiles}/IProjectile.cs | 0 scripts/{ => projectiles}/IProjectile.cs.uid | 0 scripts/{ => projectiles}/LinearProjectile.cs | 0 .../{ => projectiles}/LinearProjectile.cs.uid | 0 scripts/systems/GameRegistry.cs | 4 +-- .../{ => systems}/static-data/FieldParams.cs | 0 .../static-data/FieldParams.cs.uid | 0 .../{ => systems}/static-data/PlayerInfo.cs | 0 .../static-data/PlayerInfo.cs.uid | 0 scripts/{ => systems}/static-data/Settings.cs | 0 .../{ => systems}/static-data/Settings.cs.uid | 0 174 files changed, 93 insertions(+), 353 deletions(-) rename {resources => assets}/animations/plants/aloe.res (100%) rename {resources => assets}/animations/plants/garlic.res (100%) rename {resources => assets}/animations/plants/peashooter.res (100%) rename {resources => assets}/animations/plants/potato_mine.res (100%) rename {resources => assets}/animations/plants/snowpea.res (100%) rename {resources => assets}/animations/plants/spikeweed.res (100%) rename {resources => assets}/animations/plants/sunflower.res (100%) rename {resources => assets}/animations/plants/wallnut.res (100%) rename {resources => assets}/animations/zombies/basic.res (100%) rename {resources => assets}/animations/zombies/basic_zombie.res (100%) rename {resources => assets}/animations/zombies/basic_zombie_anim.res (100%) rename {resources => assets}/animations/zombies/basic_zombie_eating.res (100%) rename {resources => assets}/animations/zombies/basic_zombie_stand.res (100%) rename {resources => assets}/animations/zombies/basic_zombie_tree.tres (100%) rename {resources => assets}/animations/zombies/basic_zombie_walk.res (100%) rename {resources => assets}/animations/zombies/hobo.res (100%) rename {resources => assets}/animations/zombies/hobo_zombie.res (100%) create mode 100644 assets/animations/zombies/hobo_zombie.res.depren rename {resources => assets}/animations/zombies/hobo_zombie.res1406874708.tmp (100%) rename {resources => assets}/effects/GarlicEffect.tres (100%) rename {resources => assets}/effects/NerdusEffect.tres (100%) rename {resources => assets}/effects/SnowSlow.tres (100%) rename {resources => assets}/levels/balance_and_spawn_test.tres (98%) rename {resources => assets}/levels/test_level_for_execution.tres (96%) rename {resources => assets}/plants/Aloe.tres (100%) rename {resources => assets}/plants/Cucumber.tres (100%) rename {resources => assets}/plants/Garlic.tres (100%) rename {resources => assets}/plants/Nerdus.tres (100%) rename {resources => assets}/plants/Peashooter.tres (100%) rename {resources => assets}/plants/PotatoMine.tres (100%) rename {resources => assets}/plants/Snowpea.tres (100%) rename {resources => assets}/plants/Spikeweed.tres (100%) rename {resources => assets}/plants/Sunflower.tres (100%) rename {resources => assets}/plants/Threepeater.tres (100%) rename {resources => assets}/plants/Wallnut.tres (100%) delete mode 100644 assets/sprites/atlases/zombies/armor.aseprite delete mode 100644 assets/sprites/atlases/zombies/basic.png.import delete mode 100644 assets/sprites/atlases/zombies/basic_fem.png.import delete mode 100644 assets/sprites/atlases/zombies/hobo.png.import delete mode 100644 assets/sprites/atlases/zombies/polevaulter.png.import delete mode 100644 assets/sprites/atlases/zombies/screendoor.png.import delete mode 100644 assets/sprites/atlases/zombies/screendoor_fem.png.import delete mode 100644 assets/sprites/atlases/zombies/Зондби.png.import rename assets/sprites/{atlases => }/zombies/armor.png (100%) rename assets/sprites/{atlases => }/zombies/armor.png.import (71%) rename {resources => assets}/themes/ChooseYourSeeds.tres (100%) rename {resources => assets}/themes/GameStyle.tres (100%) rename {resources => assets}/themes/MainMenu.tres (100%) rename {resources => assets}/zombies/basic.tres (100%) rename {resources => assets}/zombies/buckethead.tres (100%) rename {resources => assets}/zombies/conehead.tres (100%) rename {resources => assets}/zombies/door_zombie.tres (100%) rename {resources => assets}/zombies/hobo.tres (100%) delete mode 100644 docs/ideas/location_ice-extractorium.md delete mode 100644 docs/to-do/codebase.md delete mode 100644 docs/to-do/levels.md delete mode 100644 docs/to-do/plants.md delete mode 100644 docs/to-do/systems.md delete mode 100644 docs/to-do/zombies.md rename scripts/{ => entities}/Armor.cs (100%) rename scripts/{ => entities}/Armor.cs.uid (100%) rename scripts/{ => entities}/ArmorHPObserver.cs (100%) rename scripts/{ => entities}/ArmorHPObserver.cs.uid (100%) rename scripts/{ => entities}/DegradingSprite.cs (100%) rename scripts/{ => entities}/DegradingSprite.cs.uid (100%) rename scripts/{ => entities}/Entity.cs (100%) rename scripts/{ => entities}/Entity.cs.uid (100%) rename scripts/{ => entities}/EntityHPObserver.cs (100%) rename scripts/{ => entities}/EntityHPObserver.cs.uid (100%) rename scripts/{ => entities}/FlashComponent.cs (100%) rename scripts/{ => entities}/FlashComponent.cs.uid (100%) rename scripts/{ => entities}/plants/AreaAttack.cs (100%) rename scripts/{ => entities}/plants/AreaAttack.cs.uid (100%) rename scripts/{ => entities}/plants/ExplosionComponent.cs (100%) rename scripts/{ => entities}/plants/ExplosionComponent.cs.uid (100%) rename scripts/{ => entities}/plants/Eyesight.cs (100%) rename scripts/{ => entities}/plants/Eyesight.cs.uid (100%) rename scripts/{ => entities}/plants/LoseZone.cs (100%) rename scripts/{ => entities}/plants/LoseZone.cs.uid (100%) rename scripts/{ => entities}/plants/NerdusReturnAttack.cs (100%) rename scripts/{ => entities}/plants/NerdusReturnAttack.cs.uid (100%) rename scripts/{ => entities}/plants/PlantEyesightLimiter.cs (100%) rename scripts/{ => entities}/plants/PlantEyesightLimiter.cs.uid (100%) rename scripts/{ => entities}/plants/PlantSunSpawner.cs (100%) rename scripts/{ => entities}/plants/PlantSunSpawner.cs.uid (100%) rename scripts/{ => entities}/plants/ReturnEffect.cs (100%) rename scripts/{ => entities}/plants/ReturnEffect.cs.uid (100%) rename scripts/{ => entities}/plants/RuntimePlantData.cs (100%) rename scripts/{ => entities}/plants/RuntimePlantData.cs.uid (100%) rename scripts/{ => entities}/plants/Shooter.cs (100%) rename scripts/{ => entities}/plants/Shooter.cs.uid (100%) rename scripts/{ => entities}/plants/ThreepeaterShooter.cs (100%) rename scripts/{ => entities}/plants/ThreepeaterShooter.cs.uid (100%) rename scripts/{ => entities}/plants/behaviours/AloeBehaviour.cs (100%) rename scripts/{ => entities}/plants/behaviours/AloeBehaviour.cs.uid (100%) rename scripts/{ => entities}/plants/behaviours/BaseBehaviour.cs (100%) rename scripts/{ => entities}/plants/behaviours/BaseBehaviour.cs.uid (100%) rename scripts/{ => entities}/plants/behaviours/HpBasedBehaviour.cs (100%) rename scripts/{ => entities}/plants/behaviours/HpBasedBehaviour.cs.uid (100%) rename scripts/{ => entities}/plants/behaviours/PeashooterBehaviour.cs (100%) rename scripts/{ => entities}/plants/behaviours/PeashooterBehaviour.cs.uid (100%) rename scripts/{ => entities}/plants/behaviours/PotatomineBehaviour.cs (100%) rename scripts/{ => entities}/plants/behaviours/PotatomineBehaviour.cs.uid (100%) rename scripts/{ => entities}/plants/behaviours/SpikeweedBehaviour.cs (100%) rename scripts/{ => entities}/plants/behaviours/SpikeweedBehaviour.cs.uid (100%) rename scripts/{ => entities}/plants/behaviours/SunflowerBehaviour.cs (100%) rename scripts/{ => entities}/plants/behaviours/SunflowerBehaviour.cs.uid (100%) rename scripts/{ => entities}/zombies/AudioDamage.cs (100%) rename scripts/{ => entities}/zombies/AudioDamage.cs.uid (100%) rename scripts/{ => entities}/zombies/EatBox.cs (100%) rename scripts/{ => entities}/zombies/EatBox.cs.uid (100%) rename scripts/{ => entities}/zombies/RuntimeZombieData.cs (100%) rename scripts/{ => entities}/zombies/RuntimeZombieData.cs.uid (100%) rename scripts/{ => entities/zombies}/ZombieKillHandler.cs (100%) rename scripts/{ => entities/zombies}/ZombieKillHandler.cs.uid (100%) rename scripts/{ => entities}/zombies/ZombieMover.cs (100%) rename scripts/{ => entities}/zombies/ZombieMover.cs.uid (100%) rename scripts/{ => entities}/zombies/behaviours/HoboBehaviour.cs (100%) rename scripts/{ => entities}/zombies/behaviours/HoboBehaviour.cs.uid (100%) rename scripts/{ => gui}/LevelButton.cs (100%) rename scripts/{ => gui}/LevelButton.cs.uid (100%) rename scripts/{ => gui}/LevelGUIElements.cs (100%) rename scripts/{ => gui}/LevelGUIElements.cs.uid (100%) rename scripts/{ => level}/LevelController.cs (100%) rename scripts/{ => level}/LevelController.cs.uid (100%) rename scripts/{ => level}/LevelStateBrainDisabler.cs (100%) rename scripts/{ => level}/LevelStateBrainDisabler.cs.uid (100%) rename scripts/{ => projectiles}/IProjectile.cs (100%) rename scripts/{ => projectiles}/IProjectile.cs.uid (100%) rename scripts/{ => projectiles}/LinearProjectile.cs (100%) rename scripts/{ => projectiles}/LinearProjectile.cs.uid (100%) rename scripts/{ => systems}/static-data/FieldParams.cs (100%) rename scripts/{ => systems}/static-data/FieldParams.cs.uid (100%) rename scripts/{ => systems}/static-data/PlayerInfo.cs (100%) rename scripts/{ => systems}/static-data/PlayerInfo.cs.uid (100%) rename scripts/{ => systems}/static-data/Settings.cs (100%) rename scripts/{ => systems}/static-data/Settings.cs.uid (100%) diff --git a/resources/animations/plants/aloe.res b/assets/animations/plants/aloe.res similarity index 100% rename from resources/animations/plants/aloe.res rename to assets/animations/plants/aloe.res diff --git a/resources/animations/plants/garlic.res b/assets/animations/plants/garlic.res similarity index 100% rename from resources/animations/plants/garlic.res rename to assets/animations/plants/garlic.res diff --git a/resources/animations/plants/peashooter.res b/assets/animations/plants/peashooter.res similarity index 100% rename from resources/animations/plants/peashooter.res rename to assets/animations/plants/peashooter.res diff --git a/resources/animations/plants/potato_mine.res b/assets/animations/plants/potato_mine.res similarity index 100% rename from resources/animations/plants/potato_mine.res rename to assets/animations/plants/potato_mine.res diff --git a/resources/animations/plants/snowpea.res b/assets/animations/plants/snowpea.res similarity index 100% rename from resources/animations/plants/snowpea.res rename to assets/animations/plants/snowpea.res diff --git a/resources/animations/plants/spikeweed.res b/assets/animations/plants/spikeweed.res similarity index 100% rename from resources/animations/plants/spikeweed.res rename to assets/animations/plants/spikeweed.res diff --git a/resources/animations/plants/sunflower.res b/assets/animations/plants/sunflower.res similarity index 100% rename from resources/animations/plants/sunflower.res rename to assets/animations/plants/sunflower.res diff --git a/resources/animations/plants/wallnut.res b/assets/animations/plants/wallnut.res similarity index 100% rename from resources/animations/plants/wallnut.res rename to assets/animations/plants/wallnut.res diff --git a/resources/animations/zombies/basic.res b/assets/animations/zombies/basic.res similarity index 100% rename from resources/animations/zombies/basic.res rename to assets/animations/zombies/basic.res diff --git a/resources/animations/zombies/basic_zombie.res b/assets/animations/zombies/basic_zombie.res similarity index 100% rename from resources/animations/zombies/basic_zombie.res rename to assets/animations/zombies/basic_zombie.res diff --git a/resources/animations/zombies/basic_zombie_anim.res b/assets/animations/zombies/basic_zombie_anim.res similarity index 100% rename from resources/animations/zombies/basic_zombie_anim.res rename to assets/animations/zombies/basic_zombie_anim.res diff --git a/resources/animations/zombies/basic_zombie_eating.res b/assets/animations/zombies/basic_zombie_eating.res similarity index 100% rename from resources/animations/zombies/basic_zombie_eating.res rename to assets/animations/zombies/basic_zombie_eating.res diff --git a/resources/animations/zombies/basic_zombie_stand.res b/assets/animations/zombies/basic_zombie_stand.res similarity index 100% rename from resources/animations/zombies/basic_zombie_stand.res rename to assets/animations/zombies/basic_zombie_stand.res diff --git a/resources/animations/zombies/basic_zombie_tree.tres b/assets/animations/zombies/basic_zombie_tree.tres similarity index 100% rename from resources/animations/zombies/basic_zombie_tree.tres rename to assets/animations/zombies/basic_zombie_tree.tres diff --git a/resources/animations/zombies/basic_zombie_walk.res b/assets/animations/zombies/basic_zombie_walk.res similarity index 100% rename from resources/animations/zombies/basic_zombie_walk.res rename to assets/animations/zombies/basic_zombie_walk.res diff --git a/resources/animations/zombies/hobo.res b/assets/animations/zombies/hobo.res similarity index 100% rename from resources/animations/zombies/hobo.res rename to assets/animations/zombies/hobo.res diff --git a/resources/animations/zombies/hobo_zombie.res b/assets/animations/zombies/hobo_zombie.res similarity index 100% rename from resources/animations/zombies/hobo_zombie.res rename to assets/animations/zombies/hobo_zombie.res diff --git a/assets/animations/zombies/hobo_zombie.res.depren b/assets/animations/zombies/hobo_zombie.res.depren new file mode 100644 index 0000000000000000000000000000000000000000..842fa343389f635ccb68162e5d8a7b0f215f5c0b GIT binary patch literal 5557 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 UGRMdIo%(N51B9571G``U0~-_lt^fc4 diff --git a/assets/sprites/atlases/zombies/basic.png.import b/assets/sprites/atlases/zombies/basic.png.import deleted file mode 100644 index 0961ce4..0000000 --- a/assets/sprites/atlases/zombies/basic.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cmxh4w4gkgdjm" -path="res://.godot/imported/basic.png-6d11a963868a5f527d4b4e56da4660f0.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://assets/sprites/atlases/zombies/basic.png" -dest_files=["res://.godot/imported/basic.png-6d11a963868a5f527d4b4e56da4660f0.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/assets/sprites/atlases/zombies/basic_fem.png.import b/assets/sprites/atlases/zombies/basic_fem.png.import deleted file mode 100644 index e4c0364..0000000 --- a/assets/sprites/atlases/zombies/basic_fem.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://ca1m55xpsxa37" -path="res://.godot/imported/basic_fem.png-6547f99bebbd8ad1bfe017dfea81a7c3.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://assets/sprites/atlases/zombies/basic_fem.png" -dest_files=["res://.godot/imported/basic_fem.png-6547f99bebbd8ad1bfe017dfea81a7c3.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/assets/sprites/atlases/zombies/hobo.png.import b/assets/sprites/atlases/zombies/hobo.png.import deleted file mode 100644 index 2d6fb1f..0000000 --- a/assets/sprites/atlases/zombies/hobo.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cse1504ao4g8e" -path="res://.godot/imported/hobo.png-6599e5c261acaf6a231cf3ec8485b2c7.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://assets/sprites/atlases/zombies/hobo.png" -dest_files=["res://.godot/imported/hobo.png-6599e5c261acaf6a231cf3ec8485b2c7.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/assets/sprites/atlases/zombies/polevaulter.png.import b/assets/sprites/atlases/zombies/polevaulter.png.import deleted file mode 100644 index f617955..0000000 --- a/assets/sprites/atlases/zombies/polevaulter.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bgrxwjau6q8dk" -path="res://.godot/imported/polevaulter.png-1291a1b5515a86c52c2ee0c1e6d5ad84.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://assets/sprites/atlases/zombies/polevaulter.png" -dest_files=["res://.godot/imported/polevaulter.png-1291a1b5515a86c52c2ee0c1e6d5ad84.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/assets/sprites/atlases/zombies/screendoor.png.import b/assets/sprites/atlases/zombies/screendoor.png.import deleted file mode 100644 index 8631b47..0000000 --- a/assets/sprites/atlases/zombies/screendoor.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cshqt8tkhanck" -path="res://.godot/imported/screendoor.png-c0d906cd0a2802fb3b53d5c29f74464c.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://assets/sprites/atlases/zombies/screendoor.png" -dest_files=["res://.godot/imported/screendoor.png-c0d906cd0a2802fb3b53d5c29f74464c.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/assets/sprites/atlases/zombies/screendoor_fem.png.import b/assets/sprites/atlases/zombies/screendoor_fem.png.import deleted file mode 100644 index 1741cd2..0000000 --- a/assets/sprites/atlases/zombies/screendoor_fem.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bv22xwhan68bp" -path="res://.godot/imported/screendoor_fem.png-5498e0f8d3b1caab7f2b98b6262ef4ed.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://assets/sprites/atlases/zombies/screendoor_fem.png" -dest_files=["res://.godot/imported/screendoor_fem.png-5498e0f8d3b1caab7f2b98b6262ef4ed.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/assets/sprites/atlases/zombies/Зондби.png.import b/assets/sprites/atlases/zombies/Зондби.png.import deleted file mode 100644 index 05afca0..0000000 --- a/assets/sprites/atlases/zombies/Зондби.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bwdqbrnn7ygtr" -path="res://.godot/imported/Зондби.png-b25839af64922d5864eea6243559f2fc.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://assets/sprites/atlases/zombies/Зондби.png" -dest_files=["res://.godot/imported/Зондби.png-b25839af64922d5864eea6243559f2fc.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/assets/sprites/bucket1.tres b/assets/sprites/bucket1.tres index 8d35795..59b45ad 100644 --- a/assets/sprites/bucket1.tres +++ b/assets/sprites/bucket1.tres @@ -1,6 +1,6 @@ [gd_resource type="AtlasTexture" load_steps=2 format=3 uid="uid://ce04l60l6mhfk"] -[ext_resource type="Texture2D" uid="uid://b18blso5pbc6a" path="res://assets/sprites/atlases/zombies/armor.png" id="1_drgch"] +[ext_resource type="Texture2D" uid="uid://b18blso5pbc6a" path="res://assets/sprites/zombies/armor.png" id="1_drgch"] [resource] atlas = ExtResource("1_drgch") diff --git a/assets/sprites/bucket2.tres b/assets/sprites/bucket2.tres index b48df74..8a88913 100644 --- a/assets/sprites/bucket2.tres +++ b/assets/sprites/bucket2.tres @@ -1,6 +1,6 @@ [gd_resource type="AtlasTexture" load_steps=2 format=3 uid="uid://ikk4jp7mvm3s"] -[ext_resource type="Texture2D" uid="uid://b18blso5pbc6a" path="res://assets/sprites/atlases/zombies/armor.png" id="1_l2quk"] +[ext_resource type="Texture2D" uid="uid://b18blso5pbc6a" path="res://assets/sprites/zombies/armor.png" id="1_l2quk"] [resource] atlas = ExtResource("1_l2quk") diff --git a/assets/sprites/bucket3.tres b/assets/sprites/bucket3.tres index e360d8c..9acb4a1 100644 --- a/assets/sprites/bucket3.tres +++ b/assets/sprites/bucket3.tres @@ -1,6 +1,6 @@ [gd_resource type="AtlasTexture" load_steps=2 format=3 uid="uid://cmmpfi8ug43l2"] -[ext_resource type="Texture2D" uid="uid://b18blso5pbc6a" path="res://assets/sprites/atlases/zombies/armor.png" id="1_n3lqc"] +[ext_resource type="Texture2D" uid="uid://b18blso5pbc6a" path="res://assets/sprites/zombies/armor.png" id="1_n3lqc"] [resource] atlas = ExtResource("1_n3lqc") diff --git a/assets/sprites/cone1.tres b/assets/sprites/cone1.tres index 418370c..dc68fbe 100644 --- a/assets/sprites/cone1.tres +++ b/assets/sprites/cone1.tres @@ -1,6 +1,6 @@ [gd_resource type="AtlasTexture" load_steps=2 format=3 uid="uid://ceqvdmude7cgg"] -[ext_resource type="Texture2D" uid="uid://b18blso5pbc6a" path="res://assets/sprites/atlases/zombies/armor.png" id="1_k5duo"] +[ext_resource type="Texture2D" uid="uid://b18blso5pbc6a" path="res://assets/sprites/zombies/armor.png" id="1_k5duo"] [resource] atlas = ExtResource("1_k5duo") diff --git a/assets/sprites/cone2.tres b/assets/sprites/cone2.tres index 04f93eb..4827c31 100644 --- a/assets/sprites/cone2.tres +++ b/assets/sprites/cone2.tres @@ -1,6 +1,6 @@ [gd_resource type="AtlasTexture" load_steps=2 format=3 uid="uid://cl5ekw72wi75c"] -[ext_resource type="Texture2D" uid="uid://b18blso5pbc6a" path="res://assets/sprites/atlases/zombies/armor.png" id="1_au0m1"] +[ext_resource type="Texture2D" uid="uid://b18blso5pbc6a" path="res://assets/sprites/zombies/armor.png" id="1_au0m1"] [resource] atlas = ExtResource("1_au0m1") diff --git a/assets/sprites/cone3.tres b/assets/sprites/cone3.tres index 16d85ac..e265c1c 100644 --- a/assets/sprites/cone3.tres +++ b/assets/sprites/cone3.tres @@ -1,6 +1,6 @@ [gd_resource type="AtlasTexture" load_steps=2 format=3 uid="uid://cnn81r1y0xwod"] -[ext_resource type="Texture2D" uid="uid://b18blso5pbc6a" path="res://assets/sprites/atlases/zombies/armor.png" id="1_rrcfd"] +[ext_resource type="Texture2D" uid="uid://b18blso5pbc6a" path="res://assets/sprites/zombies/armor.png" id="1_rrcfd"] [resource] atlas = ExtResource("1_rrcfd") diff --git a/assets/sprites/garbage_can1.tres b/assets/sprites/garbage_can1.tres index 97c7d1a..af5d461 100644 --- a/assets/sprites/garbage_can1.tres +++ b/assets/sprites/garbage_can1.tres @@ -1,6 +1,6 @@ [gd_resource type="AtlasTexture" load_steps=2 format=3 uid="uid://8h5vg1pk32b2"] -[ext_resource type="Texture2D" uid="uid://b18blso5pbc6a" path="res://assets/sprites/atlases/zombies/armor.png" id="1_tej33"] +[ext_resource type="Texture2D" uid="uid://b18blso5pbc6a" path="res://assets/sprites/zombies/armor.png" id="1_tej33"] [resource] atlas = ExtResource("1_tej33") diff --git a/assets/sprites/garbage_can2.tres b/assets/sprites/garbage_can2.tres index f050f93..6056796 100644 --- a/assets/sprites/garbage_can2.tres +++ b/assets/sprites/garbage_can2.tres @@ -1,6 +1,6 @@ [gd_resource type="AtlasTexture" load_steps=2 format=3 uid="uid://cogfbn4re3kob"] -[ext_resource type="Texture2D" uid="uid://b18blso5pbc6a" path="res://assets/sprites/atlases/zombies/armor.png" id="1_17vg1"] +[ext_resource type="Texture2D" uid="uid://b18blso5pbc6a" path="res://assets/sprites/zombies/armor.png" id="1_17vg1"] [resource] atlas = ExtResource("1_17vg1") diff --git a/assets/sprites/garbage_can3.tres b/assets/sprites/garbage_can3.tres index 1a1b615..bbb0475 100644 --- a/assets/sprites/garbage_can3.tres +++ b/assets/sprites/garbage_can3.tres @@ -1,6 +1,6 @@ [gd_resource type="AtlasTexture" load_steps=2 format=3 uid="uid://n2j2k2aijr7j"] -[ext_resource type="Texture2D" uid="uid://b18blso5pbc6a" path="res://assets/sprites/atlases/zombies/armor.png" id="1_2j3ye"] +[ext_resource type="Texture2D" uid="uid://b18blso5pbc6a" path="res://assets/sprites/zombies/armor.png" id="1_2j3ye"] [resource] atlas = ExtResource("1_2j3ye") diff --git a/assets/sprites/atlases/zombies/armor.png b/assets/sprites/zombies/armor.png similarity index 100% rename from assets/sprites/atlases/zombies/armor.png rename to assets/sprites/zombies/armor.png diff --git a/assets/sprites/atlases/zombies/armor.png.import b/assets/sprites/zombies/armor.png.import similarity index 71% rename from assets/sprites/atlases/zombies/armor.png.import rename to assets/sprites/zombies/armor.png.import index cadb905..03332d8 100644 --- a/assets/sprites/atlases/zombies/armor.png.import +++ b/assets/sprites/zombies/armor.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://b18blso5pbc6a" -path="res://.godot/imported/armor.png-18d1dee9d58098145c2a15ea84198bc9.ctex" +path="res://.godot/imported/armor.png-202dadab8385ded6ae4a287a397444dc.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/sprites/atlases/zombies/armor.png" -dest_files=["res://.godot/imported/armor.png-18d1dee9d58098145c2a15ea84198bc9.ctex"] +source_file="res://assets/sprites/zombies/armor.png" +dest_files=["res://.godot/imported/armor.png-202dadab8385ded6ae4a287a397444dc.ctex"] [params] diff --git a/resources/themes/ChooseYourSeeds.tres b/assets/themes/ChooseYourSeeds.tres similarity index 100% rename from resources/themes/ChooseYourSeeds.tres rename to assets/themes/ChooseYourSeeds.tres diff --git a/resources/themes/GameStyle.tres b/assets/themes/GameStyle.tres similarity index 100% rename from resources/themes/GameStyle.tres rename to assets/themes/GameStyle.tres diff --git a/resources/themes/MainMenu.tres b/assets/themes/MainMenu.tres similarity index 100% rename from resources/themes/MainMenu.tres rename to assets/themes/MainMenu.tres diff --git a/resources/zombies/basic.tres b/assets/zombies/basic.tres similarity index 100% rename from resources/zombies/basic.tres rename to assets/zombies/basic.tres diff --git a/resources/zombies/buckethead.tres b/assets/zombies/buckethead.tres similarity index 100% rename from resources/zombies/buckethead.tres rename to assets/zombies/buckethead.tres diff --git a/resources/zombies/conehead.tres b/assets/zombies/conehead.tres similarity index 100% rename from resources/zombies/conehead.tres rename to assets/zombies/conehead.tres diff --git a/resources/zombies/door_zombie.tres b/assets/zombies/door_zombie.tres similarity index 100% rename from resources/zombies/door_zombie.tres rename to assets/zombies/door_zombie.tres diff --git a/resources/zombies/hobo.tres b/assets/zombies/hobo.tres similarity index 100% rename from resources/zombies/hobo.tres rename to assets/zombies/hobo.tres diff --git a/docs/ideas/location_ice-extractorium.md b/docs/ideas/location_ice-extractorium.md deleted file mode 100644 index a9ced14..0000000 --- a/docs/ideas/location_ice-extractorium.md +++ /dev/null @@ -1,19 +0,0 @@ -# Локации/Экстракторий льда - -Экстракторий это снежная база Эдгара Зомбосса. Машины и зомби трудятся не покладая рук, чтобы добывать для него снег и лёд. - -## Ключевые особенности - -- Поле располагается под углом -- Промёрзшая почва не даёт обычным расениям вцепится корнями, заставляя их скользить по поверхности. Зомби могут это использовать в свою пользу. -- Вместо защиты отыгрывается нападение. Игроку требуется уничтожить все ледовые экстракторы. Игроки всё ещё могут потерять мозги. -- Игрок находится на передвижной базе. (Не влияет на геймплей) -- Растения может засыпать снегом. - -## Растения - -- Самопалка - -## Зомби - -## Уровни diff --git a/docs/to-do/codebase.md b/docs/to-do/codebase.md deleted file mode 100644 index db033a1..0000000 --- a/docs/to-do/codebase.md +++ /dev/null @@ -1,2 +0,0 @@ -- level scripting -- !NEVER REMOVE! Documentate \ No newline at end of file diff --git a/docs/to-do/levels.md b/docs/to-do/levels.md deleted file mode 100644 index 9fe5992..0000000 --- a/docs/to-do/levels.md +++ /dev/null @@ -1 +0,0 @@ -# Level diff --git a/docs/to-do/plants.md b/docs/to-do/plants.md deleted file mode 100644 index e69de29..0000000 diff --git a/docs/to-do/systems.md b/docs/to-do/systems.md deleted file mode 100644 index e69de29..0000000 diff --git a/docs/to-do/zombies.md b/docs/to-do/zombies.md deleted file mode 100644 index b822d8c..0000000 --- a/docs/to-do/zombies.md +++ /dev/null @@ -1 +0,0 @@ -# bebra \ No newline at end of file diff --git a/project.godot b/project.godot index c8d0ffe..52b0f34 100644 --- a/project.godot +++ b/project.godot @@ -24,7 +24,7 @@ config/windows_native_icon="res://icon.ico" [autoload] -LevelController="*res://scripts/LevelController.cs" +LevelController="*res://scripts/level/LevelController.cs" Cursor="*res://scripts/Cursor.cs" GameRegistry="*res://scripts/systems/GameRegistry.cs" Cheats="res://scripts/debug/Cheats.cs" @@ -48,8 +48,9 @@ enabled=PackedStringArray("res://addons/floatmodifiers/plugin.cfg", "res://addon [file_customization] folder_colors={ +"res://assets/levels/": "purple", +"res://assets/plants/": "green", "res://assets/sprites/atlases/plants/": "green", -"res://resources/plants/": "green", "res://scenes/": "red", "res://scenes/entities/plants/": "green", "res://scripts/": "blue" @@ -61,7 +62,7 @@ import/blender/enabled=false [gui] -theme/custom="res://resources/themes/GameStyle.tres" +theme/custom="res://assets/themes/GameStyle.tres" theme/custom_font="res://assets/fonts/pico12.ttf" [input] diff --git a/scenes/entities/Zombies/cone_zombie.tscn b/scenes/entities/Zombies/cone_zombie.tscn index 826ce74..af65b62 100644 --- a/scenes/entities/Zombies/cone_zombie.tscn +++ b/scenes/entities/Zombies/cone_zombie.tscn @@ -2,11 +2,11 @@ [ext_resource type="PackedScene" uid="uid://co11v3w8hbwgf" path="res://scenes/entities/Zombies/zombie.tscn" id="1_3dq4c"] [ext_resource type="Shader" uid="uid://d0eo5uuj222c4" path="res://assets/shaders/CG_color_blender.gdshader" id="2_2dq8e"] -[ext_resource type="Script" uid="uid://fd4im1fmwc5n" path="res://scripts/Armor.cs" id="3_5s7in"] +[ext_resource type="Script" uid="uid://fd4im1fmwc5n" path="res://scripts/entities/Armor.cs" id="3_5s7in"] [ext_resource type="Script" uid="uid://dt5uj25u0g6y3" path="res://scripts/particles/FallParticle.cs" id="3_w70im"] [ext_resource type="Texture2D" uid="uid://ceqvdmude7cgg" path="res://assets/sprites/cone1.tres" id="4_qdhik"] [ext_resource type="Script" uid="uid://c3cfnrmnnuqms" path="res://addons/floatmodifiers/FloatModifiers.cs" id="4_qof5v"] -[ext_resource type="Script" uid="uid://bbw848msxb4re" path="res://scripts/DegradingSprite.cs" id="5_ickyd"] +[ext_resource type="Script" uid="uid://bbw848msxb4re" path="res://scripts/entities/DegradingSprite.cs" id="5_ickyd"] [ext_resource type="Texture2D" uid="uid://cl5ekw72wi75c" path="res://assets/sprites/cone2.tres" id="6_b6mal"] [ext_resource type="AudioStream" uid="uid://bmupd3v3gvsca" path="res://assets/audio/sfx/plastichit_generic.tres" id="7_0amn8"] [ext_resource type="Texture2D" uid="uid://cnn81r1y0xwod" path="res://assets/sprites/cone3.tres" id="7_011r0"] diff --git a/scenes/entities/Zombies/door_zombie.tscn b/scenes/entities/Zombies/door_zombie.tscn index 0843da6..ace74c3 100644 --- a/scenes/entities/Zombies/door_zombie.tscn +++ b/scenes/entities/Zombies/door_zombie.tscn @@ -2,14 +2,14 @@ [ext_resource type="PackedScene" uid="uid://co11v3w8hbwgf" path="res://scenes/entities/Zombies/zombie.tscn" id="1_k7yv2"] [ext_resource type="Shader" uid="uid://d0eo5uuj222c4" path="res://assets/shaders/CG_color_blender.gdshader" id="2_g7fge"] -[ext_resource type="Script" uid="uid://dildme6epx8l4" path="res://scripts/zombies/RuntimeZombieData.cs" id="2_uhol2"] +[ext_resource type="Script" uid="uid://dildme6epx8l4" path="res://scripts/entities/zombies/RuntimeZombieData.cs" id="2_uhol2"] [ext_resource type="Script" uid="uid://c3cfnrmnnuqms" path="res://addons/floatmodifiers/FloatModifiers.cs" id="3_uvlkc"] -[ext_resource type="Texture2D" uid="uid://b18blso5pbc6a" path="res://assets/sprites/atlases/zombies/armor.png" id="4_ed67f"] +[ext_resource type="Texture2D" uid="uid://b18blso5pbc6a" path="res://assets/sprites/zombies/armor.png" id="4_ed67f"] [ext_resource type="Script" uid="uid://dt5uj25u0g6y3" path="res://scripts/particles/FallParticle.cs" id="4_woxi6"] -[ext_resource type="Script" uid="uid://fd4im1fmwc5n" path="res://scripts/Armor.cs" id="5_ed67f"] -[ext_resource type="Script" uid="uid://bbw848msxb4re" path="res://scripts/DegradingSprite.cs" id="6_woxi6"] +[ext_resource type="Script" uid="uid://fd4im1fmwc5n" path="res://scripts/entities/Armor.cs" id="5_ed67f"] +[ext_resource type="Script" uid="uid://bbw848msxb4re" path="res://scripts/entities/DegradingSprite.cs" id="6_woxi6"] [ext_resource type="Script" uid="uid://c36bj8u7jghc7" path="res://scripts/audio/ChannelPlayer.cs" id="7_tj3uj"] -[ext_resource type="Script" uid="uid://d3l8e8ko5r5i3" path="res://scripts/ArmorHPObserver.cs" id="7_uhol2"] +[ext_resource type="Script" uid="uid://d3l8e8ko5r5i3" path="res://scripts/entities/ArmorHPObserver.cs" id="7_uhol2"] [ext_resource type="AudioStream" uid="uid://bu1egfsyplpx4" path="res://assets/audio/sfx/metalhit_generic.tres" id="8_uhol2"] [sub_resource type="RectangleShape2D" id="RectangleShape2D_ed67f"] diff --git a/scenes/entities/Zombies/hobo.tscn b/scenes/entities/Zombies/hobo.tscn index 7dfe83a..edcd482 100644 --- a/scenes/entities/Zombies/hobo.tscn +++ b/scenes/entities/Zombies/hobo.tscn @@ -3,22 +3,22 @@ [ext_resource type="PackedScene" uid="uid://co11v3w8hbwgf" path="res://scenes/entities/Zombies/zombie.tscn" id="1_fnu7s"] [ext_resource type="Shader" uid="uid://d0eo5uuj222c4" path="res://assets/shaders/CG_color_blender.gdshader" id="2_6qr4h"] [ext_resource type="Script" uid="uid://bcc7skl7ts6sh" path="res://scripts/systems/effects/Effect.cs" id="2_vn3j1"] -[ext_resource type="Resource" uid="uid://dsg1vjx76ifgu" path="res://resources/effects/GarlicEffect.tres" id="3_b583s"] +[ext_resource type="Resource" uid="uid://dsg1vjx76ifgu" path="res://assets/effects/GarlicEffect.tres" id="3_b583s"] [ext_resource type="Script" uid="uid://dt5uj25u0g6y3" path="res://scripts/particles/FallParticle.cs" id="3_tu6af"] -[ext_resource type="Script" uid="uid://c5v2og85t7s6j" path="res://scripts/zombies/behaviours/HoboBehaviour.cs" id="4_5selg"] +[ext_resource type="Script" uid="uid://c5v2og85t7s6j" path="res://scripts/entities/zombies/behaviours/HoboBehaviour.cs" id="4_5selg"] [ext_resource type="Script" uid="uid://c3cfnrmnnuqms" path="res://addons/floatmodifiers/FloatModifiers.cs" id="4_c1y3b"] -[ext_resource type="Script" uid="uid://fd4im1fmwc5n" path="res://scripts/Armor.cs" id="4_w8pya"] +[ext_resource type="Script" uid="uid://fd4im1fmwc5n" path="res://scripts/entities/Armor.cs" id="4_w8pya"] [ext_resource type="Texture2D" uid="uid://dri70dxyks7xh" path="res://assets/sprites/zombies/hobo.png" id="5_b583s"] -[ext_resource type="Script" uid="uid://bbw848msxb4re" path="res://scripts/DegradingSprite.cs" id="5_ndwp0"] +[ext_resource type="Script" uid="uid://bbw848msxb4re" path="res://scripts/entities/DegradingSprite.cs" id="5_ndwp0"] [ext_resource type="Texture2D" uid="uid://8h5vg1pk32b2" path="res://assets/sprites/garbage_can1.tres" id="6_i6nje"] [ext_resource type="Texture2D" uid="uid://cogfbn4re3kob" path="res://assets/sprites/garbage_can2.tres" id="7_txjqc"] -[ext_resource type="AnimationLibrary" uid="uid://ceb3khu7rwgy8" path="res://resources/animations/zombies/basic.res" id="7_vn3j1"] +[ext_resource type="AnimationLibrary" uid="uid://ceb3khu7rwgy8" path="res://assets/animations/zombies/basic.res" id="7_vn3j1"] [ext_resource type="AudioStream" uid="uid://bu1egfsyplpx4" path="res://assets/audio/sfx/metalhit_generic.tres" id="8_4248q"] [ext_resource type="Texture2D" uid="uid://n2j2k2aijr7j" path="res://assets/sprites/garbage_can3.tres" id="8_b583s"] -[ext_resource type="AnimationLibrary" uid="uid://c0tlm0ta4dgbk" path="res://resources/animations/zombies/hobo.res" id="8_yb81c"] +[ext_resource type="AnimationLibrary" uid="uid://c0tlm0ta4dgbk" path="res://assets/animations/zombies/hobo.res" id="8_yb81c"] [ext_resource type="AudioStream" uid="uid://w0qfwds4o3ti" path="res://assets/audio/sfx/hit_generic.tres" id="9_tu6af"] [ext_resource type="Script" uid="uid://c36bj8u7jghc7" path="res://scripts/audio/ChannelPlayer.cs" id="11_7jlle"] -[ext_resource type="Script" uid="uid://d3l8e8ko5r5i3" path="res://scripts/ArmorHPObserver.cs" id="12_vn3j1"] +[ext_resource type="Script" uid="uid://d3l8e8ko5r5i3" path="res://scripts/entities/ArmorHPObserver.cs" id="12_vn3j1"] [ext_resource type="AudioStream" uid="uid://ch55p7qbaawtp" path="res://assets/audio/sfx/argh.tres" id="12_w1b1s"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_w8pya"] diff --git a/scenes/entities/Zombies/zombie.tscn b/scenes/entities/Zombies/zombie.tscn index 8306aea..07410bc 100644 --- a/scenes/entities/Zombies/zombie.tscn +++ b/scenes/entities/Zombies/zombie.tscn @@ -1,29 +1,29 @@ [gd_scene load_steps=61 format=3 uid="uid://co11v3w8hbwgf"] -[ext_resource type="Script" uid="uid://dildme6epx8l4" path="res://scripts/zombies/RuntimeZombieData.cs" id="1_qq3f1"] +[ext_resource type="Script" uid="uid://dildme6epx8l4" path="res://scripts/entities/zombies/RuntimeZombieData.cs" id="1_qq3f1"] [ext_resource type="AudioStream" uid="uid://dt13iugnnx4op" path="res://assets/audio/sfx/yuck_generic.tres" id="2_hh4qh"] [ext_resource type="Shader" uid="uid://d0eo5uuj222c4" path="res://assets/shaders/CG_color_blender.gdshader" id="2_srwwe"] -[ext_resource type="Script" uid="uid://dqyony6jxt2p0" path="res://scripts/zombies/EatBox.cs" id="3_2aulo"] +[ext_resource type="Script" uid="uid://dqyony6jxt2p0" path="res://scripts/entities/zombies/EatBox.cs" id="3_2aulo"] [ext_resource type="AudioStream" uid="uid://bjotp63arocci" path="res://assets/audio/sfx/frozen.mp3" id="3_ltj46"] -[ext_resource type="Script" uid="uid://c5vfccegyy01t" path="res://scripts/FlashComponent.cs" id="3_rao3m"] -[ext_resource type="Script" uid="uid://7hdj2k14lfe4" path="res://scripts/zombies/ZombieMover.cs" id="4_u5syx"] +[ext_resource type="Script" uid="uid://c5vfccegyy01t" path="res://scripts/entities/FlashComponent.cs" id="3_rao3m"] +[ext_resource type="Script" uid="uid://7hdj2k14lfe4" path="res://scripts/entities/zombies/ZombieMover.cs" id="4_u5syx"] [ext_resource type="Texture2D" uid="uid://dacgbwohpmeed" path="res://assets/sprites/zombies/basic.png" id="6_xnora"] [ext_resource type="Script" uid="uid://c3cfnrmnnuqms" path="res://addons/floatmodifiers/FloatModifiers.cs" id="7_b3p4o"] [ext_resource type="Script" uid="uid://dt5uj25u0g6y3" path="res://scripts/particles/FallParticle.cs" id="7_dn8ha"] -[ext_resource type="AnimationNodeStateMachine" uid="uid://dj0blope85bg7" path="res://resources/animations/zombies/basic_zombie_tree.tres" id="8_ckb7n"] -[ext_resource type="Script" uid="uid://dau0tfmlfiqmo" path="res://scripts/EntityHPObserver.cs" id="8_mc1kl"] +[ext_resource type="AnimationNodeStateMachine" uid="uid://dj0blope85bg7" path="res://assets/animations/zombies/basic_zombie_tree.tres" id="8_ckb7n"] +[ext_resource type="Script" uid="uid://dau0tfmlfiqmo" path="res://scripts/entities/EntityHPObserver.cs" id="8_mc1kl"] [ext_resource type="Texture2D" uid="uid://dri70dxyks7xh" path="res://assets/sprites/zombies/hobo.png" id="9_b51fx"] -[ext_resource type="AnimationLibrary" uid="uid://ceb3khu7rwgy8" path="res://resources/animations/zombies/basic.res" id="9_y6afe"] +[ext_resource type="AnimationLibrary" uid="uid://ceb3khu7rwgy8" path="res://assets/animations/zombies/basic.res" id="9_y6afe"] [ext_resource type="Script" uid="uid://c36bj8u7jghc7" path="res://scripts/audio/ChannelPlayer.cs" id="10_ruqsf"] [ext_resource type="Script" uid="uid://dwlwi42smgxkb" path="res://scripts/TimeScalableAnimationTree.cs" id="11_ccrjo"] [ext_resource type="AudioStream" uid="uid://bg76miyscfvhu" path="res://assets/audio/sfx/groan.tres" id="12_ad42i"] [ext_resource type="Script" uid="uid://cnn0ymuhypdff" path="res://scripts/audio/ChannelPlaylist.cs" id="12_he8da"] [ext_resource type="AudioStream" uid="uid://w0qfwds4o3ti" path="res://assets/audio/sfx/hit_generic.tres" id="12_vjrlo"] [ext_resource type="Script" uid="uid://b8r6fxsfjdo3a" path="res://scripts/audio/EffectBasedPlayer.cs" id="17_ltj46"] -[ext_resource type="Resource" uid="uid://dsg1vjx76ifgu" path="res://resources/effects/GarlicEffect.tres" id="18_2q05d"] -[ext_resource type="Resource" uid="uid://7uj0oe656jfx" path="res://resources/effects/SnowSlow.tres" id="19_ccrjo"] +[ext_resource type="Resource" uid="uid://dsg1vjx76ifgu" path="res://assets/effects/GarlicEffect.tres" id="18_2q05d"] +[ext_resource type="Resource" uid="uid://7uj0oe656jfx" path="res://assets/effects/SnowSlow.tres" id="19_ccrjo"] [ext_resource type="Script" uid="uid://c1x4n4nqyq72f" path="res://scripts/audio/ChannelSettings.cs" id="21_xnora"] -[ext_resource type="Script" uid="uid://dk32ln8c2574d" path="res://scripts/ZombieKillHandler.cs" id="23_mc1kl"] +[ext_resource type="Script" uid="uid://dk32ln8c2574d" path="res://scripts/entities/zombies/ZombieKillHandler.cs" id="23_mc1kl"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_63ls2"] resource_local_to_scene = true diff --git a/scenes/entities/plants/aloe.tscn b/scenes/entities/plants/aloe.tscn index 95e85da..b158342 100644 --- a/scenes/entities/plants/aloe.tscn +++ b/scenes/entities/plants/aloe.tscn @@ -2,8 +2,8 @@ [ext_resource type="PackedScene" uid="uid://b1hjjbdwf1rtc" path="res://scenes/templates/plant_template.tscn" id="1_n25yi"] [ext_resource type="Texture2D" uid="uid://b6tyoa5htapir" path="res://assets/sprites/atlases/plants/aloe.png" id="2_iup5p"] -[ext_resource type="AnimationLibrary" uid="uid://bgutjc3ruq27s" path="res://resources/animations/plants/aloe.res" id="3_3sp3b"] -[ext_resource type="Script" uid="uid://cljytsmqac0w7" path="res://scripts/plants/behaviours/AloeBehaviour.cs" id="4_55asm"] +[ext_resource type="AnimationLibrary" uid="uid://bgutjc3ruq27s" path="res://assets/animations/plants/aloe.res" id="3_3sp3b"] +[ext_resource type="Script" uid="uid://cljytsmqac0w7" path="res://scripts/entities/plants/behaviours/AloeBehaviour.cs" id="4_55asm"] [ext_resource type="Script" uid="uid://c4jy0cnbnx33h" path="res://scripts/TimeScalableTimer.cs" id="5_gfy6j"] [sub_resource type="Animation" id="Animation_vknky"] diff --git a/scenes/entities/plants/cucumber.tscn b/scenes/entities/plants/cucumber.tscn index 385ed6e..a49fa8b 100644 --- a/scenes/entities/plants/cucumber.tscn +++ b/scenes/entities/plants/cucumber.tscn @@ -2,11 +2,11 @@ [ext_resource type="PackedScene" uid="uid://b1hjjbdwf1rtc" path="res://scenes/templates/plant_template.tscn" id="1_65f4u"] [ext_resource type="Texture2D" uid="uid://bt76iudw2qgnv" path="res://assets/sprites/atlases/plants/cumbucer.png" id="2_ig0op"] -[ext_resource type="Script" uid="uid://dn53jvpjyg63l" path="res://scripts/plants/Eyesight.cs" id="3_d45iq"] -[ext_resource type="Script" uid="uid://ceprqkraw3v6m" path="res://scripts/plants/Shooter.cs" id="4_sckvu"] +[ext_resource type="Script" uid="uid://dn53jvpjyg63l" path="res://scripts/entities/plants/Eyesight.cs" id="3_d45iq"] +[ext_resource type="Script" uid="uid://ceprqkraw3v6m" path="res://scripts/entities/plants/Shooter.cs" id="4_sckvu"] [ext_resource type="PackedScene" uid="uid://c1ig40gtdcb60" path="res://scenes/projectiles/cucumber_projectile.tscn" id="5_sckvu"] [ext_resource type="Script" uid="uid://c4jy0cnbnx33h" path="res://scripts/TimeScalableTimer.cs" id="6_xwpd6"] -[ext_resource type="Script" uid="uid://bdk5iqtw4xbkl" path="res://scripts/plants/behaviours/PeashooterBehaviour.cs" id="7_q31qc"] +[ext_resource type="Script" uid="uid://bdk5iqtw4xbkl" path="res://scripts/entities/plants/behaviours/PeashooterBehaviour.cs" id="7_q31qc"] [sub_resource type="Animation" id="Animation_n1xkd"] length = 0.001 diff --git a/scenes/entities/plants/garlic.tscn b/scenes/entities/plants/garlic.tscn index f8eb8cb..16f671a 100644 --- a/scenes/entities/plants/garlic.tscn +++ b/scenes/entities/plants/garlic.tscn @@ -2,10 +2,10 @@ [ext_resource type="PackedScene" uid="uid://b1hjjbdwf1rtc" path="res://scenes/templates/plant_template.tscn" id="1_5i0e6"] [ext_resource type="Texture2D" uid="uid://dff73m8ahamaa" path="res://assets/sprites/atlases/plants/garlic.png" id="2_w2jbi"] -[ext_resource type="AnimationLibrary" uid="uid://cjl81f61gdlvi" path="res://resources/animations/plants/garlic.res" id="3_jkb3q"] -[ext_resource type="Script" uid="uid://btkmd86pn828y" path="res://scripts/plants/behaviours/HpBasedBehaviour.cs" id="4_bv44h"] -[ext_resource type="Script" uid="uid://bmtukcq10m8wo" path="res://scripts/plants/ReturnEffect.cs" id="5_oob20"] -[ext_resource type="Resource" uid="uid://dsg1vjx76ifgu" path="res://resources/effects/GarlicEffect.tres" id="6_gho1l"] +[ext_resource type="AnimationLibrary" uid="uid://cjl81f61gdlvi" path="res://assets/animations/plants/garlic.res" id="3_jkb3q"] +[ext_resource type="Script" uid="uid://btkmd86pn828y" path="res://scripts/entities/plants/behaviours/HpBasedBehaviour.cs" id="4_bv44h"] +[ext_resource type="Script" uid="uid://bmtukcq10m8wo" path="res://scripts/entities/plants/ReturnEffect.cs" id="5_oob20"] +[ext_resource type="Resource" uid="uid://dsg1vjx76ifgu" path="res://assets/effects/GarlicEffect.tres" id="6_gho1l"] [sub_resource type="Animation" id="Animation_k0cex"] length = 0.001 diff --git a/scenes/entities/plants/nerdus.tscn b/scenes/entities/plants/nerdus.tscn index 96d3e36..6ae9086 100644 --- a/scenes/entities/plants/nerdus.tscn +++ b/scenes/entities/plants/nerdus.tscn @@ -2,9 +2,9 @@ [ext_resource type="PackedScene" uid="uid://b1hjjbdwf1rtc" path="res://scenes/templates/plant_template.tscn" id="1_8ui1h"] [ext_resource type="Texture2D" uid="uid://b06e8xhdy77d1" path="res://assets/sprites/atlases/plants/nerdus.png" id="2_614v4"] -[ext_resource type="Script" uid="uid://dcokqes5wwo3k" path="res://scripts/plants/NerdusReturnAttack.cs" id="3_614v4"] -[ext_resource type="Resource" uid="uid://dme4nvp28otq6" path="res://resources/effects/NerdusEffect.tres" id="4_ga4vy"] -[ext_resource type="Script" uid="uid://btkmd86pn828y" path="res://scripts/plants/behaviours/HpBasedBehaviour.cs" id="5_o1ggp"] +[ext_resource type="Script" uid="uid://dcokqes5wwo3k" path="res://scripts/entities/plants/NerdusReturnAttack.cs" id="3_614v4"] +[ext_resource type="Resource" uid="uid://dme4nvp28otq6" path="res://assets/effects/NerdusEffect.tres" id="4_ga4vy"] +[ext_resource type="Script" uid="uid://btkmd86pn828y" path="res://scripts/entities/plants/behaviours/HpBasedBehaviour.cs" id="5_o1ggp"] [sub_resource type="Animation" id="Animation_ga4vy"] length = 0.001 diff --git a/scenes/entities/plants/peashooter.tscn b/scenes/entities/plants/peashooter.tscn index b676b47..3fed7ab 100644 --- a/scenes/entities/plants/peashooter.tscn +++ b/scenes/entities/plants/peashooter.tscn @@ -2,13 +2,13 @@ [ext_resource type="PackedScene" uid="uid://b1hjjbdwf1rtc" path="res://scenes/templates/plant_template.tscn" id="1_pyk3o"] [ext_resource type="Texture2D" uid="uid://cksryh4w5dbbx" path="res://assets/sprites/atlases/plants/peashooter.png" id="2_14qlx"] -[ext_resource type="AnimationLibrary" uid="uid://bv1dl1g4dmbho" path="res://resources/animations/plants/peashooter.res" id="3_8lrhp"] -[ext_resource type="Script" uid="uid://ceprqkraw3v6m" path="res://scripts/plants/Shooter.cs" id="3_a4ew1"] +[ext_resource type="AnimationLibrary" uid="uid://bv1dl1g4dmbho" path="res://assets/animations/plants/peashooter.res" id="3_8lrhp"] +[ext_resource type="Script" uid="uid://ceprqkraw3v6m" path="res://scripts/entities/plants/Shooter.cs" id="3_a4ew1"] [ext_resource type="PackedScene" uid="uid://b2hrv0aqbui7u" path="res://scenes/projectiles/pea.tscn" id="4_saxds"] -[ext_resource type="Script" uid="uid://bdk5iqtw4xbkl" path="res://scripts/plants/behaviours/PeashooterBehaviour.cs" id="5_7qiua"] +[ext_resource type="Script" uid="uid://bdk5iqtw4xbkl" path="res://scripts/entities/plants/behaviours/PeashooterBehaviour.cs" id="5_7qiua"] [ext_resource type="Script" uid="uid://c4jy0cnbnx33h" path="res://scripts/TimeScalableTimer.cs" id="6_q58jr"] -[ext_resource type="Script" uid="uid://dn53jvpjyg63l" path="res://scripts/plants/Eyesight.cs" id="7_2bki8"] -[ext_resource type="Script" uid="uid://hccb0aee0x0o" path="res://scripts/plants/PlantEyesightLimiter.cs" id="8_nl4jc"] +[ext_resource type="Script" uid="uid://dn53jvpjyg63l" path="res://scripts/entities/plants/Eyesight.cs" id="7_2bki8"] +[ext_resource type="Script" uid="uid://hccb0aee0x0o" path="res://scripts/entities/plants/PlantEyesightLimiter.cs" id="8_nl4jc"] [ext_resource type="Script" uid="uid://c36bj8u7jghc7" path="res://scripts/audio/ChannelPlayer.cs" id="9_mbbd7"] [ext_resource type="AudioStream" uid="uid://dsv81mvrdg3w3" path="res://assets/audio/sfx/throw_generic.tres" id="10_q58jr"] diff --git a/scenes/entities/plants/potato_mine.tscn b/scenes/entities/plants/potato_mine.tscn index 9ccb7aa..1ce6bf9 100644 --- a/scenes/entities/plants/potato_mine.tscn +++ b/scenes/entities/plants/potato_mine.tscn @@ -2,9 +2,9 @@ [ext_resource type="PackedScene" uid="uid://b1hjjbdwf1rtc" path="res://scenes/templates/plant_template.tscn" id="1_dj7ul"] [ext_resource type="Texture2D" uid="uid://c77o6ba0mw7a3" path="res://assets/sprites/atlases/plants/potato_mine.png" id="2_sneas"] -[ext_resource type="Script" uid="uid://bhl6o2m3fn4xg" path="res://scripts/plants/ExplosionComponent.cs" id="3_2hd5y"] -[ext_resource type="AnimationLibrary" uid="uid://bjlbdvr6f0r7e" path="res://resources/animations/plants/potato_mine.res" id="3_7tqmj"] -[ext_resource type="Script" uid="uid://c7qfh4py0uulo" path="res://scripts/plants/behaviours/PotatomineBehaviour.cs" id="4_twx65"] +[ext_resource type="Script" uid="uid://bhl6o2m3fn4xg" path="res://scripts/entities/plants/ExplosionComponent.cs" id="3_2hd5y"] +[ext_resource type="AnimationLibrary" uid="uid://bjlbdvr6f0r7e" path="res://assets/animations/plants/potato_mine.res" id="3_7tqmj"] +[ext_resource type="Script" uid="uid://c7qfh4py0uulo" path="res://scripts/entities/plants/behaviours/PotatomineBehaviour.cs" id="4_twx65"] [ext_resource type="PackedScene" uid="uid://ckanq33rao1ur" path="res://scenes/particles/potato_explosion.tscn" id="5_px4r0"] [ext_resource type="Script" uid="uid://c36bj8u7jghc7" path="res://scripts/audio/ChannelPlayer.cs" id="7_b1j2f"] [ext_resource type="AudioStream" uid="uid://dltjtpyfr1so0" path="res://assets/audio/sfx/potato_mine.mp3" id="8_3vqdc"] diff --git a/scenes/entities/plants/snowpea.tscn b/scenes/entities/plants/snowpea.tscn index 3f10926..3b8c61b 100644 --- a/scenes/entities/plants/snowpea.tscn +++ b/scenes/entities/plants/snowpea.tscn @@ -2,7 +2,7 @@ [ext_resource type="PackedScene" uid="uid://dy41q1kxray5t" path="res://scenes/entities/plants/peashooter.tscn" id="1_lp85e"] [ext_resource type="Texture2D" uid="uid://cu0651pvvkmvm" path="res://assets/sprites/atlases/plants/snow_pea.png" id="2_ytrm0"] -[ext_resource type="AnimationLibrary" uid="uid://cke5wmmrvevbs" path="res://resources/animations/plants/snowpea.res" id="4_jvx5y"] +[ext_resource type="AnimationLibrary" uid="uid://cke5wmmrvevbs" path="res://assets/animations/plants/snowpea.res" id="4_jvx5y"] [ext_resource type="PackedScene" uid="uid://domeukw4ucmyr" path="res://scenes/projectiles/snowpea_projectile.tscn" id="5_bv86m"] [sub_resource type="Animation" id="Animation_pephc"] diff --git a/scenes/entities/plants/spikeweed.tscn b/scenes/entities/plants/spikeweed.tscn index 4cec7dc..00d2935 100644 --- a/scenes/entities/plants/spikeweed.tscn +++ b/scenes/entities/plants/spikeweed.tscn @@ -2,9 +2,9 @@ [ext_resource type="PackedScene" uid="uid://b1hjjbdwf1rtc" path="res://scenes/templates/plant_template.tscn" id="1_vmbvr"] [ext_resource type="Texture2D" uid="uid://coafh3mjharxo" path="res://assets/sprites/atlases/plants/spikeweed.png" id="2_ffrjr"] -[ext_resource type="Script" uid="uid://co7ttejdo2qot" path="res://scripts/plants/AreaAttack.cs" id="3_hqtbm"] -[ext_resource type="AnimationLibrary" uid="uid://cen6ku4y01dyg" path="res://resources/animations/plants/spikeweed.res" id="3_nwshn"] -[ext_resource type="Script" uid="uid://dqquodxaijmem" path="res://scripts/plants/behaviours/SpikeweedBehaviour.cs" id="3_uhpn7"] +[ext_resource type="Script" uid="uid://co7ttejdo2qot" path="res://scripts/entities/plants/AreaAttack.cs" id="3_hqtbm"] +[ext_resource type="AnimationLibrary" uid="uid://cen6ku4y01dyg" path="res://assets/animations/plants/spikeweed.res" id="3_nwshn"] +[ext_resource type="Script" uid="uid://dqquodxaijmem" path="res://scripts/entities/plants/behaviours/SpikeweedBehaviour.cs" id="3_uhpn7"] [sub_resource type="AnimationNodeTimeScale" id="AnimationNodeTimeScale_jleqa"] diff --git a/scenes/entities/plants/sunflower.tscn b/scenes/entities/plants/sunflower.tscn index ab4040a..7a56aeb 100644 --- a/scenes/entities/plants/sunflower.tscn +++ b/scenes/entities/plants/sunflower.tscn @@ -2,10 +2,10 @@ [ext_resource type="PackedScene" uid="uid://b1hjjbdwf1rtc" path="res://scenes/templates/plant_template.tscn" id="1_bikjn"] [ext_resource type="Texture2D" uid="uid://b3tuidu8dag8u" path="res://assets/sprites/atlases/plants/sunflower.png" id="2_fwcda"] -[ext_resource type="AnimationLibrary" uid="uid://yjytiuj4u7oh" path="res://resources/animations/plants/sunflower.res" id="3_btsik"] -[ext_resource type="Script" uid="uid://b71gebny84s81" path="res://scripts/plants/PlantSunSpawner.cs" id="3_te0pl"] +[ext_resource type="AnimationLibrary" uid="uid://yjytiuj4u7oh" path="res://assets/animations/plants/sunflower.res" id="3_btsik"] +[ext_resource type="Script" uid="uid://b71gebny84s81" path="res://scripts/entities/plants/PlantSunSpawner.cs" id="3_te0pl"] [ext_resource type="PackedScene" uid="uid://bpekho7leatr5" path="res://scenes/sun.tscn" id="4_b8hls"] -[ext_resource type="Script" uid="uid://bth7gah4tn7uj" path="res://scripts/plants/behaviours/SunflowerBehaviour.cs" id="5_26je0"] +[ext_resource type="Script" uid="uid://bth7gah4tn7uj" path="res://scripts/entities/plants/behaviours/SunflowerBehaviour.cs" id="5_26je0"] [ext_resource type="Script" uid="uid://c4jy0cnbnx33h" path="res://scripts/TimeScalableTimer.cs" id="7_rlkb7"] [sub_resource type="Animation" id="Animation_bfx6v"] diff --git a/scenes/entities/plants/threepeater.tscn b/scenes/entities/plants/threepeater.tscn index a14b9a1..bd4e077 100644 --- a/scenes/entities/plants/threepeater.tscn +++ b/scenes/entities/plants/threepeater.tscn @@ -1,9 +1,9 @@ [gd_scene load_steps=20 format=3 uid="uid://eegv1qihfv2q"] [ext_resource type="PackedScene" uid="uid://dy41q1kxray5t" path="res://scenes/entities/plants/peashooter.tscn" id="1_muntu"] -[ext_resource type="Script" uid="uid://djpc0kvagpadv" path="res://scripts/plants/ThreepeaterShooter.cs" id="2_ieami"] +[ext_resource type="Script" uid="uid://djpc0kvagpadv" path="res://scripts/entities/plants/ThreepeaterShooter.cs" id="2_ieami"] [ext_resource type="Texture2D" uid="uid://dyfa4462hu3w1" path="res://assets/sprites/atlases/plants/threepeater.png" id="2_j7h7q"] -[ext_resource type="Script" uid="uid://hccb0aee0x0o" path="res://scripts/plants/PlantEyesightLimiter.cs" id="3_dqn6w"] +[ext_resource type="Script" uid="uid://hccb0aee0x0o" path="res://scripts/entities/plants/PlantEyesightLimiter.cs" id="3_dqn6w"] [sub_resource type="Animation" id="Animation_a2y0j"] length = 0.001 diff --git a/scenes/entities/plants/wallnut.tscn b/scenes/entities/plants/wallnut.tscn index dd822c1..c18e095 100644 --- a/scenes/entities/plants/wallnut.tscn +++ b/scenes/entities/plants/wallnut.tscn @@ -2,8 +2,8 @@ [ext_resource type="PackedScene" uid="uid://b1hjjbdwf1rtc" path="res://scenes/templates/plant_template.tscn" id="1_fluxn"] [ext_resource type="Texture2D" uid="uid://dstqh1wc5dvmo" path="res://assets/sprites/atlases/plants/wallnut.png" id="2_o5tda"] -[ext_resource type="AnimationLibrary" uid="uid://0bdesb8j2mbo" path="res://resources/animations/plants/wallnut.res" id="3_xl65q"] -[ext_resource type="Script" uid="uid://btkmd86pn828y" path="res://scripts/plants/behaviours/HpBasedBehaviour.cs" id="4_cjtyy"] +[ext_resource type="AnimationLibrary" uid="uid://0bdesb8j2mbo" path="res://assets/animations/plants/wallnut.res" id="3_xl65q"] +[ext_resource type="Script" uid="uid://btkmd86pn828y" path="res://scripts/entities/plants/behaviours/HpBasedBehaviour.cs" id="4_cjtyy"] [sub_resource type="AnimationNodeTimeScale" id="AnimationNodeTimeScale_y3tlf"] diff --git a/scenes/gui/choose_your_seeds.tscn b/scenes/gui/choose_your_seeds.tscn index 7365cc0..11e97a4 100644 --- a/scenes/gui/choose_your_seeds.tscn +++ b/scenes/gui/choose_your_seeds.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=17 format=3 uid="uid://dpxxjfd5lv5sv"] -[ext_resource type="Theme" uid="uid://e8n88g31w7x7" path="res://resources/themes/ChooseYourSeeds.tres" id="1_bfo8i"] +[ext_resource type="Theme" uid="uid://e8n88g31w7x7" path="res://assets/themes/ChooseYourSeeds.tres" id="1_bfo8i"] [ext_resource type="Texture2D" uid="uid://dr8a0rx42o3qy" path="res://assets/sprites/gui/ChooseYourSeeds/PlantFrame.tres" id="2_so2bw"] [ext_resource type="Script" uid="uid://covbig00p22di" path="res://scripts/gui/choose_your_seeds/Previewport.cs" id="3_fmc0y"] [ext_resource type="Texture2D" uid="uid://dycdvvgmgmfu6" path="res://assets/sprites/gui/ChooseYourSeeds/FrameField.tres" id="3_rn5vx"] diff --git a/scenes/gui/level_run_button.tscn b/scenes/gui/level_run_button.tscn index b0db986..e894e36 100644 --- a/scenes/gui/level_run_button.tscn +++ b/scenes/gui/level_run_button.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=3 format=3 uid="uid://10b1egek6upx"] -[ext_resource type="Theme" uid="uid://b8l285cjcgeyi" path="res://resources/themes/GameStyle.tres" id="1_05u5f"] +[ext_resource type="Theme" uid="uid://b8l285cjcgeyi" path="res://assets/themes/GameStyle.tres" id="1_05u5f"] [ext_resource type="Texture2D" uid="uid://rpnw5lxm3ksb" path="res://assets/sprites/gui/ChooseYourSeeds/LevelRun.tres" id="1_qftep"] [node name="LevelRunButton" type="Button"] diff --git a/scenes/gui/runtime_gui.tscn b/scenes/gui/runtime_gui.tscn index 9d6f2a3..a5f3c6a 100644 --- a/scenes/gui/runtime_gui.tscn +++ b/scenes/gui/runtime_gui.tscn @@ -1,8 +1,8 @@ [gd_scene load_steps=48 format=3 uid="uid://cfnmspei3k4p7"] [ext_resource type="PackedScene" uid="uid://ky35veswaytr" path="res://scenes/gui/sun_counter.tscn" id="1_le3od"] -[ext_resource type="Theme" uid="uid://b8l285cjcgeyi" path="res://resources/themes/GameStyle.tres" id="1_xf6ra"] -[ext_resource type="Script" uid="uid://cwa1eydeiy3y4" path="res://scripts/LevelGUIElements.cs" id="2_5fonq"] +[ext_resource type="Theme" uid="uid://b8l285cjcgeyi" path="res://assets/themes/GameStyle.tres" id="1_xf6ra"] +[ext_resource type="Script" uid="uid://cwa1eydeiy3y4" path="res://scripts/gui/LevelGUIElements.cs" id="2_5fonq"] [ext_resource type="Texture2D" uid="uid://bbh0uwloi87tn" path="res://assets/sprites/gui/PlantPanel.png" id="2_eg3hk"] [ext_resource type="PackedScene" uid="uid://t0vpmycj6c8j" path="res://scenes/gui/shovel_button.tscn" id="3_bheea"] [ext_resource type="PackedScene" uid="uid://cgm7td1hgs0rr" path="res://scenes/gui/fast_forward_button.tscn" id="4_66uy4"] diff --git a/scenes/gui/sun_counter.tscn b/scenes/gui/sun_counter.tscn index 8e3573d..4d348b3 100644 --- a/scenes/gui/sun_counter.tscn +++ b/scenes/gui/sun_counter.tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=6 format=3 uid="uid://ky35veswaytr"] [ext_resource type="Texture2D" uid="uid://bhp3vuvwf7lak" path="res://assets/sprites/gui/suncounter.tres" id="1_e5x4k"] -[ext_resource type="Theme" uid="uid://b8l285cjcgeyi" path="res://resources/themes/GameStyle.tres" id="1_vhhcn"] +[ext_resource type="Theme" uid="uid://b8l285cjcgeyi" path="res://assets/themes/GameStyle.tres" id="1_vhhcn"] [ext_resource type="Texture2D" uid="uid://c47rflkf2wap0" path="res://assets/sprites/sun.tres" id="2_gugre"] [ext_resource type="Script" uid="uid://dwxohya1exdkh" path="res://scripts/gui/SunCounter.cs" id="3_qhmb8"] diff --git a/scenes/level_button.tscn b/scenes/level_button.tscn index 0858144..c1b64a7 100644 --- a/scenes/level_button.tscn +++ b/scenes/level_button.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=2 format=3 uid="uid://dylfqmo3d26ce"] -[ext_resource type="Script" uid="uid://cn3q18jh2rej7" path="res://scripts/LevelButton.cs" id="1_qey5e"] +[ext_resource type="Script" uid="uid://cn3q18jh2rej7" path="res://scripts/gui/LevelButton.cs" id="1_qey5e"] [node name="LevelButton" type="TextureRect"] offset_right = 40.0 diff --git a/scenes/main_menu.tscn b/scenes/main_menu.tscn index bb3cd30..31f7a16 100644 --- a/scenes/main_menu.tscn +++ b/scenes/main_menu.tscn @@ -4,7 +4,7 @@ [ext_resource type="Script" uid="uid://drru785m4eep" path="res://scripts/gui/main_menu_rich_text.gd" id="2_5dd4i"] [ext_resource type="Script" uid="uid://cghu4i3bnyavg" path="res://scripts/gui/PrototypeWindow.cs" id="2_flqon"] [ext_resource type="Texture2D" uid="uid://c37pvdhol2x02" path="res://assets/sprites/menu_bg.png" id="3_lgwnu"] -[ext_resource type="Theme" uid="uid://btulhvgwclket" path="res://resources/themes/MainMenu.tres" id="4_flqon"] +[ext_resource type="Theme" uid="uid://btulhvgwclket" path="res://assets/themes/MainMenu.tres" id="4_flqon"] [ext_resource type="Texture2D" uid="uid://cfgkauyw7qful" path="res://assets/sprites/vertical_logo.png" id="5_1ajci"] [ext_resource type="Script" uid="uid://c06k4k3ww48ev" path="res://scripts/gui/menu_buttons.gd" id="5_rcqid"] [ext_resource type="Script" uid="uid://6e8n6kc0y11o" path="res://scripts/sacrifice.gd" id="6_1ajci"] diff --git a/scenes/projectiles/pea.tscn b/scenes/projectiles/pea.tscn index 2b2fb92..38ac1ef 100644 --- a/scenes/projectiles/pea.tscn +++ b/scenes/projectiles/pea.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=5 format=3 uid="uid://b2hrv0aqbui7u"] -[ext_resource type="Script" uid="uid://dxlwvwy3hj56x" path="res://scripts/LinearProjectile.cs" id="1_3kc4s"] +[ext_resource type="Script" uid="uid://dxlwvwy3hj56x" path="res://scripts/projectiles/LinearProjectile.cs" id="1_3kc4s"] [ext_resource type="Texture2D" uid="uid://dq0mul65hevtt" path="res://assets/sprites/plants/pea.tres" id="2_26q5x"] [ext_resource type="PackedScene" uid="uid://1d33w4ubtury" path="res://scenes/particles/pea_particles.tscn" id="2_osqrk"] diff --git a/scenes/projectiles/snowpea_projectile.tscn b/scenes/projectiles/snowpea_projectile.tscn index e46f67a..580fa0e 100644 --- a/scenes/projectiles/snowpea_projectile.tscn +++ b/scenes/projectiles/snowpea_projectile.tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=9 format=3 uid="uid://domeukw4ucmyr"] -[ext_resource type="Script" uid="uid://dxlwvwy3hj56x" path="res://scripts/LinearProjectile.cs" id="1_fkydi"] -[ext_resource type="Resource" uid="uid://7uj0oe656jfx" path="res://resources/effects/SnowSlow.tres" id="2_fn62x"] +[ext_resource type="Script" uid="uid://dxlwvwy3hj56x" path="res://scripts/projectiles/LinearProjectile.cs" id="1_fkydi"] +[ext_resource type="Resource" uid="uid://7uj0oe656jfx" path="res://assets/effects/SnowSlow.tres" id="2_fn62x"] [ext_resource type="Texture2D" uid="uid://dn4l67snkx5mr" path="res://assets/sprites/plants/snowpea_projectile.tres" id="2_xt8td"] [ext_resource type="PackedScene" uid="uid://cijchi3f01q2t" path="res://scenes/particles/snow_pea_particles.tscn" id="3_t6hp0"] [ext_resource type="Texture2D" uid="uid://dejgsyw4f2crg" path="res://assets/sprites/particles/snowpea_flake1.tres" id="5_1u1j3"] diff --git a/scenes/prototype_survival.tscn b/scenes/prototype_survival.tscn index e4d6f35..1424e30 100644 --- a/scenes/prototype_survival.tscn +++ b/scenes/prototype_survival.tscn @@ -20,7 +20,7 @@ [ext_resource type="Script" uid="uid://c36bj8u7jghc7" path="res://scripts/audio/ChannelPlayer.cs" id="12_4il7a"] [ext_resource type="Script" uid="uid://blpu7t8tf6277" path="res://scripts/particles/FallFloor.cs" id="13_5h8lk"] [ext_resource type="AudioStream" uid="uid://bdx83fokp6kha" path="res://assets/audio/sfx/buttonclick.mp3" id="13_q1dn6"] -[ext_resource type="Script" uid="uid://c0ov2bq5er0gh" path="res://scripts/plants/LoseZone.cs" id="16_r81g1"] +[ext_resource type="Script" uid="uid://c0ov2bq5er0gh" path="res://scripts/entities/plants/LoseZone.cs" id="16_r81g1"] [ext_resource type="Script" uid="uid://812ldoyxd5n5" path="res://scripts/level/LoseCheckbox.cs" id="17_pb02i"] [ext_resource type="AudioStream" uid="uid://bxshjvvtv3fmp" path="res://assets/audio/music/playlist.tres" id="23_tsy2s"] diff --git a/scenes/templates/level_template.tscn b/scenes/templates/level_template.tscn index e015c28..bc17ef0 100644 --- a/scenes/templates/level_template.tscn +++ b/scenes/templates/level_template.tscn @@ -15,7 +15,7 @@ [ext_resource type="Script" uid="uid://dpdpv2oyxdna7" path="res://scripts/gui/ExitButton.cs" id="10_nvbnq"] [ext_resource type="Script" uid="uid://c36bj8u7jghc7" path="res://scripts/audio/ChannelPlayer.cs" id="11_p133p"] [ext_resource type="AudioStream" uid="uid://bdx83fokp6kha" path="res://assets/audio/sfx/buttonclick.mp3" id="12_6gkho"] -[ext_resource type="Script" uid="uid://c0ov2bq5er0gh" path="res://scripts/plants/LoseZone.cs" id="13_0x4ji"] +[ext_resource type="Script" uid="uid://c0ov2bq5er0gh" path="res://scripts/entities/plants/LoseZone.cs" id="13_0x4ji"] [ext_resource type="Script" uid="uid://cslqjdd5wq4rc" path="res://scripts/level/SunSpawner.cs" id="14_y72yf"] [ext_resource type="PackedScene" uid="uid://bpekho7leatr5" path="res://scenes/sun.tscn" id="15_7v6ps"] [ext_resource type="PackedScene" uid="uid://jm7wm08d2mi7" path="res://scenes/level components/right_boundary_marker.tscn" id="16_s7icd"] diff --git a/scenes/templates/plant_template.tscn b/scenes/templates/plant_template.tscn index ea600b6..d8ac777 100644 --- a/scenes/templates/plant_template.tscn +++ b/scenes/templates/plant_template.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=3 format=3 uid="uid://b1hjjbdwf1rtc"] -[ext_resource type="Script" uid="uid://dli2i6albvugt" path="res://scripts/plants/RuntimePlantData.cs" id="1_324sd"] +[ext_resource type="Script" uid="uid://dli2i6albvugt" path="res://scripts/entities/plants/RuntimePlantData.cs" id="1_324sd"] [ext_resource type="Script" uid="uid://dwlwi42smgxkb" path="res://scripts/TimeScalableAnimationTree.cs" id="2_e75pf"] [node name="PlantTemplate" type="Node2D" node_paths=PackedStringArray("_player", "_tree")] diff --git a/scripts/Armor.cs b/scripts/entities/Armor.cs similarity index 100% rename from scripts/Armor.cs rename to scripts/entities/Armor.cs diff --git a/scripts/Armor.cs.uid b/scripts/entities/Armor.cs.uid similarity index 100% rename from scripts/Armor.cs.uid rename to scripts/entities/Armor.cs.uid diff --git a/scripts/ArmorHPObserver.cs b/scripts/entities/ArmorHPObserver.cs similarity index 100% rename from scripts/ArmorHPObserver.cs rename to scripts/entities/ArmorHPObserver.cs diff --git a/scripts/ArmorHPObserver.cs.uid b/scripts/entities/ArmorHPObserver.cs.uid similarity index 100% rename from scripts/ArmorHPObserver.cs.uid rename to scripts/entities/ArmorHPObserver.cs.uid diff --git a/scripts/DegradingSprite.cs b/scripts/entities/DegradingSprite.cs similarity index 100% rename from scripts/DegradingSprite.cs rename to scripts/entities/DegradingSprite.cs diff --git a/scripts/DegradingSprite.cs.uid b/scripts/entities/DegradingSprite.cs.uid similarity index 100% rename from scripts/DegradingSprite.cs.uid rename to scripts/entities/DegradingSprite.cs.uid diff --git a/scripts/Entity.cs b/scripts/entities/Entity.cs similarity index 100% rename from scripts/Entity.cs rename to scripts/entities/Entity.cs diff --git a/scripts/Entity.cs.uid b/scripts/entities/Entity.cs.uid similarity index 100% rename from scripts/Entity.cs.uid rename to scripts/entities/Entity.cs.uid diff --git a/scripts/EntityHPObserver.cs b/scripts/entities/EntityHPObserver.cs similarity index 100% rename from scripts/EntityHPObserver.cs rename to scripts/entities/EntityHPObserver.cs diff --git a/scripts/EntityHPObserver.cs.uid b/scripts/entities/EntityHPObserver.cs.uid similarity index 100% rename from scripts/EntityHPObserver.cs.uid rename to scripts/entities/EntityHPObserver.cs.uid diff --git a/scripts/FlashComponent.cs b/scripts/entities/FlashComponent.cs similarity index 100% rename from scripts/FlashComponent.cs rename to scripts/entities/FlashComponent.cs diff --git a/scripts/FlashComponent.cs.uid b/scripts/entities/FlashComponent.cs.uid similarity index 100% rename from scripts/FlashComponent.cs.uid rename to scripts/entities/FlashComponent.cs.uid diff --git a/scripts/plants/AreaAttack.cs b/scripts/entities/plants/AreaAttack.cs similarity index 100% rename from scripts/plants/AreaAttack.cs rename to scripts/entities/plants/AreaAttack.cs diff --git a/scripts/plants/AreaAttack.cs.uid b/scripts/entities/plants/AreaAttack.cs.uid similarity index 100% rename from scripts/plants/AreaAttack.cs.uid rename to scripts/entities/plants/AreaAttack.cs.uid diff --git a/scripts/plants/ExplosionComponent.cs b/scripts/entities/plants/ExplosionComponent.cs similarity index 100% rename from scripts/plants/ExplosionComponent.cs rename to scripts/entities/plants/ExplosionComponent.cs diff --git a/scripts/plants/ExplosionComponent.cs.uid b/scripts/entities/plants/ExplosionComponent.cs.uid similarity index 100% rename from scripts/plants/ExplosionComponent.cs.uid rename to scripts/entities/plants/ExplosionComponent.cs.uid diff --git a/scripts/plants/Eyesight.cs b/scripts/entities/plants/Eyesight.cs similarity index 100% rename from scripts/plants/Eyesight.cs rename to scripts/entities/plants/Eyesight.cs diff --git a/scripts/plants/Eyesight.cs.uid b/scripts/entities/plants/Eyesight.cs.uid similarity index 100% rename from scripts/plants/Eyesight.cs.uid rename to scripts/entities/plants/Eyesight.cs.uid diff --git a/scripts/plants/LoseZone.cs b/scripts/entities/plants/LoseZone.cs similarity index 100% rename from scripts/plants/LoseZone.cs rename to scripts/entities/plants/LoseZone.cs diff --git a/scripts/plants/LoseZone.cs.uid b/scripts/entities/plants/LoseZone.cs.uid similarity index 100% rename from scripts/plants/LoseZone.cs.uid rename to scripts/entities/plants/LoseZone.cs.uid diff --git a/scripts/plants/NerdusReturnAttack.cs b/scripts/entities/plants/NerdusReturnAttack.cs similarity index 100% rename from scripts/plants/NerdusReturnAttack.cs rename to scripts/entities/plants/NerdusReturnAttack.cs diff --git a/scripts/plants/NerdusReturnAttack.cs.uid b/scripts/entities/plants/NerdusReturnAttack.cs.uid similarity index 100% rename from scripts/plants/NerdusReturnAttack.cs.uid rename to scripts/entities/plants/NerdusReturnAttack.cs.uid diff --git a/scripts/plants/PlantEyesightLimiter.cs b/scripts/entities/plants/PlantEyesightLimiter.cs similarity index 100% rename from scripts/plants/PlantEyesightLimiter.cs rename to scripts/entities/plants/PlantEyesightLimiter.cs diff --git a/scripts/plants/PlantEyesightLimiter.cs.uid b/scripts/entities/plants/PlantEyesightLimiter.cs.uid similarity index 100% rename from scripts/plants/PlantEyesightLimiter.cs.uid rename to scripts/entities/plants/PlantEyesightLimiter.cs.uid diff --git a/scripts/plants/PlantSunSpawner.cs b/scripts/entities/plants/PlantSunSpawner.cs similarity index 100% rename from scripts/plants/PlantSunSpawner.cs rename to scripts/entities/plants/PlantSunSpawner.cs diff --git a/scripts/plants/PlantSunSpawner.cs.uid b/scripts/entities/plants/PlantSunSpawner.cs.uid similarity index 100% rename from scripts/plants/PlantSunSpawner.cs.uid rename to scripts/entities/plants/PlantSunSpawner.cs.uid diff --git a/scripts/plants/ReturnEffect.cs b/scripts/entities/plants/ReturnEffect.cs similarity index 100% rename from scripts/plants/ReturnEffect.cs rename to scripts/entities/plants/ReturnEffect.cs diff --git a/scripts/plants/ReturnEffect.cs.uid b/scripts/entities/plants/ReturnEffect.cs.uid similarity index 100% rename from scripts/plants/ReturnEffect.cs.uid rename to scripts/entities/plants/ReturnEffect.cs.uid diff --git a/scripts/plants/RuntimePlantData.cs b/scripts/entities/plants/RuntimePlantData.cs similarity index 100% rename from scripts/plants/RuntimePlantData.cs rename to scripts/entities/plants/RuntimePlantData.cs diff --git a/scripts/plants/RuntimePlantData.cs.uid b/scripts/entities/plants/RuntimePlantData.cs.uid similarity index 100% rename from scripts/plants/RuntimePlantData.cs.uid rename to scripts/entities/plants/RuntimePlantData.cs.uid diff --git a/scripts/plants/Shooter.cs b/scripts/entities/plants/Shooter.cs similarity index 100% rename from scripts/plants/Shooter.cs rename to scripts/entities/plants/Shooter.cs diff --git a/scripts/plants/Shooter.cs.uid b/scripts/entities/plants/Shooter.cs.uid similarity index 100% rename from scripts/plants/Shooter.cs.uid rename to scripts/entities/plants/Shooter.cs.uid diff --git a/scripts/plants/ThreepeaterShooter.cs b/scripts/entities/plants/ThreepeaterShooter.cs similarity index 100% rename from scripts/plants/ThreepeaterShooter.cs rename to scripts/entities/plants/ThreepeaterShooter.cs diff --git a/scripts/plants/ThreepeaterShooter.cs.uid b/scripts/entities/plants/ThreepeaterShooter.cs.uid similarity index 100% rename from scripts/plants/ThreepeaterShooter.cs.uid rename to scripts/entities/plants/ThreepeaterShooter.cs.uid diff --git a/scripts/plants/behaviours/AloeBehaviour.cs b/scripts/entities/plants/behaviours/AloeBehaviour.cs similarity index 100% rename from scripts/plants/behaviours/AloeBehaviour.cs rename to scripts/entities/plants/behaviours/AloeBehaviour.cs diff --git a/scripts/plants/behaviours/AloeBehaviour.cs.uid b/scripts/entities/plants/behaviours/AloeBehaviour.cs.uid similarity index 100% rename from scripts/plants/behaviours/AloeBehaviour.cs.uid rename to scripts/entities/plants/behaviours/AloeBehaviour.cs.uid diff --git a/scripts/plants/behaviours/BaseBehaviour.cs b/scripts/entities/plants/behaviours/BaseBehaviour.cs similarity index 100% rename from scripts/plants/behaviours/BaseBehaviour.cs rename to scripts/entities/plants/behaviours/BaseBehaviour.cs diff --git a/scripts/plants/behaviours/BaseBehaviour.cs.uid b/scripts/entities/plants/behaviours/BaseBehaviour.cs.uid similarity index 100% rename from scripts/plants/behaviours/BaseBehaviour.cs.uid rename to scripts/entities/plants/behaviours/BaseBehaviour.cs.uid diff --git a/scripts/plants/behaviours/HpBasedBehaviour.cs b/scripts/entities/plants/behaviours/HpBasedBehaviour.cs similarity index 100% rename from scripts/plants/behaviours/HpBasedBehaviour.cs rename to scripts/entities/plants/behaviours/HpBasedBehaviour.cs diff --git a/scripts/plants/behaviours/HpBasedBehaviour.cs.uid b/scripts/entities/plants/behaviours/HpBasedBehaviour.cs.uid similarity index 100% rename from scripts/plants/behaviours/HpBasedBehaviour.cs.uid rename to scripts/entities/plants/behaviours/HpBasedBehaviour.cs.uid diff --git a/scripts/plants/behaviours/PeashooterBehaviour.cs b/scripts/entities/plants/behaviours/PeashooterBehaviour.cs similarity index 100% rename from scripts/plants/behaviours/PeashooterBehaviour.cs rename to scripts/entities/plants/behaviours/PeashooterBehaviour.cs diff --git a/scripts/plants/behaviours/PeashooterBehaviour.cs.uid b/scripts/entities/plants/behaviours/PeashooterBehaviour.cs.uid similarity index 100% rename from scripts/plants/behaviours/PeashooterBehaviour.cs.uid rename to scripts/entities/plants/behaviours/PeashooterBehaviour.cs.uid diff --git a/scripts/plants/behaviours/PotatomineBehaviour.cs b/scripts/entities/plants/behaviours/PotatomineBehaviour.cs similarity index 100% rename from scripts/plants/behaviours/PotatomineBehaviour.cs rename to scripts/entities/plants/behaviours/PotatomineBehaviour.cs diff --git a/scripts/plants/behaviours/PotatomineBehaviour.cs.uid b/scripts/entities/plants/behaviours/PotatomineBehaviour.cs.uid similarity index 100% rename from scripts/plants/behaviours/PotatomineBehaviour.cs.uid rename to scripts/entities/plants/behaviours/PotatomineBehaviour.cs.uid diff --git a/scripts/plants/behaviours/SpikeweedBehaviour.cs b/scripts/entities/plants/behaviours/SpikeweedBehaviour.cs similarity index 100% rename from scripts/plants/behaviours/SpikeweedBehaviour.cs rename to scripts/entities/plants/behaviours/SpikeweedBehaviour.cs diff --git a/scripts/plants/behaviours/SpikeweedBehaviour.cs.uid b/scripts/entities/plants/behaviours/SpikeweedBehaviour.cs.uid similarity index 100% rename from scripts/plants/behaviours/SpikeweedBehaviour.cs.uid rename to scripts/entities/plants/behaviours/SpikeweedBehaviour.cs.uid diff --git a/scripts/plants/behaviours/SunflowerBehaviour.cs b/scripts/entities/plants/behaviours/SunflowerBehaviour.cs similarity index 100% rename from scripts/plants/behaviours/SunflowerBehaviour.cs rename to scripts/entities/plants/behaviours/SunflowerBehaviour.cs diff --git a/scripts/plants/behaviours/SunflowerBehaviour.cs.uid b/scripts/entities/plants/behaviours/SunflowerBehaviour.cs.uid similarity index 100% rename from scripts/plants/behaviours/SunflowerBehaviour.cs.uid rename to scripts/entities/plants/behaviours/SunflowerBehaviour.cs.uid diff --git a/scripts/zombies/AudioDamage.cs b/scripts/entities/zombies/AudioDamage.cs similarity index 100% rename from scripts/zombies/AudioDamage.cs rename to scripts/entities/zombies/AudioDamage.cs diff --git a/scripts/zombies/AudioDamage.cs.uid b/scripts/entities/zombies/AudioDamage.cs.uid similarity index 100% rename from scripts/zombies/AudioDamage.cs.uid rename to scripts/entities/zombies/AudioDamage.cs.uid diff --git a/scripts/zombies/EatBox.cs b/scripts/entities/zombies/EatBox.cs similarity index 100% rename from scripts/zombies/EatBox.cs rename to scripts/entities/zombies/EatBox.cs diff --git a/scripts/zombies/EatBox.cs.uid b/scripts/entities/zombies/EatBox.cs.uid similarity index 100% rename from scripts/zombies/EatBox.cs.uid rename to scripts/entities/zombies/EatBox.cs.uid diff --git a/scripts/zombies/RuntimeZombieData.cs b/scripts/entities/zombies/RuntimeZombieData.cs similarity index 100% rename from scripts/zombies/RuntimeZombieData.cs rename to scripts/entities/zombies/RuntimeZombieData.cs diff --git a/scripts/zombies/RuntimeZombieData.cs.uid b/scripts/entities/zombies/RuntimeZombieData.cs.uid similarity index 100% rename from scripts/zombies/RuntimeZombieData.cs.uid rename to scripts/entities/zombies/RuntimeZombieData.cs.uid diff --git a/scripts/ZombieKillHandler.cs b/scripts/entities/zombies/ZombieKillHandler.cs similarity index 100% rename from scripts/ZombieKillHandler.cs rename to scripts/entities/zombies/ZombieKillHandler.cs diff --git a/scripts/ZombieKillHandler.cs.uid b/scripts/entities/zombies/ZombieKillHandler.cs.uid similarity index 100% rename from scripts/ZombieKillHandler.cs.uid rename to scripts/entities/zombies/ZombieKillHandler.cs.uid diff --git a/scripts/zombies/ZombieMover.cs b/scripts/entities/zombies/ZombieMover.cs similarity index 100% rename from scripts/zombies/ZombieMover.cs rename to scripts/entities/zombies/ZombieMover.cs diff --git a/scripts/zombies/ZombieMover.cs.uid b/scripts/entities/zombies/ZombieMover.cs.uid similarity index 100% rename from scripts/zombies/ZombieMover.cs.uid rename to scripts/entities/zombies/ZombieMover.cs.uid diff --git a/scripts/zombies/behaviours/HoboBehaviour.cs b/scripts/entities/zombies/behaviours/HoboBehaviour.cs similarity index 100% rename from scripts/zombies/behaviours/HoboBehaviour.cs rename to scripts/entities/zombies/behaviours/HoboBehaviour.cs diff --git a/scripts/zombies/behaviours/HoboBehaviour.cs.uid b/scripts/entities/zombies/behaviours/HoboBehaviour.cs.uid similarity index 100% rename from scripts/zombies/behaviours/HoboBehaviour.cs.uid rename to scripts/entities/zombies/behaviours/HoboBehaviour.cs.uid diff --git a/scripts/LevelButton.cs b/scripts/gui/LevelButton.cs similarity index 100% rename from scripts/LevelButton.cs rename to scripts/gui/LevelButton.cs diff --git a/scripts/LevelButton.cs.uid b/scripts/gui/LevelButton.cs.uid similarity index 100% rename from scripts/LevelButton.cs.uid rename to scripts/gui/LevelButton.cs.uid diff --git a/scripts/LevelGUIElements.cs b/scripts/gui/LevelGUIElements.cs similarity index 100% rename from scripts/LevelGUIElements.cs rename to scripts/gui/LevelGUIElements.cs diff --git a/scripts/LevelGUIElements.cs.uid b/scripts/gui/LevelGUIElements.cs.uid similarity index 100% rename from scripts/LevelGUIElements.cs.uid rename to scripts/gui/LevelGUIElements.cs.uid diff --git a/scripts/LevelController.cs b/scripts/level/LevelController.cs similarity index 100% rename from scripts/LevelController.cs rename to scripts/level/LevelController.cs diff --git a/scripts/LevelController.cs.uid b/scripts/level/LevelController.cs.uid similarity index 100% rename from scripts/LevelController.cs.uid rename to scripts/level/LevelController.cs.uid diff --git a/scripts/LevelStateBrainDisabler.cs b/scripts/level/LevelStateBrainDisabler.cs similarity index 100% rename from scripts/LevelStateBrainDisabler.cs rename to scripts/level/LevelStateBrainDisabler.cs diff --git a/scripts/LevelStateBrainDisabler.cs.uid b/scripts/level/LevelStateBrainDisabler.cs.uid similarity index 100% rename from scripts/LevelStateBrainDisabler.cs.uid rename to scripts/level/LevelStateBrainDisabler.cs.uid diff --git a/scripts/IProjectile.cs b/scripts/projectiles/IProjectile.cs similarity index 100% rename from scripts/IProjectile.cs rename to scripts/projectiles/IProjectile.cs diff --git a/scripts/IProjectile.cs.uid b/scripts/projectiles/IProjectile.cs.uid similarity index 100% rename from scripts/IProjectile.cs.uid rename to scripts/projectiles/IProjectile.cs.uid diff --git a/scripts/LinearProjectile.cs b/scripts/projectiles/LinearProjectile.cs similarity index 100% rename from scripts/LinearProjectile.cs rename to scripts/projectiles/LinearProjectile.cs diff --git a/scripts/LinearProjectile.cs.uid b/scripts/projectiles/LinearProjectile.cs.uid similarity index 100% rename from scripts/LinearProjectile.cs.uid rename to scripts/projectiles/LinearProjectile.cs.uid diff --git a/scripts/systems/GameRegistry.cs b/scripts/systems/GameRegistry.cs index 0687d89..4e4ccd5 100644 --- a/scripts/systems/GameRegistry.cs +++ b/scripts/systems/GameRegistry.cs @@ -4,8 +4,8 @@ using System.Collections.Generic; public partial class GameRegistry : Node { - private const string PLANT_RESOURCE_PATH = "res://resources/plants/"; - private const string ZOMBIE_RESOURCE_PATH = "res://resources/zombies/"; + private const string PLANT_RESOURCE_PATH = "res://assets/plants/"; + private const string ZOMBIE_RESOURCE_PATH = "res://assets/zombies/"; public static GameRegistry Instance { get; private set; } public static readonly Dictionary PlantDictionary = []; public static readonly Dictionary ZombieDictionary = []; diff --git a/scripts/static-data/FieldParams.cs b/scripts/systems/static-data/FieldParams.cs similarity index 100% rename from scripts/static-data/FieldParams.cs rename to scripts/systems/static-data/FieldParams.cs diff --git a/scripts/static-data/FieldParams.cs.uid b/scripts/systems/static-data/FieldParams.cs.uid similarity index 100% rename from scripts/static-data/FieldParams.cs.uid rename to scripts/systems/static-data/FieldParams.cs.uid diff --git a/scripts/static-data/PlayerInfo.cs b/scripts/systems/static-data/PlayerInfo.cs similarity index 100% rename from scripts/static-data/PlayerInfo.cs rename to scripts/systems/static-data/PlayerInfo.cs diff --git a/scripts/static-data/PlayerInfo.cs.uid b/scripts/systems/static-data/PlayerInfo.cs.uid similarity index 100% rename from scripts/static-data/PlayerInfo.cs.uid rename to scripts/systems/static-data/PlayerInfo.cs.uid diff --git a/scripts/static-data/Settings.cs b/scripts/systems/static-data/Settings.cs similarity index 100% rename from scripts/static-data/Settings.cs rename to scripts/systems/static-data/Settings.cs diff --git a/scripts/static-data/Settings.cs.uid b/scripts/systems/static-data/Settings.cs.uid similarity index 100% rename from scripts/static-data/Settings.cs.uid rename to scripts/systems/static-data/Settings.cs.uid