fixed y-wing turret laser trajectory. - Zerothelootrat

This commit is contained in:
zerothelootrat
2024-06-07 03:35:23 -04:00
parent 62f6b4d873
commit d2dc132952
5 changed files with 64 additions and 19 deletions

View File

@@ -15,18 +15,25 @@ currently only have one enemy and one level up type
##todo:
- [x] Finish Y-Wing Art
- [x] Import Y-Wing & get turret working
-[x] Implement Y-Wing Main Cannon
- [ ] Power up 2 (shield)
- [ ] Power up 2 (shield) : After dinner 6/7/2024
- [ ] locate sounds
- [ ] World Map
- [ ] Work on Boss fight
- [ ] Work on Boss Enemy
- [ ] Spawner Refactor to allow level editing
- [ ] Boss Fight state machine
- [ ] Level 1 and boss fight
##finished:
- [x] Finish Y-Wing Art
- [x] Import Y-Wing & get turret working
- [x] Implement Y-Wing Main Cannon
update log:
6/4/2024
First implementation of y-wing sprite, and turret. Scripting to be done later.
6/5/2024
Y-Wing implemented, and turret working (X/Y coords for the blaster bolt needs tweaking) Multiple target_pos.x * 2?
6/7/2024
Y-wing 99% finished, tweaks required. added a few things to objectives list. moved finished objects to finished objects list.