Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 557 Bytes

File metadata and controls

14 lines (8 loc) · 557 Bytes

Enter the Gungeon Example API Mod

License: MIT


This repository is a commented example API mod ("backend") for the game "Enter the Gungeon."

As it contains the "base backend" (ETGMod) as submodule, clone recursively!

It replaces the speedrun mode timer with a custom text.

To see how to package an EtG mod, take a look into ExampleAPI.zip

For an example CI setup (Travis CI), take a look at build.sh, .travis.yml and the Travis CI output.