diff --git a/sim_scenes/interest/__init__.py b/sim_scenes/funny/__init__.py similarity index 100% rename from sim_scenes/interest/__init__.py rename to sim_scenes/funny/__init__.py diff --git a/sim_scenes/interest/images/eye.png b/sim_scenes/funny/images/eye.png similarity index 100% rename from sim_scenes/interest/images/eye.png rename to sim_scenes/funny/images/eye.png diff --git a/sim_scenes/interest/images/eye.psd b/sim_scenes/funny/images/eye.psd similarity index 100% rename from sim_scenes/interest/images/eye.psd rename to sim_scenes/funny/images/eye.psd diff --git a/sim_scenes/interest/images/python.png b/sim_scenes/funny/images/python.png similarity index 100% rename from sim_scenes/interest/images/python.png rename to sim_scenes/funny/images/python.png diff --git a/sim_scenes/interest/images/python.psd b/sim_scenes/funny/images/python.psd similarity index 100% rename from sim_scenes/interest/images/python.psd rename to sim_scenes/funny/images/python.psd diff --git a/sim_scenes/interest/text_bodies.py b/sim_scenes/funny/text_bodies.py similarity index 96% rename from sim_scenes/interest/text_bodies.py rename to sim_scenes/funny/text_bodies.py index 81f7238d060263885e3e7d58fcde54a09283953a..d63c7a9ac4375aed3992d5b6fe7308ed4e9f3720 100644 --- a/sim_scenes/interest/text_bodies.py +++ b/sim_scenes/funny/text_bodies.py @@ -9,7 +9,7 @@ from bodies import FixedStar, ColorBody from common.consts import SECONDS_PER_HOUR, SECONDS_PER_DAY, SECONDS_PER_WEEK from sim_scenes.func import ursina_run -from sim_scenes.interest.utils.body_utils import gen_bodies_from_image +from sim_scenes.funny.utils.body_utils import gen_bodies_from_image def show_text_bodies(): diff --git a/sim_scenes/interest/the_eye_of_god.py b/sim_scenes/funny/the_eye_of_god.py similarity index 96% rename from sim_scenes/interest/the_eye_of_god.py rename to sim_scenes/funny/the_eye_of_god.py index af6131bc75a88e8bb114950276d65263328f486f..0f58e05b42b7aced6f62978f8f6d9604aaa2805c 100644 --- a/sim_scenes/interest/the_eye_of_god.py +++ b/sim_scenes/funny/the_eye_of_god.py @@ -9,7 +9,7 @@ from bodies import FixedStar, Body from common.consts import SECONDS_PER_HOUR, SECONDS_PER_DAY, SECONDS_PER_WEEK from sim_scenes.func import ursina_run -from sim_scenes.interest.utils.body_utils import gen_bodies_from_image +from sim_scenes.funny.utils.body_utils import gen_bodies_from_image def show_eye_of_god(): diff --git a/sim_scenes/interest/utils/__init__.py b/sim_scenes/funny/utils/__init__.py similarity index 100% rename from sim_scenes/interest/utils/__init__.py rename to sim_scenes/funny/utils/__init__.py diff --git a/sim_scenes/interest/utils/body_utils.py b/sim_scenes/funny/utils/body_utils.py similarity index 100% rename from sim_scenes/interest/utils/body_utils.py rename to sim_scenes/funny/utils/body_utils.py