simadude / obsi

Obsi 2D Game Engine for CC:Tweaked
MIT License
5 stars 0 forks source link

A suggestion #1

Open AlphaTechNinja opened 3 months ago

AlphaTechNinja commented 3 months ago

If you want to make it more Love2d you could implement a class system (I already have one). The reason I suggest adding classes is so objects can easily be checked against another class and the object templates can be implemented as metatables. This would make the engine more memory efficient, faster, and user friendly

AlphaTechNinja commented 3 months ago

I already made a modified version to work with my classes. So far graphics and filesystem have been implemented still haven’t tested them