.
This commit is contained in:
parent
e71fa0b15c
commit
7729ed20f6
2
main.py
2
main.py
@ -2,7 +2,7 @@ import pygame
|
||||
import sys
|
||||
import tractor
|
||||
import src.screen as screen
|
||||
import src.plant as plant
|
||||
import src.Plant as plant
|
||||
from src.Tractor import Tractor as ractor2
|
||||
#import src.tractor as tractor2
|
||||
|
||||
|
1
main2.py
1
main2.py
@ -22,7 +22,6 @@ screen = pygame.display.set_mode(SIZE)
|
||||
pygame.display.set_caption("Traktor_interaktor")
|
||||
background = pygame.image.load("assets/farmland.jpg")
|
||||
background = pygame.transform.scale(background,SIZE)
|
||||
screen.fill((90,50,20))
|
||||
background.fill((90,50,20))
|
||||
|
||||
for line in range(25):
|
||||
|
Loading…
Reference in New Issue
Block a user