vrld / hump

LÖVE Helper Utilities for Massive Progression
http://hump.readthedocs.org
1.09k stars 154 forks source link

added init.lua #130

Closed nirokay closed 2 years ago

nirokay commented 2 years ago

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!

HDictus commented 2 years ago

This repository is not maintained. I am maintaining a fork of it at https://github.com/HDictus/hump, you could make a PR there.