Added init file to load all modules with one line of code :)
All hump modules can be loaded with hump = require("hump") instead of loading all modules one at a time.
To access the (for example) camera module, it is now stored in hump.camera. Normal way of loading each module on its own is still possible!
Added init file to load all modules with one line of code :) All hump modules can be loaded with
hump = require("hump")
instead of loading all modules one at a time.To access the (for example) camera module, it is now stored in
hump.camera
. Normal way of loading each module on its own is still possible!