mirror of
https://github.com/cave-story-randomizer/cave-story-randomizer
synced 2025-07-15 16:06:50 +00:00
Added icon
This commit is contained in:
parent
1fac09e2b6
commit
e02ce13c62
|
@ -8,7 +8,7 @@ math.randomseed(seed)
|
||||||
function love.conf(t)
|
function love.conf(t)
|
||||||
t.window = {
|
t.window = {
|
||||||
title = "Cave Story Randomizer",
|
title = "Cave Story Randomizer",
|
||||||
-- icon = 'icon.png',
|
icon = 'icon.png',
|
||||||
width = 640,
|
width = 640,
|
||||||
height = 480,
|
height = 480,
|
||||||
resizable = false,
|
resizable = false,
|
||||||
|
|
BIN
src/icon.png
Normal file
BIN
src/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 593 B |
Loading…
Reference in a new issue