Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show line while dragging #11

Open
QuinnBast opened this issue Apr 16, 2020 · 1 comment
Open

Show line while dragging #11

QuinnBast opened this issue Apr 16, 2020 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@QuinnBast
Copy link
Contributor

When a user has selected an outpost and is dragging between somewhere, a line should appear on the screen showing them their initially selected point and the current location. Ideally convert the distance between the points into world coordinates, determine the distance, and show the user how much time it will take to get to that location.

@QuinnBast QuinnBast added enhancement New feature or request good first issue Good for newcomers labels Apr 16, 2020
@Eliclax
Copy link
Contributor

Eliclax commented Apr 16, 2020

We haven't coded anything regarding the map scale yet, so just display the distance for now, and we can do a linear conversion later. Chances are, we will probably configure map generation so that distance in Unity World coords are equal to minutes of travel at speed factor 1, for convenience.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants