mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-23 07:58:09 +00:00
added the game
This commit is contained in:
5
Scripts/Parts/PostProcessingNode.gd
Executable file
5
Scripts/Parts/PostProcessingNode.gd
Executable file
@@ -0,0 +1,5 @@
|
||||
extends Node
|
||||
|
||||
func _process(delta: float) -> void:
|
||||
#%ColorRect.visible = bool(Global.colour_palette)
|
||||
%ColorRect.material.set_shader_parameter("y_offset", Global.colour_palette)
|
Reference in New Issue
Block a user