-
Notifications
You must be signed in to change notification settings - Fork 4
Game Directory
gregchan550 edited this page Oct 21, 2023
·
141 revisions
The following pages describe how newly added entities work.
- Tower Factory
- Projectile Factory
- Engineer Factory
- Gap Scanner Factory
- Mob Boss Factory
- NPC Factory
- Pause Menu Factory
- Wave Factory
- Warning Factory
All the newly added components for entities are mentioned below:
- Cost Component
- Effects Component and Collision Mechanics
- Effect Component
- Human Animation Controller
- Mobs Animation Controller
- Popup Menu Input Component
- Projectile Animation Controller
- Tower Animation Controller
- Tower Upgrader Component
- TNTDamageComponent
- Deflecting Component
- Dodging Component
- Split Moblings
- Warning Component
Change this section if better suited elsewhere.
This page includes all the newly added config files in the game.
New tasks that are to be handled by the AI are listed here.
Projectiles (Team 1)
Mobs Enhancement (Team 1)
Towers (Team 2)
- Tower Combat Task
- TNTTowerCombatTask
- TNTAnimationController
- DroidCombatTask
- DroidAnimationController
Engineers (Team 2)
UI (Team 2)
Maps (Team 2)
External-UI (Team 3)
- MainMenuScreen
- SettingsScreen
- LosingScreen
- NextLevelScreen
- WinningScreen
- gamecutscenescreen
- Helpscreen
- Loadingscreen
- LevelLock on LevelSelectScreen
- UItesting
Mobs (Team 4)
Waves (Team 4)