From 5b52d791552a956038397898b02b67ce50b56880 Mon Sep 17 00:00:00 2001 From: J-onasJones Date: Tue, 8 Oct 2024 20:06:09 +0200 Subject: [PATCH] moved tabletop scripts to dedicated folder --- .../tabletop_fliptable_loop.py | 0 .../tabletop_savetochest_loop.py | 0 .../tabletop_tint_loop.py | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename tabletop_fliptable_loop.py => tabletop_achievements/tabletop_fliptable_loop.py (100%) rename tabletop_savetochest_loop.py => tabletop_achievements/tabletop_savetochest_loop.py (100%) rename tabletop_tint_loop.py => tabletop_achievements/tabletop_tint_loop.py (100%) diff --git a/tabletop_fliptable_loop.py b/tabletop_achievements/tabletop_fliptable_loop.py similarity index 100% rename from tabletop_fliptable_loop.py rename to tabletop_achievements/tabletop_fliptable_loop.py diff --git a/tabletop_savetochest_loop.py b/tabletop_achievements/tabletop_savetochest_loop.py similarity index 100% rename from tabletop_savetochest_loop.py rename to tabletop_achievements/tabletop_savetochest_loop.py diff --git a/tabletop_tint_loop.py b/tabletop_achievements/tabletop_tint_loop.py similarity index 100% rename from tabletop_tint_loop.py rename to tabletop_achievements/tabletop_tint_loop.py