From 67574202902db286334677b326f8d81046a02014 Mon Sep 17 00:00:00 2001 From: notnotmelon Date: Sun, 20 Aug 2023 16:32:41 -0500 Subject: [PATCH] add pyse logo --- prototypes/sprites/sprites.lua | 31 ++++++++++++++++++++++--------- 1 file changed, 22 insertions(+), 9 deletions(-) diff --git a/prototypes/sprites/sprites.lua b/prototypes/sprites/sprites.lua index f9676fe2..a4a9936e 100644 --- a/prototypes/sprites/sprites.lua +++ b/prototypes/sprites/sprites.lua @@ -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{ {