You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the part of the code base that needs to be cleaned up
Currently our events have a property called hasBottomTextBorder. It seems like this property is only true for the LandingEvent, in which case it may be better to just handle the beginning of the game differently instead of littering all our events with this property which is going to be false in most circumstances.
Provide suggestions on how we can clean this up
To be discussed
The text was updated successfully, but these errors were encountered:
Describe the part of the code base that needs to be cleaned up
Currently our events have a property called
hasBottomTextBorder
. It seems like this property is only true for theLandingEvent
, in which case it may be better to just handle the beginning of the game differently instead of littering all our events with this property which is going to be false in most circumstances.Provide suggestions on how we can clean this up
To be discussed
The text was updated successfully, but these errors were encountered: