User Tools

Site Tools


en:tutorials:orxscroll:binding-orxscroll

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:tutorials:orxscroll:binding-orxscroll [2025/04/04 16:29 (8 months ago)] – added section [Main] to the config file ulrivoen:tutorials:orxscroll:binding-orxscroll [2025/11/30 14:33 (27 hours ago)] (current) – Update ini template to match latest orx, Scroll, and the linked repository hcarty
Line 47: Line 47:
 ; FullScreen = false + Decoration = false + no dimension -> Borderless FullScreen ; FullScreen = false + Decoration = false + no dimension -> Borderless FullScreen
 Title           = The Binding of Objects Title           = The Binding of Objects
 +IconList        = logo.webp
 FullScreen      = false FullScreen      = false
 Decoration      = false Decoration      = false
Line 58: Line 59:
 [Resource] [Resource]
 Texture         = bundle: # bundle:BindingOfObjects.obr # ../data/texture Texture         = bundle: # bundle:BindingOfObjects.obr # ../data/texture
 +Font            = bundle: # bundle:BindingOfObjects.obr # ../data/font
 Sound           = bundle: # bundle:BindingOfObjects.obr # ../data/sound Sound           = bundle: # bundle:BindingOfObjects.obr # ../data/sound
 +
 +[Bundle]
 +ExcludeList     = BindingOfObjects
 +
 +[Clock]
 +AllowSleep      = false
 +
 +[Config]
 +DefaultParent   = Default
 +
 +[Default]
 +KeepInCache     = true
 +Pivot           = center
  
 [Input] [Input]
Line 75: Line 90:
  
 [MainCamera] [MainCamera]
-FrustumWidth    = 1280 +FrustumWidth    = 1920 
-FrustumHeight   720 +FrustumHeight   1080 
-FrustumFar      = 10+FrustumFar      = 2
 FrustumNear     = 0 FrustumNear     = 0
-Position        = (0, 0, -2)+Position        = -1 ; Objects with -1 <= Z <= 1 will be visible 
 +; Using a unique proxy object, sharing the same name 
 +OnCreate        = >> Camera.Get MainCamera, Camera.SetPosition < (0, 0), Camera.SetParent < ^, Set @ ID ^
  
 [Scene] [Scene]
en/tutorials/orxscroll/binding-orxscroll.1743784167.txt.gz · Last modified: 2025/09/30 17:26 (2 months ago) (external edit)