Erz,Tank,Ziel #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "Lf8"
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?
@ -1,4 +1,6 @@
import pygame
raus
@ -8,1 +10,4 @@
player1 = player.Player(0, 0)
Erzmine = background.Erz()
Tanken = background.Tank()
Ziele = background.Ziel()
Ziele? mehrere?
@ -29,3 +29,2 @@
direction = pygame.math.Vector2(self.dest_x - self.rect.centerx, self.dest_y - self.rect.centery)
angle = -math.degrees(math.atan2(direction.y, direction.x))
self.image = pygame.transform.rotate(self.image, angle)
#angle = -math.degrees(math.atan2(direction.y, direction.x))
kommentar?
Erz,Tank,Zielto WIP: Erz,Tank,ZielWIP: Erz,Tank,Zielto Erz,Tank,Ziel6abca13d4c
to315e3764d1