pawbyte / Game-Pencil-Engine-Editor

Game Pencil Engine a game engine written from the ground up.
https://gamepencil.net/
MIT License
101 stars 20 forks source link

Remove assets and object vectors/maps from scene class #142

Closed nhurde closed 3 weeks ago

nhurde commented 3 weeks ago

The following variables should be handled by modules or the layer class:

There are some unrelated and unused functions that also pertains to these variables.

They are maybe more useful in the actual branches parent class, but will be left out for now, pending implementation of other related issues for object-inheritance tracking.

nhurde commented 3 weeks ago

Mergd via https://github.com/pawbyte/Game-Pencil-Engine-Editor/pull/144