From c070ee1e0322aef9f5ea2fe685ec6c5577a9fe84 Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Thu, 3 Mar 2022 13:15:11 +0100 Subject: [PATCH] pub merge test c --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index a5f5adf6..002847f6 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,6 @@ 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. -testing PUB B (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.