diff --git a/README.md b/README.md index 65fe61ee..8a1ce22f 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ The Ballistica project is the foundation for the next generation of [BombSquad]( [Head to the project wiki to get started](https://github.com/efroemling/ballistica/wiki), or learn more about the project below. +Test Pub C (Ignore this) + ### Project Goals * Cleanup * BombSquad's codebase, and especially its scripting layer, have grown a lot over its lifetime, but not always in a 'designed' way. It was overdue for a major refactoring, which should keep it more maintainable for years to come. Examples of this include breaking up the monstrous twenty-six-thousand-line bsUI.py file into a much cleaner individual subpackages, updating all code from Python 2.7 to the latest 3.X versions, and adding type annotations to the entire codebase.