rdemoparty / stardust

2D sidescroller
2 stars 0 forks source link

Refactoring: move level related scripting functions to a Level table #25

Closed benishor closed 9 years ago

benishor commented 9 years ago

Currently the lua exposed Scene table provides level related methods such as endLevel(), pauseLevel(), restoreLevel(), etc. For increased clarity these should be moved to their own Level table.

benishor commented 9 years ago

Refactoring implemented in revision 10d478d.