Bithack / principia

Open source physics-based sandbox game.
https://principia-web.se
Other
259 stars 25 forks source link

Organize stuff a bit #49

Open griffi-gh opened 1 year ago

griffi-gh commented 1 year ago

Entities/Parts should be in their own folder (For example src/src/entites)

rollerozxa commented 1 year ago

Shouldn't it be called src/src/objects? the file that takes care of the object list is called the object_factory after all.

While at it some internal object names can be renamed as well. (escript -> luascript, besserwisser -> sparsifier_plus, tester -> debugger)

griffi-gh commented 1 year ago

Shouldn't it be called src/src/objects? the file that takes care of the object list is called the object_factory after all.

While at it some internal object names can be renamed as well. (escript -> luascript, besserwisser -> sparsifier_plus, tester -> debugger)

yeah I agree, i just forgot the word "objects" lol