gdquest-demos / godot-2d-space-game

A 2D space exploration and mining game made with Godot and our AI framework
MIT License
837 stars 109 forks source link

Space warp #46

Open NathanLovato opened 4 years ago

NathanLovato commented 4 years ago

We could consider adding a space warp to travel to new areas of the map quickly, ignoring collisions, after #42.

We have the motion blur shader and trail already, with some darkening of the background and deformation + lighting effects, we could get something nice. See https://twitter.com/NathanGDQuest/status/1243238789050519557

Burnsedia commented 4 years ago

we could do a blind warp jump, I do this in my 3rd space game using the same framework, I don't use the framework, I just translate by a vector, usually a random distance