From 0db8d3edf0e84f53dfe5005031b48ac979dc0bd3 Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Thu, 3 Mar 2022 13:23:27 +0100 Subject: [PATCH] more pub sync testinc (D) --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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.