~repos /gdx-studio

#libgdx#java#desktop

git clone https://pyrossh.dev/repos/gdx-studio.git

An IDE for creating Games using libgdx and Java supported on all platforms Android, iOS, Desktop


7a7f8287 pyros2097

10 years ago
Update README.md
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -109,6 +109,7 @@ Documentation
109
109
  -------------
110
110
  Scene
111
111
  -----
112
+ ```
112
113
  <p>
113
114
  It consists of a single Stage2d, Stage3d, Camera2d, and Camera3d which are all initialized based on the config file.
114
115
  The root of the stage can be accessed in a statically {@link Scene#getRoot()} and methods related to camera like moveTo, moveBy,
@@ -133,7 +134,7 @@ If you want to display your splash screen for more time after the assets have lo
133
134
  Stage.splashDuration to the amount of time you want you splash screen to show. By default the splash screen's
134
135
  lifetime is finished once the assets are loaded and then the next scene is set.
135
136
  </p>
136
-
137
+ ```
137
138
  Camera
138
139
  ------
139
140
  ```java