Put commissioned you are a winner image in

This commit is contained in:
Juhani Krekelä 2019-07-01 00:00:28 +03:00
parent ab708f5c86
commit e7986bd1b1
4 changed files with 6 additions and 1 deletions

4
README
View File

@ -24,3 +24,7 @@ c - configure keybindings
The game code and assets are under Creative Commons Zero 1.0 Universal
license. If other code or data is distributed alongside them, see the
attached license.txt file for information about their licenses.
Authors:
Ending screen - Teuer
Rest of the game - nortti

View File

@ -47,7 +47,7 @@ direction_keys['space'] = directions.inplace
local control_keys = {quit = 'q', restart = 'r', configure = 'c', autoexplore = 'a'}
local win_image = nil
local win_is_raster = false
local win_is_raster = true
-- ------------------------------------------------------------------
-- Cavern generation
@ -1191,6 +1191,7 @@ function love.keypressed(key)
last_key_pressed = key
elseif key == 'pause' then
debug = not debug
win_is_raster = not win_is_raster
end
end
end

Binary file not shown.

Before

Width:  |  Height:  |  Size: 0 B

After

Width:  |  Height:  |  Size: 23 KiB

BIN
win_image_alternate.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB