Maybe change input_ship_thruster(...) to use a Single<> to get the player ship
#5
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I didn't know about the
Single<>constraint when I wrote thefn input_ship_thruster(...)system, so it still manually checks for there being just one single player ship. I could replace this with theSingle<>constraint, but that will cause it to silently do nothing when the player ship count is != 1.