5 Commits

Author SHA1 Message Date
62956d8d7d Make MovingPlatform also use planet-only gravity
also made it a bit larger
2021-06-16 20:58:12 +02:00
725c717446 Fix sliding while on planet by getting closest gravity 2021-06-16 20:33:24 +02:00
219c8731f5 Add shooting enemy which shoots at future player pos
Works fairly well, although it doesn't account for changing acceleration which happens due to the changing gravity. I guess this is good enough, since it does hit if the player isn't careful
2021-06-07 16:41:56 +02:00
9401fc9c97 Implement standing on moving platform
This worked immediately, wtf
2021-05-05 23:55:31 +02:00
36ba889eeb Add a moving platform
No player velocity handling etc yet, just a moving platform
2021-05-05 19:59:58 +02:00