From 6e392a3928c98d49bca46a0c2f384ecb4fc6b59d Mon Sep 17 00:00:00 2001 From: lbcmk <30442978+lbcmk@users.noreply.github.com> Date: Sun, 10 Jul 2022 23:14:58 -0400 Subject: [PATCH] Changed init requirements --- Function/Portal.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Function/Portal.py b/Function/Portal.py index 1062ea0..64e2076 100644 --- a/Function/Portal.py +++ b/Function/Portal.py @@ -5,11 +5,7 @@ from Function.WorldCoords import * class Transition: - def __init__(self, nextLevel, X, Y): - self.level = nextLevel - self.x = X - self.y = Y - + def __init__(self): self.height = 150 self.width = 80 -- 2.54.0