This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
en:guides:beginners:viewport_and_camera [2024/11/17 02:20 (5 months ago)] – line highlighing sausage | en:guides:beginners:viewport_and_camera [2024/11/17 02:31 (5 months ago)] (current) – Fixes and alignment to newer orx. sausage | ||
---|---|---|---|
Line 44: | Line 44: | ||
</ | </ | ||
- | A frustum width and height does not have to be the same size as your screen, but for our game, we want it to be. So the '' | + | A frustum width and height does not have to be the same size as your screen, but for our game, we want it to be. So the '' |
<code ini> | <code ini> | ||
Line 69: | Line 69: | ||
Because the camera was specified in the '' | Because the camera was specified in the '' | ||
- | Final thing for this step is to name our game. This name will show in the window title. Set this with the '' | + | Final thing for this step is to name our game. This name will show in the window title. Set this with the '' |
- | < | + | < |
[Display] | [Display] | ||
ScreenWidth | ScreenWidth | ||
Line 77: | Line 77: | ||
Title = Platform Hero | Title = Platform Hero | ||
FullScreen | FullScreen | ||
+ | Decoration | ||
Smoothing | Smoothing | ||
VSync = true | VSync = true | ||
Line 86: | Line 87: | ||
[Display] | [Display] | ||
Title = Platform Hero (Debug) | Title = Platform Hero (Debug) | ||
- | ShowFPS | ||
</ | </ | ||