Skip to content

Commit

Permalink
i had forgotten the FPS counter in .ini of S08 & S09
Browse files Browse the repository at this point in the history
  • Loading branch information
jeangit committed Sep 18, 2020
1 parent ecd50c4 commit 91ed718
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions official_samples/S08_physics.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
; orx - Tutorial config file
; Should be used with orx v.1.4+

; this is an include for customizing this ini file
; for the Nim adaptation of the official sample.
@S_commons.ini@

[Display]
; we use the same size for the screen display than our camera's frustum so as to obtain a 1:1 ratio
ScreenWidth = @Camera.FrustumWidth
Expand Down
4 changes: 4 additions & 0 deletions official_samples/S09_scrolling.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
; orx - Tutorial config file
; Should be used with orx v.1.4+

; this is an include for customizing this ini file
; for the Nim adaptation of the official sample.
@S_commons.ini@

[Display]
; we use the same size for the screen display than our camera's frustum so as to obtain a 1:1 ratio
ScreenWidth = @Camera.FrustumWidth
Expand Down

0 comments on commit 91ed718

Please sign in to comment.