Hello.
im trying to create a laser/missle that fires at the player ship position. But im getting type error: A float is required. When using the following actions = [A.move_to(self.ship.position, self.ship.position, 2 * 2), A.remove()]
Is it possible to convert the self.ship.position to float somehow or is it an orher way to do it?
Thank you