So, im fiddling with a tutorial and i have encountered an issue when i try to run my program i get a message in the command prompt saying
Attribute Error: GameTwo instance has no attribute ‘update_task’
taskMgr
self.taskMgr.add(self.update_task, “update_task”)
my update task
def update_task(self, task):
self.update_player()
self.update_camera()
return Task.cont
im not sure how to pull everything off the cmd prompt and i can post more code if need be but assistance would be appreciated, like why this is happening and how to resolve the issue i have searched in many places