From 15fb432a10fd328d051eb7cb820f73f876338c25 Mon Sep 17 00:00:00 2001 From: adrienmalin <41926238+adrienmalin@users.noreply.github.com> Date: Mon, 6 Aug 2018 02:44:58 +0200 Subject: [PATCH] Rename backgrounds --- ...spacefield_a-000.png => 01-spacefield_a-000.png} | Bin ...ez_space_lite_01.png => 02-ez_space_lite_01.png} | Bin consts.py | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename backgrounds/{00-spacefield_a-000.png => 01-spacefield_a-000.png} (100%) rename backgrounds/{01-ez_space_lite_01.png => 02-ez_space_lite_01.png} (100%) diff --git a/backgrounds/00-spacefield_a-000.png b/backgrounds/01-spacefield_a-000.png similarity index 100% rename from backgrounds/00-spacefield_a-000.png rename to backgrounds/01-spacefield_a-000.png diff --git a/backgrounds/01-ez_space_lite_01.png b/backgrounds/02-ez_space_lite_01.png similarity index 100% rename from backgrounds/01-ez_space_lite_01.png rename to backgrounds/02-ez_space_lite_01.png diff --git a/consts.py b/consts.py index 7103113..cbd67a0 100644 --- a/consts.py +++ b/consts.py @@ -10,7 +10,7 @@ from qt5 import QtGui PATH = os.path.dirname(os.path.abspath(__file__)) ICON_PATH = os.path.join(PATH, "icons", "icon.ico") BG_IMAGE_DIR = os.path.join(PATH, "backgrounds") -START_BG_IMAGE_NAME = "00-spacefield_a-000.png" +START_BG_IMAGE_NAME = "01-spacefield_a-000.png" MUSICS_DIR = os.path.join(PATH, "musics") SFX_DIR = os.path.join(PATH, "sfx") LINE_CLEAR_SFX_PATH = os.path.join(SFX_DIR, "line_clear.wav")