Changeset - 54d0e361c160
[Not reviewed]
default
5 2 1
Silverwing - 5 years ago 2019-05-26 13:27:02

Cleanup of media
8 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
images/air_0.png
Show inline comments
 
deleted file
 
binary diff not shown
Show images
images/air_1.png
Show inline comments
 
deleted file
 
binary diff not shown
Show images
images/air_2.png
Show inline comments
 
deleted file
 
binary diff not shown
Show images
images/air_3.png
Show inline comments
 
deleted file
 
binary diff not shown
Show images
images/air_bg.png
Show inline comments
 
deleted file
 
binary diff not shown
Show images
images/power_bg.png
Show inline comments
 
new file 100644
 
binary diff not shown
Show images
lse_confrontation.lua
Show inline comments
 
@@ -1365,7 +1365,7 @@ lse_powerplant_control_dlg = dlg {
 
    states = {0, 1, 0, 1};
 
    locked = 1;
 
    pic = function(s)
 
        local image = 'images/power_bcg.png';
 
        local image = 'images/power_bg.png';
 
        if (s.locked == 1) then
 
            image = image .. ";images/power_lock.png@62,31";
 
        elseif (s.locked == 2) then
lse_powerplant.lua
Show inline comments
 
@@ -110,7 +110,7 @@ powerplant_defence_control_dlg = dlg {
 
	states = {0, 1, 0, 1};
 
	locked = 1;
 
	pic = function(s)
 
		local image = 'images/power_bcg.png';
 
		local image = 'images/power_bg.png';
 
		if (s.locked == 1) then
 
			image = image .. ";images/power_lock.png@62,31";
 
		elseif (s.locked == 2) then
0 comments (0 inline, 0 general)