smileyface12349 / notorious-narwhals

Summer Code Jam 2021 on Python Discord - Team Notorious Narwhals
MIT License
6 stars 0 forks source link

GameObject class #10

Open smileyface12349 opened 3 years ago

smileyface12349 commented 3 years ago

This class must have all properties defined in the doc as attributes

Specialist objects (e.g. ramp, lever) will most likely inherit from this class

Noxmain commented 3 years ago

box.py wants the GameObject class to have the properties color and override_colors. Please add these.