-
Hi all, I've just started playing around and found most of my beginner questions answered in the docs, except:
(I don't have a 'player' as such, just moving the ViewPort around the play area.) |
Beta Was this translation helpful? Give feedback.
Answered by
AlmasB
Jul 14, 2023
Replies: 1 comment 1 reply
-
Hi there,
Feel free to post any questions that may arise during development. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Gomaya19
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there,
FXGL.getGameScene().setBackgroundColor(Color.BLACK)
. Here is a sample showing how to use a scrolling background for when you need it.This is fine as there is no built-in way of listening for zoom events in Input.
Feel free to post any questions that may arise during development.