Awesome fun Tubes! for transporting items around
  • Java 99.4%
  • Python 0.6%
Find a file
LorenzoDCC 7f99afd633 let there be portuguese! pt_BR.lang!
Yay! Globalization!
...or localization...
Well, it doesn't matter, as long as the translations are correct, I guess.
2014-10-20 15:33:03 -02:00
gradle/wrapper Reformatted project for new build system 2014-05-01 21:19:00 +10:00
src let there be portuguese! pt_BR.lang! 2014-10-20 15:33:03 -02:00
.gitignore Reformatted project for new build system 2014-05-01 21:19:00 +10:00
build.gradle Changed version for release 2014-05-30 14:18:32 +10:00
gradlew Reformatted project for new build system 2014-05-01 21:19:00 +10:00
gradlew.bat Reformatted project for new build system 2014-05-01 21:19:00 +10:00
nameGenerator.py Added nameGenerator.py which translates names to srg names for NameMapping 2014-01-20 13:34:16 +11:00
README.md Removed old build file and updated readme 2014-05-03 18:32:03 +10:00

API Usage

The prefered method for using Tubes API is to put a dev version jar on the build path and just reference it.

If you need to include source code from Tubes, please only include exactly which files you need.

[Dev version downloads] (https://github.com/Schmoller/Tubes/wiki/Dev-versions)

Languages

If you wish to contribute a language please use the en_US.lang file in the assets/lang directory as the base for translations

Once you have finished a translation please submit a Pull Request. Please remember to use UTF-8 encoding on language files.

Building

Make sure you have python installed and available on the system PATH.

Run "gradlew build" from a terminal/command prompt. The output will be in build/libs