HeladoDeBrownie / Nexus

creative sandbox game in early development
MIT License
3 stars 1 forks source link

move remaining augment and mix calls to beginning of their modules #93

Closed HeladoDeBrownie closed 3 years ago

HeladoDeBrownie commented 3 years ago

for clarity, calls to augment and mix should go in the initial assignment of the module table variables instead of only in the return. some modules have been reworked like this already but not all

HeladoDeBrownie commented 3 years ago

Sprite in fact is an example of a module that relies on this placement, due to calling Sprite.new within itself

HeladoDeBrownie commented 3 years ago

resolved by https://github.com/HeladoDeBrownie/Nexus/commit/5275484f11b913a6a2f9739fc00ad1ef44612468