Features

Get Started

View on GitHub

Download Latest Release

Example: Adding a Texture with Lua


-- Add the hero texture to the asset manager
if AssetManager.add_texture("Fezqi", "./assets/fezi.png", true) then
    print("Added texture [Fezqi] successfully")
else
    print("Failed to add the [Fezqi] texture")
end