My water blue with GraphicsA2 is not animate on my second room act2 #135
Answered
by
TrianglyRU
NemesisMeme
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
TrianglyRU
May 1, 2025
Replies: 1 comment 8 replies
-
|
Hi everyone, I have a problem with graphicsA2, the blue water does not animate, it only does that on my act 2 |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


You better read about the palette functions in the wiki. palette_load is called in the room's create event (in this case, c_stage's create event) to load the palette sprite. If it lacks your colour, you won't get anything from it
pal_run_rotation rotates the colours in real time that's why it is called in the step event. The argument breakdown is in the wiki as well