We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 192824e commit 9d5fe3aCopy full SHA for 9d5fe3a
fxgl/src/main/kotlin/com/almasb/fxgl/app/scene/Viewport.kt
@@ -123,7 +123,7 @@ class Viewport
123
* This is only used for visual effects and acts like a viewport overlay.
124
* Its x and y follow the actual x and y of viewport.
125
*/
126
- internal val camera = Entity()
+ val camera = Entity()
127
128
/**
129
* Binds the viewport to entity so that it follows the given entity.
0 commit comments