Renamed tutorial sprite files
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
|
@ -204,7 +204,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"id": "tutorial_block_bottom",
|
||||
"id": "grasslands_block_bottom",
|
||||
"subsheets": [
|
||||
{
|
||||
"id": "1",
|
||||
|
@ -233,7 +233,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"id": "tutorial_block_full",
|
||||
"id": "grasslands_block_full",
|
||||
"subsheets": [
|
||||
{
|
||||
"id": "1",
|
||||
|
@ -262,7 +262,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"id": "tutorial_block_left",
|
||||
"id": "grasslands_block_left",
|
||||
"subsheets": [
|
||||
{
|
||||
"id": "1",
|
||||
|
@ -291,7 +291,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"id": "tutorial_block_right",
|
||||
"id": "grasslands_block_right",
|
||||
"subsheets": [
|
||||
{
|
||||
"id": "1",
|
||||
|
@ -320,7 +320,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"id": "tutorial_block_top",
|
||||
"id": "grasslands_block_top",
|
||||
"subsheets": [
|
||||
{
|
||||
"id": "1",
|
||||
|
@ -349,7 +349,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"id": "tutorial_block_top_left",
|
||||
"id": "grasslands_block_top_left",
|
||||
"subsheets": [
|
||||
{
|
||||
"id": "1",
|
||||
|
@ -378,7 +378,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"id": "tutorial_block_top_right",
|
||||
"id": "grasslands_block_top_right",
|
||||
"subsheets": [
|
||||
{
|
||||
"id": "1",
|
||||
|
|
|
@ -20,7 +20,7 @@ from ui_elements.ClickEvent import ClickEvent
|
|||
from ui_elements.KeyManager import KeyManager
|
||||
|
||||
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'),
|
||||
'cave': pygame.image.load('data/sprites/cave_bg.png'),
|
||||
'menu': pygame.image.load('data/sprites/intro_bg.png'),
|
||||
|
|