Unit1.dfm 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405
  1. object Form1: TForm1
  2. Left = 13
  3. Top = 37
  4. HorzScrollBar.Visible = False
  5. VertScrollBar.Visible = False
  6. BorderIcons = [biSystemMenu, biMinimize]
  7. Caption = 'Randomaze'
  8. ClientHeight = 654
  9. ClientWidth = 1110
  10. Color = clBtnFace
  11. Font.Charset = DEFAULT_CHARSET
  12. Font.Color = clWindowText
  13. Font.Height = -11
  14. Font.Name = 'MS Sans Serif'
  15. Font.Style = []
  16. OldCreateOrder = False
  17. OnCreate = FormCreate
  18. OnDestroy = FormDestroy
  19. OnKeyPress = FormKeyPress
  20. OnMouseUp = GLSceneViewer1MouseUp
  21. OnResize = FormResize
  22. PixelsPerInch = 96
  23. TextHeight = 13
  24. object GLSceneViewer1: TGLSceneViewer
  25. Left = 0
  26. Top = 0
  27. Width = 1110
  28. Height = 654
  29. Camera = GLCamera1
  30. VSync = vsmSync
  31. Buffer.BackgroundColor = clWindow
  32. FieldOfView = 160.224029541015600000
  33. Align = alClient
  34. OnMouseDown = GLSceneViewer1MouseDown
  35. OnMouseMove = GLSceneViewer1MouseMove
  36. OnMouseUp = GLSceneViewer1MouseUp
  37. TabOrder = 0
  38. end
  39. object Panel1: TPanel
  40. Left = 8
  41. Top = 8
  42. Width = 150
  43. Height = 25
  44. Caption = 'Panel1'
  45. TabOrder = 1
  46. Visible = False
  47. end
  48. object Panel2: TPanel
  49. Left = 8
  50. Top = 40
  51. Width = 150
  52. Height = 25
  53. Caption = 'Panel2'
  54. TabOrder = 2
  55. Visible = False
  56. end
  57. object Panel3: TPanel
  58. Left = 8
  59. Top = 72
  60. Width = 150
  61. Height = 25
  62. Caption = 'Panel3'
  63. TabOrder = 3
  64. Visible = False
  65. end
  66. object Panel4: TPanel
  67. Left = 8
  68. Top = 104
  69. Width = 150
  70. Height = 25
  71. Caption = 'Panel4'
  72. TabOrder = 4
  73. Visible = False
  74. end
  75. object Panel5: TPanel
  76. Left = 8
  77. Top = 136
  78. Width = 150
  79. Height = 25
  80. Caption = 'Panel5'
  81. TabOrder = 5
  82. Visible = False
  83. end
  84. object Panel6: TPanel
  85. Left = 8
  86. Top = 176
  87. Width = 150
  88. Height = 25
  89. Caption = 'Panel6'
  90. TabOrder = 6
  91. Visible = False
  92. end
  93. object Panel8: TPanel
  94. Left = 136
  95. Top = 16
  96. Width = 569
  97. Height = 49
  98. BevelOuter = bvNone
  99. Caption = 'Panel8'
  100. Font.Charset = DEFAULT_CHARSET
  101. Font.Color = clWindowText
  102. Font.Height = -32
  103. Font.Name = 'Lucida Console'
  104. Font.Style = []
  105. ParentFont = False
  106. TabOrder = 7
  107. Visible = False
  108. end
  109. object Panel9: TPanel
  110. Left = 136
  111. Top = 64
  112. Width = 569
  113. Height = 49
  114. BevelOuter = bvNone
  115. Caption = 'Panel9'
  116. Font.Charset = DEFAULT_CHARSET
  117. Font.Color = clWindowText
  118. Font.Height = -32
  119. Font.Name = 'Lucida Console'
  120. Font.Style = []
  121. ParentFont = False
  122. TabOrder = 8
  123. Visible = False
  124. end
  125. object Panel11: TPanel
  126. Left = 136
  127. Top = 112
  128. Width = 849
  129. Height = 49
  130. BevelOuter = bvNone
  131. Caption = 'Panel11'
  132. Font.Charset = DEFAULT_CHARSET
  133. Font.Color = clWindowText
  134. Font.Height = -32
  135. Font.Name = 'Lucida Console'
  136. Font.Style = []
  137. ParentFont = False
  138. TabOrder = 9
  139. Visible = False
  140. end
  141. object Panel13: TPanel
  142. Left = 216
  143. Top = 216
  144. Width = 729
  145. Height = 169
  146. BevelOuter = bvNone
  147. Caption = 'Panel13'
  148. Font.Charset = DEFAULT_CHARSET
  149. Font.Color = clWindowText
  150. Font.Height = -133
  151. Font.Name = 'Lucida Console'
  152. Font.Style = []
  153. ParentFont = False
  154. TabOrder = 10
  155. Visible = False
  156. end
  157. object RichEdit1: TRichEdit
  158. Left = 304
  159. Top = 400
  160. Width = 473
  161. Height = 94
  162. Alignment = taCenter
  163. BevelInner = bvNone
  164. BevelOuter = bvNone
  165. BorderStyle = bsNone
  166. Color = clBtnFace
  167. Font.Charset = ANSI_CHARSET
  168. Font.Color = clWindowText
  169. Font.Height = -32
  170. Font.Name = 'Lucida Console'
  171. Font.Style = []
  172. Lines.Strings = (
  173. ''
  174. 'RichEdit1')
  175. ParentFont = False
  176. ReadOnly = True
  177. TabOrder = 11
  178. Visible = False
  179. end
  180. object Memo1: TMemo
  181. Left = 872
  182. Top = 520
  183. Width = 201
  184. Height = 111
  185. Alignment = taCenter
  186. BevelInner = bvNone
  187. BevelOuter = bvNone
  188. BiDiMode = bdLeftToRight
  189. BorderStyle = bsNone
  190. Color = clBlack
  191. DragCursor = crDefault
  192. Font.Charset = DEFAULT_CHARSET
  193. Font.Color = clWhite
  194. Font.Height = -32
  195. Font.Name = 'MS Sans Serif'
  196. Font.Style = []
  197. Lines.Strings = (
  198. 'Memo1')
  199. ParentBiDiMode = False
  200. ParentFont = False
  201. ReadOnly = True
  202. TabOrder = 12
  203. OnKeyPress = FormKeyPress
  204. OnMouseDown = GLSceneViewer1MouseDown
  205. OnMouseMove = GLSceneViewer1MouseMove
  206. end
  207. object ThrustBar: TProgressBar
  208. Left = 1072
  209. Top = 24
  210. Width = 30
  211. Height = 617
  212. Max = 1000
  213. Orientation = pbVertical
  214. Smooth = True
  215. TabOrder = 13
  216. OnMouseDown = ThrustBarMouseDown
  217. OnMouseMove = GLSceneViewer1MouseMove
  218. OnMouseUp = GLSceneViewer1MouseUp
  219. end
  220. object Scene1: TGLScene
  221. Left = 160
  222. Top = 256
  223. object Walls: TGLDummyCube
  224. CubeSize = 1.000000000000000000
  225. end
  226. object OtherPlayers: TGLDummyCube
  227. CubeSize = 1.000000000000000000
  228. end
  229. object GLCamera1: TGLCamera
  230. DepthOfView = 1000.000000000000000000
  231. FocalLength = 57.000000000000000000
  232. Position.Coordinates = {00000000000000BF000000000000803F}
  233. object PlayerLight: TGLLightSource
  234. ConstAttenuation = 1.000000000000000000
  235. SpotCutOff = 180.000000000000000000
  236. end
  237. end
  238. object Planes: TGLDummyCube
  239. CubeSize = 1.000000000000000000
  240. object Pushers: TGLDummyCube
  241. CubeSize = 1.000000000000000000
  242. end
  243. object UpDownPorters: TGLDummyCube
  244. CubeSize = 1.000000000000000000
  245. end
  246. object GreenSpeeds: TGLDummyCube
  247. CubeSize = 1.000000000000000000
  248. end
  249. object Explosions: TGLDummyCube
  250. CubeSize = 1.000000000000000000
  251. end
  252. object BadSpeeds: TGLDummyCube
  253. CubeSize = 1.000000000000000000
  254. end
  255. object Turners: TGLDummyCube
  256. CubeSize = 1.000000000000000000
  257. end
  258. object Grounds: TGLDummyCube
  259. CubeSize = 1.000000000000000000
  260. end
  261. object Speeds: TGLDummyCube
  262. CubeSize = 1.000000000000000000
  263. end
  264. object Arrows: TGLDummyCube
  265. CubeSize = 1.000000000000000000
  266. end
  267. object YSNPs: TGLDummyCube
  268. CubeSize = 1.000000000000000000
  269. end
  270. object Ceilings: TGLDummyCube
  271. CubeSize = 1.000000000000000000
  272. end
  273. object Blackexplosions: TGLDummyCube
  274. CubeSize = 1.000000000000000000
  275. end
  276. object Lightnings: TGLDummyCube
  277. CubeSize = 1.000000000000000000
  278. end
  279. end
  280. object Menu: TGLDummyCube
  281. CubeSize = 1.000000000000000000
  282. object MPJoinMenu: TGLGameMenu
  283. Position.Coordinates = {0000964300006643000000000000803F}
  284. Font = MenuFont
  285. Items.Strings = (
  286. 'Server-IP:'
  287. 'Port:'
  288. 'Join Game!'
  289. 'Return')
  290. Selected = 0
  291. end
  292. object MPHostMenu: TGLGameMenu
  293. Position.Coordinates = {0000964300006643000000000000803F}
  294. Font = MenuFont
  295. Items.Strings = (
  296. 'Port:'
  297. 'Host Game!'
  298. 'Return')
  299. Selected = 0
  300. end
  301. object MPMenu: TGLGameMenu
  302. Position.Coordinates = {0000964300006643000000000000803F}
  303. Font = MenuFont
  304. Items.Strings = (
  305. 'Host Game'
  306. 'Join Game'
  307. 'Return')
  308. Selected = 0
  309. end
  310. object VideoMenu: TGLGameMenu
  311. Position.Coordinates = {0000964300006643000000000000803F}
  312. Font = MenuFont
  313. Items.Strings = (
  314. 'Fullscreen (M)'
  315. 'Resolution (non-fullscreen)'
  316. 'Shading Distance'
  317. 'Return')
  318. Selected = 0
  319. end
  320. object SettingsMenu: TGLGameMenu
  321. Position.Coordinates = {0000964300006643000000000000803F}
  322. Font = MenuFont
  323. Items.Strings = (
  324. 'Video'
  325. 'Return')
  326. Selected = 0
  327. end
  328. object MainMenu: TGLGameMenu
  329. Position.Coordinates = {0000964300006643000000000000803F}
  330. Font = MenuFont
  331. Items.Strings = (
  332. 'CONTINUE (P/Esc)'
  333. 'RESTART GAME (N)'
  334. 'SETTINGS (-)'
  335. 'MULTIPLAYER'
  336. 'RESPAWN (R)'
  337. 'QUIT GAME (B)')
  338. Selected = 0
  339. end
  340. end
  341. object HUDTexts: TGLDummyCube
  342. CubeSize = 1.000000000000000000
  343. object GLHUDText1: TGLHUDText
  344. Position.Coordinates = {008031440000F041000000000000803F}
  345. BitmapFont = MenuFont
  346. Text = 'Speed:15'
  347. Rotation = 0.000000000000000000
  348. end
  349. object PlayerGoalDists: TGLDummyCube
  350. CubeSize = 1.000000000000000000
  351. end
  352. object GLHUDText2: TGLHUDText
  353. Position.Coordinates = {0000484200001644000000000000803F}
  354. BitmapFont = MenuFont
  355. Text = 'Version'
  356. Rotation = 0.000000000000000000
  357. end
  358. end
  359. object MuhNPCs: TGLDummyCube
  360. CubeSize = 1.000000000000000000
  361. end
  362. end
  363. object Timer1: TTimer
  364. Interval = 200
  365. OnTimer = Timer1Timer
  366. Left = 200
  367. Top = 296
  368. end
  369. object GLUserInterface1: TGLUserInterface
  370. MouseSpeed = 15.000000000000000000
  371. GLNavigator = GLNavigator1
  372. GLVertNavigator = GLNavigator1
  373. Left = 120
  374. Top = 384
  375. end
  376. object GLNavigator1: TGLNavigator
  377. VirtualUp.Coordinates = {000000000000803F0000000000000000}
  378. MovingObject = GLCamera1
  379. UseVirtualUp = True
  380. AutoUpdateObject = True
  381. MaxAngle = 90.000000000000000000
  382. MinAngle = -90.000000000000000000
  383. AngleLock = True
  384. Left = 112
  385. Top = 440
  386. end
  387. object MenuFont: TGLWindowsBitmapFont
  388. Font.Charset = ANSI_CHARSET
  389. Font.Color = clWhite
  390. Font.Height = -35
  391. Font.Name = 'Lucida Console'
  392. Font.Style = []
  393. Left = 136
  394. Top = 304
  395. end
  396. object PlayerGoalDistFont: TGLWindowsBitmapFont
  397. Font.Charset = ANSI_CHARSET
  398. Font.Color = clWhite
  399. Font.Height = -16
  400. Font.Name = 'Lucida Console'
  401. Font.Style = []
  402. Left = 88
  403. Top = 344
  404. end
  405. end