Skip to content

Commit 6548bf8

Browse files
committed
Make it look good day and night
1 parent 3a01588 commit 6548bf8

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

mods_2.0/050_energy-condenser-quality-edition/changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Date: ????
77
- Make frame count coexist with the shadow
88
- Try to get the working visualization to work
99
- Fix the working viz due to nesting
10+
- Make it look good day and night
1011
---------------------------------------------------------------------------------------------------
1112
Version: 0.0.1
1213
Date: 2025. 01. 03

mods_2.0/050_energy-condenser-quality-edition/graphics/disruptor/pictures.lua

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,33 @@ local graphics_set = {
5050
frame_count = 80,
5151
animation_speed = 0.5,
5252
scale = 0.5,
53-
draw_as_light = true,
53+
-- draw_as_light = true,
54+
blend_mode = "additive",
55+
stripes =
56+
{
57+
{
58+
filename = mod_directory .. "/graphics/disruptor/disruptor-hr-emission-1.png",
59+
width_in_frames = 8,
60+
height_in_frames = 8,
61+
},
62+
{
63+
filename = mod_directory .. "/graphics/disruptor/disruptor-hr-emission-2.png",
64+
width_in_frames = 8,
65+
height_in_frames = 2,
66+
},
67+
},
68+
},
69+
},
70+
{
71+
fadeout = true,
72+
animation = {
73+
priority = "high",
74+
width = 590,
75+
height = 590,
76+
frame_count = 80,
77+
animation_speed = 0.5,
78+
scale = 0.5,
79+
draw_as_light = true, -- only difference
5480
blend_mode = "additive",
5581
stripes =
5682
{

0 commit comments

Comments
 (0)