| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125 |
- object Form1: TForm1
- Left = 0
- Top = 0
- Margins.Left = 5
- Margins.Top = 5
- Margins.Right = 5
- Margins.Bottom = 5
- Caption = 'Game Menu'
- ClientHeight = 763
- ClientWidth = 982
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -19
- Font.Name = 'Tahoma'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- OnKeyDown = FormKeyDown
- PixelsPerInch = 168
- TextHeight = 23
- object GLSceneViewer1: TGLSceneViewer
- Left = 0
- Top = 0
- Width = 982
- Height = 716
- Margins.Left = 5
- Margins.Top = 5
- Margins.Right = 5
- Margins.Bottom = 5
- Camera = GLCamera1
- Buffer.BackgroundColor = clGray
- FieldOfView = 164.098449707031300000
- PenAsTouch = False
- Align = alClient
- OnMouseDown = GLSceneViewer1MouseDown
- OnMouseMove = GLSceneViewer1MouseMove
- TabOrder = 0
- end
- object MainPanel: TPanel
- Left = 0
- Top = 716
- Width = 982
- Height = 47
- Margins.Left = 5
- Margins.Top = 5
- Margins.Right = 5
- Margins.Bottom = 5
- Align = alBottom
- TabOrder = 1
- OnResize = MainPanelResize
- object Label1: TLabel
- Left = 252
- Top = 11
- Width = 408
- Height = 23
- Margins.Left = 5
- Margins.Top = 5
- Margins.Right = 5
- Margins.Bottom = 5
- Caption = 'Press "W" or "S" to navigate or "Enter" to select '
- end
- object ShowTitleCheckbox: TCheckBox
- Left = 14
- Top = 11
- Width = 142
- Height = 29
- Margins.Left = 5
- Margins.Top = 5
- Margins.Right = 5
- Margins.Bottom = 5
- Caption = 'Show Title'
- Checked = True
- State = cbChecked
- TabOrder = 0
- OnClick = ShowTitleCheckboxClick
- end
- end
- object GLScene1: TGLScene
- Left = 40
- Top = 8
- object GLDummyCube1: TGLDummyCube
- CubeSize = 1.000000000000000000
- object GLCube1: TGLCube
- Position.Coordinates = {0000803F00000000000000000000803F}
- end
- end
- object GLCamera1: TGLCamera
- DepthOfView = 100.000000000000000000
- FocalLength = 50.000000000000000000
- TargetObject = GLDummyCube1
- Position.Coordinates = {0000404000004040000040400000803F}
- object GLLightSource1: TGLLightSource
- ConstAttenuation = 1.000000000000000000
- Position.Coordinates = {0000204100002041000020410000803F}
- SpotCutOff = 180.000000000000000000
- end
- end
- end
- object GLWindowsBitmapFont1: TGLWindowsBitmapFont
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -32
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Left = 128
- Top = 8
- end
- object GLCadencer1: TGLCadencer
- Scene = GLScene1
- OnProgress = GLCadencer1Progress
- Left = 40
- Top = 72
- end
- object GLMaterialLibrary1: TGLMaterialLibrary
- Materials = <
- item
- Name = 'LibMaterial'
- Tag = 0
- Material.Texture.Disabled = False
- end>
- Left = 128
- Top = 72
- end
- end
|