pygame-ce 2.3.0 (SDL 2.26.4, Python 3.10.11)
Win10 64-bit
Traceback (most recent call last):
File "C:\Users\Administrator\Downloads\Hycean - Linux\game_name.py", line 4, in <module>
App().run()
File "C:\Users\Administrator\Downloads\Hycean - Linux\src\app.py", line 111, in run
self.state.render()
File "C:\Users\Administrator\Downloads\Hycean - Linux\src\scripts\states\space.py", line 277, in render
if not (ocean := self.app.oceans.get(self.LandIndicator.planet.primary_material[0], False)):
AttributeError: 'NoneType' object has no attribute 'primary_material'