Godot Version
4.2.1
Question
Hey! I have been trying to make a game where everything is dark, and I’ve been having a couple issues. I made another thread about one of these issues. I was having a problem with darkness in Godot. We ended up fixing this with a MeshInstance2D and a CanvasModulate, instead of a ColorRect. This worked, but when I wanted to add a player, the Modulate turned it black. I fixed this by putting the collisions in the world, but the player sprite in the center of the map with a canvasLayer (the layer would cause issues with moving relative to the world/screen). Now, when I want to add a barrel to my game, I can’t seem to figure out how to put the barrel sprite into a canvas layer and still have it move around.
Any and all ideas for solving these issues would be greatly appreciated.
P.S. my previous thread is here.