#THAT BİRD AGAİN
13 messages · Page 1 of 1 (latest)
adding a node to the bird only affects it's flight path to the next location
if you want the bird to stop somewhere else, you just add another bird entity
not sure why
oh ok thanks
probably because they wanted a way to define complex flight paths, so they already "used up" nodes for that
some birds take very interesting routes
i guess that makes sense
would it be awkward to have added a setting for each node to declare whether it was just a flight path node or a stop node?
nodes don't have any data attached to them
they're just pairs of coordinates
so it would've required changing the map data format to allow that
ah right, yeah that makes more sense now