sescripts/MissileController
Greg Burri b1ac491186 Enhance missile behavior and state management
- Introduced new constants for missile control: `DISTANCE_BEFORE_ROTATING` and `ROTATION_SPEED`.
- Expanded `State` enum to include `TURNING` and `ACCELERATING`.
- Added variables for tracking missile position, speed, and acceleration.
- Implemented logic for initializing backward thruster and gyroscope.
- Added `CheckEnemies` method to switch to AI mode upon enemy detection.
- Introduced `Detonate` method for centralized warhead detonation logic.
- Updated `DistanceFromLaunch` property for accurate distance calculation.
2025-09-14 17:24:46 +02:00
..
.gitignore Lot of changes (Update to MDK2) 2024-11-03 23:45:58 +01:00
MissileController.csproj Update dependencies 2025-08-22 23:27:39 +02:00
MissileController.mdk.ini Lot of changes (Update to MDK2) 2024-11-03 23:45:58 +01:00
MissileController.mdk.local.ini Lot of changes (Update to MDK2) 2024-11-03 23:45:58 +01:00
packages.config Lot of changes (Update to MDK2) 2024-11-03 23:45:58 +01:00
Program.cs Enhance missile behavior and state management 2025-09-14 17:24:46 +02:00
thumb.png Add missile launcher and missile controller projects 2024-05-08 21:20:58 +02:00