add-tractor #10

Merged
s459307 merged 3 commits from add-tractor into master 2022-03-25 04:26:07 +01:00
3 changed files with 1 additions and 1 deletions
Showing only changes of commit 86d38ad0e5 - Show all commits

BIN
assets/tracktor/tractor.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

View File

@ -6,7 +6,7 @@ import settings
import common
import agent
AGENT_IMG = pygame.image.load("dot-22-433567.png")
AGENT_IMG = pygame.image.load('./assets/tracktor/tractor.png')
AGENT = pygame.transform.scale(AGENT_IMG, (settings.Field.size(), settings.Field.size()))
possibleFields = {