Water Background shows up at the very top and it's inverted #28
Answered
by
TrianglyRU
RunninPigeon
asked this question in
Q&A
-
im trying to get the water background to the water height of 1240 but it keeps showing up at the top and inverted for some reason:
|
Beta Was this translation helpful? Give feedback.
Answered by
TrianglyRU
Sep 8, 2024
Replies: 1 comment 5 replies
-
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
m_stage_set()
should be the very first function calledNow, let's configure c_stage specifically for
rm_myroom
. Start by calling them_stage_set()
function."Also, you have no idea how arguments work if you try to pass to a function an argument from another function. Please, spend some time to learns the basics of programming and GameMaker Language.
Your code should be like this: