Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add subdirectory functionality for compilation #13

Open
IceDynamix opened this issue Jun 3, 2020 · 0 comments
Open

Add subdirectory functionality for compilation #13

IceDynamix opened this issue Jun 3, 2020 · 0 comments
Labels
section: project structure things relating to compilation or file structure

Comments

@IceDynamix
Copy link
Owner

  • menu
    • information.lua
    • cubic-bezier.lua

should result in

menu = {}
-------------------------------------------------------------------------------------
-- modules\menu
-------------------------------------------------------------------------------------

-- <content from information.lua>

-- <content from cubic-bezier.lua>

This would allow for a menu to be split up into different functions without too much chaos in a single file containing all menus

@IceDynamix IceDynamix added the section: project structure things relating to compilation or file structure label Jun 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
section: project structure things relating to compilation or file structure
Projects
None yet
Development

No branches or pull requests

1 participant