Skip to content

Commit

Permalink
add pyse logo
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Aug 20, 2023
1 parent 92f5389 commit 6757420
Showing 1 changed file with 22 additions and 9 deletions.
31 changes: 22 additions & 9 deletions prototypes/sprites/sprites.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,28 @@ data:extend{{
flags = {'gui-icon'}
}}

data:extend{{
type = 'sprite',
name = 'pywiki-logos',
filename = '__pycoalprocessinggraphics__/graphics/logos.png',
priority = 'high',
width = 720,
height = 288,
flags = {'gui-icon'}
}}
if mods.pystellarexpedition then
data:extend{{
type = 'sprite',
name = 'pywiki-logos',
filename = '__pycoalprocessinggraphics__/graphics/logos2.png',
priority = 'high',
width = 576,
height = 432,
flags = {'gui-icon'}
}}
else
data:extend{{
type = 'sprite',
name = 'pywiki-logos',
filename = '__pycoalprocessinggraphics__/graphics/logos.png',
priority = 'high',
width = 720,
height = 288,
flags = {'gui-icon'}
}}

end

data:extend{
{
Expand Down

0 comments on commit 6757420

Please sign in to comment.