Renamed tutorial sprite files

main
Skyball2000 2023-03-30 09:29:18 +02:00
parent b1a9792ec7
commit d4f69e2c9a
10 changed files with 8 additions and 8 deletions

View File

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -204,7 +204,7 @@
] ]
}, },
{ {
"id": "tutorial_block_bottom", "id": "grasslands_block_bottom",
"subsheets": [ "subsheets": [
{ {
"id": "1", "id": "1",
@ -233,7 +233,7 @@
] ]
}, },
{ {
"id": "tutorial_block_full", "id": "grasslands_block_full",
"subsheets": [ "subsheets": [
{ {
"id": "1", "id": "1",
@ -262,7 +262,7 @@
] ]
}, },
{ {
"id": "tutorial_block_left", "id": "grasslands_block_left",
"subsheets": [ "subsheets": [
{ {
"id": "1", "id": "1",
@ -291,7 +291,7 @@
] ]
}, },
{ {
"id": "tutorial_block_right", "id": "grasslands_block_right",
"subsheets": [ "subsheets": [
{ {
"id": "1", "id": "1",
@ -320,7 +320,7 @@
] ]
}, },
{ {
"id": "tutorial_block_top", "id": "grasslands_block_top",
"subsheets": [ "subsheets": [
{ {
"id": "1", "id": "1",
@ -349,7 +349,7 @@
] ]
}, },
{ {
"id": "tutorial_block_top_left", "id": "grasslands_block_top_left",
"subsheets": [ "subsheets": [
{ {
"id": "1", "id": "1",
@ -378,7 +378,7 @@
] ]
}, },
{ {
"id": "tutorial_block_top_right", "id": "grasslands_block_top_right",
"subsheets": [ "subsheets": [
{ {
"id": "1", "id": "1",

View File

@ -20,7 +20,7 @@ from ui_elements.ClickEvent import ClickEvent
from ui_elements.KeyManager import KeyManager from ui_elements.KeyManager import KeyManager
BACKGROUND_IMAGES_UNSCALED = { BACKGROUND_IMAGES_UNSCALED = {
'grasslands': pygame.image.load('data/sprites/tutorial_bg.png'), 'grasslands': pygame.image.load('data/sprites/grasslands_bg.png'),
'castle': pygame.image.load('data/sprites/castle_bg.png'), 'castle': pygame.image.load('data/sprites/castle_bg.png'),
'cave': pygame.image.load('data/sprites/cave_bg.png'), 'cave': pygame.image.load('data/sprites/cave_bg.png'),
'menu': pygame.image.load('data/sprites/intro_bg.png'), 'menu': pygame.image.load('data/sprites/intro_bg.png'),