Erz,Tank,Ziel #1

Merged
Yadciel merged 1 commits from Lf8 into main 2023-03-31 12:15:11 +02:00
Collaborator
No description provided.
Faxor added 1 commit 2023-03-31 11:59:37 +02:00
Yadciel requested changes 2023-03-31 12:03:23 +02:00
game.py Outdated
@ -1,4 +1,6 @@
import pygame
Owner

raus

raus
Yadciel marked this conversation as resolved
game.py Outdated
@ -8,1 +10,4 @@
player1 = player.Player(0, 0)
Erzmine = background.Erz()
Tanken = background.Tank()
Ziele = background.Ziel()
Owner

Ziele? mehrere?

Ziele? mehrere?
Faxor marked this conversation as resolved
player.py Outdated
@ -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))
Owner

kommentar?

kommentar?
Faxor marked this conversation as resolved
Yadciel changed title from Erz,Tank,Ziel to WIP: Erz,Tank,Ziel 2023-03-31 12:03:53 +02:00
Yadciel changed title from WIP: Erz,Tank,Ziel to Erz,Tank,Ziel 2023-03-31 12:13:25 +02:00
Yadciel force-pushed Lf8 from 6abca13d4c to 315e3764d1 2023-03-31 12:13:51 +02:00 Compare
Yadciel merged commit 76694f3407 into main 2023-03-31 12:15:10 +02:00
Faxor requested review from Yadciel 2023-03-31 12:47:01 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Yadciel/LF08#1
No description provided.