CoilBrew / sidescroller

0 stars 0 forks source link

Floor class needs an import #3

Closed chrisgrounds closed 6 years ago

chrisgrounds commented 7 years ago
    class Floor(Universe):
NameError: name 'Universe' is not defined

I think this just means that the Floor class needs to import the Universe class.