jakubg1 / OpenSMCE

Game engine which allows creating a broad range of marble popper games.
MIT License
14 stars 11 forks source link

Spheres: Split magnetization tables and match tables #106

Open jakubg1 opened 1 year ago

jakubg1 commented 1 year ago

Currently, in sphere data, there is one magnetization table which performs a few things at once. It is used to check whether a match has been made and whether the spheres should magnetize. Make them separate lists.