File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed
mods_2.0/050_energy-condenser-quality-edition Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ Date: ????
7
7
- Make frame count coexist with the shadow
8
8
- Try to get the working visualization to work
9
9
- Fix the working viz due to nesting
10
+ - Make it look good day and night
10
11
---------------------------------------------------------------------------------------------------
11
12
Version: 0.0.1
12
13
Date: 2025. 01. 03
Original file line number Diff line number Diff line change @@ -50,7 +50,33 @@ local graphics_set = {
50
50
frame_count = 80 ,
51
51
animation_speed = 0.5 ,
52
52
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
54
80
blend_mode = " additive" ,
55
81
stripes =
56
82
{
You can’t perform that action at this time.
0 commit comments