From 748223bf749e9552658d67e6a0968167aa179603 Mon Sep 17 00:00:00 2001 From: Louis King Date: Mon, 20 Nov 2023 23:00:46 +0000 Subject: [PATCH] Moved stuff --- {testing => wideboy/testing}/joypad.py | 0 {testing => wideboy/testing}/pygame_simple.py | 0 {testing => wideboy/testing}/sprites/__init__.py | 0 {testing => wideboy/testing}/sprites/__main__.py | 0 {testing => wideboy/testing}/sprites/archive/rawgraphics.py | 0 {testing => wideboy/testing}/sprites/lib/helpers.py | 0 {testing => wideboy/testing}/sprites/lib/tile_grid.py | 0 {testing => wideboy/testing}/sprites/tiles.py | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename {testing => wideboy/testing}/joypad.py (100%) rename {testing => wideboy/testing}/pygame_simple.py (100%) rename {testing => wideboy/testing}/sprites/__init__.py (100%) rename {testing => wideboy/testing}/sprites/__main__.py (100%) rename {testing => wideboy/testing}/sprites/archive/rawgraphics.py (100%) rename {testing => wideboy/testing}/sprites/lib/helpers.py (100%) rename {testing => wideboy/testing}/sprites/lib/tile_grid.py (100%) rename {testing => wideboy/testing}/sprites/tiles.py (100%) diff --git a/testing/joypad.py b/wideboy/testing/joypad.py similarity index 100% rename from testing/joypad.py rename to wideboy/testing/joypad.py diff --git a/testing/pygame_simple.py b/wideboy/testing/pygame_simple.py similarity index 100% rename from testing/pygame_simple.py rename to wideboy/testing/pygame_simple.py diff --git a/testing/sprites/__init__.py b/wideboy/testing/sprites/__init__.py similarity index 100% rename from testing/sprites/__init__.py rename to wideboy/testing/sprites/__init__.py diff --git a/testing/sprites/__main__.py b/wideboy/testing/sprites/__main__.py similarity index 100% rename from testing/sprites/__main__.py rename to wideboy/testing/sprites/__main__.py diff --git a/testing/sprites/archive/rawgraphics.py b/wideboy/testing/sprites/archive/rawgraphics.py similarity index 100% rename from testing/sprites/archive/rawgraphics.py rename to wideboy/testing/sprites/archive/rawgraphics.py diff --git a/testing/sprites/lib/helpers.py b/wideboy/testing/sprites/lib/helpers.py similarity index 100% rename from testing/sprites/lib/helpers.py rename to wideboy/testing/sprites/lib/helpers.py diff --git a/testing/sprites/lib/tile_grid.py b/wideboy/testing/sprites/lib/tile_grid.py similarity index 100% rename from testing/sprites/lib/tile_grid.py rename to wideboy/testing/sprites/lib/tile_grid.py diff --git a/testing/sprites/tiles.py b/wideboy/testing/sprites/tiles.py similarity index 100% rename from testing/sprites/tiles.py rename to wideboy/testing/sprites/tiles.py