Clean and tidy images stock : ready for delivery

This commit is contained in:
Fred Z 2018-04-05 18:20:02 +02:00
parent 411668ed8d
commit 80c22b9685
46 changed files with 8 additions and 9 deletions

17
conf.py
View File

@ -10,19 +10,19 @@ import pygame
ELEMENTS = (
{'symbol': 'n', 'name': 'needle', 'cross': True, 'item': True,
'tile': 'img/3-30.png'},
'tile': 'img/needle.png'},
{'symbol': 't', 'name': 'tube', 'cross': True, 'item': True,
'tile': 'img/1-30.png'},
'tile': 'img/rod.png'},
{'symbol': 'e', 'name': 'ether', 'cross': True, 'item': True,
'tile': 'img/2-30.png'},
'tile': 'img/ether.png'},
{'symbol': 'E', 'name': 'exit', 'cross': False, 'item': False,
'tile': 'img/g-30.png'},
'tile': 'img/guardian.png'},
{'symbol': ' ', 'name': 'void', 'cross': True, 'item': False,
'tile': 'img/void-30.png'},
'tile': 'img/floor1.png'},
{'symbol': '.', 'name': 'wall', 'cross': False, 'item': False,
'tile': 'img/wall-30.png'},
'tile': 'img/wall.png'},
{'symbol': 'X', 'name': 'player', 'cross': False, 'item': False,
'tile': 'img/player-30.png'},
'tile': 'img/macgyver.png'},
{'symbol': '\n', 'name': 'nlin', 'cross': False, 'item': False,
'tile': False},
)
@ -52,7 +52,6 @@ MSG_WALL = "That's a wall!"
MSG_WINNER = "Cogratulations! You asleep the guard."
# Files
BACKGRND_FILE = 'img/back-800.png'
MAZE_FILE = '01.maze'
UNKNOWN_FILE = 'img/unknown-30.png'
@ -64,7 +63,7 @@ WIN_SIZE_H = WIN_SIZE_W + HEAD_SIZE_H
WIN_DIM = (WIN_SIZE_W, WIN_SIZE_H)
# FUNCTIONS
# FUNCTION
def elmt_val(kval, ksel, vsel, nline=False):

Binary file not shown.

Before

Width:  |  Height:  |  Size: 600 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 600 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 264 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 874 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 874 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 360 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 372 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 847 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 308 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 230 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 215 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 226 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 216 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 210 KiB

BIN
img/ether.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
img/floor1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 378 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 254 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 360 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 206 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 219 B

BIN
img/guardian.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 334 B

BIN
img/macgyver.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

BIN
img/needle.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 324 KiB

BIN
img/rod.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 623 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 160 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 166 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 347 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 226 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 160 B

BIN
img/wall.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 846 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 437 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 320 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.3 KiB