HOW do i insert shaders to my stage lua file #1440
-
|
is it something like this or i'm just... stupid? here is the shader i want to put in my stage lua file: https://drive.google.com/file/d/1N5WOPVSVve7XpDtIDzumgafaP5MZJYBM/view?usp=sharing |
Beta Was this translation helpful? Give feedback.
Answered by
nate902011
Jan 28, 2026
Replies: 1 comment 3 replies
-
|
you still have to name your object so the game can use it instead of giving it a black tag name also idk if you can give non-camera objects more than one shader at a time |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
that isnt how shaders in psych is added, only for the js engine shaders are named like this. look here for how shaders are used: https://shadowmario.github.io/psychengine.lua/pages/shaders.html
the psych engine wiki is very useful for how to do things using this engine (and other psych forks)