mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-11 10:11:09 +00:00
[MIRROR] Fix distortion effect cutting [MDB IGNORE] (#11667)
* Fix distortion effect cutting (#64947) Changed blend mode for the plane master * Fix distortion effect cutting Co-authored-by: TiviPlus <57223640+TiviPlus@users.noreply.github.com>
This commit is contained in:
@@ -238,6 +238,8 @@
|
|||||||
name = "gravpulse plane"
|
name = "gravpulse plane"
|
||||||
mouse_opacity = MOUSE_OPACITY_TRANSPARENT
|
mouse_opacity = MOUSE_OPACITY_TRANSPARENT
|
||||||
plane = GRAVITY_PULSE_PLANE
|
plane = GRAVITY_PULSE_PLANE
|
||||||
|
blend_mode = BLEND_ADD
|
||||||
|
blend_mode_override = BLEND_ADD
|
||||||
render_target = GRAVITY_PULSE_RENDER_TARGET
|
render_target = GRAVITY_PULSE_RENDER_TARGET
|
||||||
render_relay_plane = null
|
render_relay_plane = null
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user