project.godot 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276
  1. ; Engine configuration file.
  2. ; It's best edited using the editor UI and not directly,
  3. ; since the parameters that go here are not all obvious.
  4. ;
  5. ; Format:
  6. ; [section] ; section goes between []
  7. ; param=value ; assign values to parameters
  8. config_version=4
  9. _global_script_classes=[ {
  10. "base": "Human",
  11. "class": "Agitator",
  12. "language": "GDScript",
  13. "path": "res://scripts/Agitator.gd"
  14. }, {
  15. "base": "Glowy",
  16. "class": "Arrow",
  17. "language": "GDScript",
  18. "path": "res://scripts/Arrow.gd"
  19. }, {
  20. "base": "Human",
  21. "class": "Baker",
  22. "language": "GDScript",
  23. "path": "res://scripts/Baker.gd"
  24. }, {
  25. "base": "Human",
  26. "class": "BoozeGirl",
  27. "language": "GDScript",
  28. "path": "res://scripts/BoozeGirl.gd"
  29. }, {
  30. "base": "Popper",
  31. "class": "Chat",
  32. "language": "GDScript",
  33. "path": "res://scripts/Chat.gd"
  34. }, {
  35. "base": "Popper",
  36. "class": "ChatPlane",
  37. "language": "GDScript",
  38. "path": "res://scripts/ChatPlane.gd"
  39. }, {
  40. "base": "Interactable",
  41. "class": "Chattable",
  42. "language": "GDScript",
  43. "path": "res://scripts/Chattable.gd"
  44. }, {
  45. "base": "Reference",
  46. "class": "Choice",
  47. "language": "GDScript",
  48. "path": "res://scripts/Choice.gd"
  49. }, {
  50. "base": "MeshInstance",
  51. "class": "Cloak",
  52. "language": "GDScript",
  53. "path": "res://scripts/Cloak.gd"
  54. }, {
  55. "base": "Swayer",
  56. "class": "Drunk",
  57. "language": "GDScript",
  58. "path": "res://scripts/Drunk.gd"
  59. }, {
  60. "base": "Label3D",
  61. "class": "EPlace",
  62. "language": "GDScript",
  63. "path": "res://scripts/EPlace.gd"
  64. }, {
  65. "base": "Path",
  66. "class": "FloorPath",
  67. "language": "GDScript",
  68. "path": "res://scripts/FloorPath.gd"
  69. }, {
  70. "base": "Human",
  71. "class": "Girl",
  72. "language": "GDScript",
  73. "path": "res://scripts/Girl.gd"
  74. }, {
  75. "base": "Spatial",
  76. "class": "Glowy",
  77. "language": "GDScript",
  78. "path": "res://scripts/Glowy.gd"
  79. }, {
  80. "base": "Human",
  81. "class": "Haxxor",
  82. "language": "GDScript",
  83. "path": "res://scripts/Haxxor.gd"
  84. }, {
  85. "base": "Chattable",
  86. "class": "Human",
  87. "language": "GDScript",
  88. "path": "res://scripts/Human.gd"
  89. }, {
  90. "base": "Spatial",
  91. "class": "Interactable",
  92. "language": "GDScript",
  93. "path": "res://scripts/Interactable.gd"
  94. }, {
  95. "base": "Spatial",
  96. "class": "JumpPad",
  97. "language": "GDScript",
  98. "path": "res://scripts/JumpPad.gd"
  99. }, {
  100. "base": "Spatial",
  101. "class": "Label3D",
  102. "language": "GDScript",
  103. "path": "res://scripts/3DLabel.gd"
  104. }, {
  105. "base": "Label3D",
  106. "class": "Label3DRot",
  107. "language": "GDScript",
  108. "path": "res://scripts/RotatingLabel.gd"
  109. }, {
  110. "base": "Interactable",
  111. "class": "Listenable",
  112. "language": "GDScript",
  113. "path": "res://scripts/Listenable.gd"
  114. }, {
  115. "base": "Spatial",
  116. "class": "MainNode",
  117. "language": "GDScript",
  118. "path": "res://scripts/Main.gd"
  119. }, {
  120. "base": "KinematicBody",
  121. "class": "Player",
  122. "language": "GDScript",
  123. "path": "res://scripts/Player.gd"
  124. }, {
  125. "base": "Spatial",
  126. "class": "Popper",
  127. "language": "GDScript",
  128. "path": "res://scripts/Popper.gd"
  129. }, {
  130. "base": "Human",
  131. "class": "Priest",
  132. "language": "GDScript",
  133. "path": "res://scripts/Priest.gd"
  134. }, {
  135. "base": "AudioStreamPlayer3D",
  136. "class": "SDStreamPlayer3D",
  137. "language": "GDScript",
  138. "path": "res://SDStreamPlayer3D.gd"
  139. }, {
  140. "base": "Timer",
  141. "class": "SDTimer",
  142. "language": "GDScript",
  143. "path": "res://SDTimer.gd"
  144. }, {
  145. "base": "Tween",
  146. "class": "SDTween",
  147. "language": "GDScript",
  148. "path": "res://scripts/SDTween.gd"
  149. }, {
  150. "base": "Reference",
  151. "class": "Saying",
  152. "language": "GDScript",
  153. "path": "res://scripts/Saying.gd"
  154. }, {
  155. "base": "Human",
  156. "class": "Security",
  157. "language": "GDScript",
  158. "path": "res://scripts/Security.gd"
  159. }, {
  160. "base": "Glowy",
  161. "class": "Swayer",
  162. "language": "GDScript",
  163. "path": "res://scripts/Swayer.gd"
  164. }, {
  165. "base": "Reference",
  166. "class": "Unconditional",
  167. "language": "GDScript",
  168. "path": "res://scripts/Unconditional.gd"
  169. } ]
  170. _global_script_class_icons={
  171. "Agitator": "",
  172. "Arrow": "",
  173. "Baker": "",
  174. "BoozeGirl": "",
  175. "Chat": "",
  176. "ChatPlane": "",
  177. "Chattable": "",
  178. "Choice": "",
  179. "Cloak": "",
  180. "Drunk": "",
  181. "EPlace": "",
  182. "FloorPath": "",
  183. "Girl": "",
  184. "Glowy": "",
  185. "Haxxor": "",
  186. "Human": "",
  187. "Interactable": "",
  188. "JumpPad": "",
  189. "Label3D": "",
  190. "Label3DRot": "",
  191. "Listenable": "",
  192. "MainNode": "",
  193. "Player": "",
  194. "Popper": "",
  195. "Priest": "",
  196. "SDStreamPlayer3D": "",
  197. "SDTimer": "",
  198. "SDTween": "",
  199. "Saying": "",
  200. "Security": "",
  201. "Swayer": "",
  202. "Unconditional": ""
  203. }
  204. [application]
  205. config/name="NeonHead"
  206. run/main_scene="res://Main.tscn"
  207. boot_splash/image="res://bootsplash.png"
  208. boot_splash/fullsize=false
  209. boot_splash/bg_color=Color( 0, 0, 0, 1 )
  210. config/icon="res://icon.png"
  211. [debug]
  212. gdscript/warnings/unused_variable=false
  213. gdscript/warnings/unused_class_variable=false
  214. gdscript/warnings/unused_argument=false
  215. gdscript/warnings/unused_signal=false
  216. gdscript/warnings/return_value_discarded=false
  217. [display]
  218. window/size/fullscreen=true
  219. window/size/fullscreen.HTML5=false
  220. [input]
  221. ui_left={
  222. "deadzone": 0.5,
  223. "events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777231,"unicode":0,"echo":false,"script":null)
  224. , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":14,"pressure":0.0,"pressed":false,"script":null)
  225. , Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":65,"unicode":0,"echo":false,"script":null)
  226. , Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":81,"unicode":0,"echo":false,"script":null)
  227. ]
  228. }
  229. ui_right={
  230. "deadzone": 0.5,
  231. "events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777233,"unicode":0,"echo":false,"script":null)
  232. , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":15,"pressure":0.0,"pressed":false,"script":null)
  233. , Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":68,"unicode":0,"echo":false,"script":null)
  234. ]
  235. }
  236. ui_up={
  237. "deadzone": 0.5,
  238. "events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777232,"unicode":0,"echo":false,"script":null)
  239. , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":12,"pressure":0.0,"pressed":false,"script":null)
  240. , Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":87,"unicode":0,"echo":false,"script":null)
  241. ]
  242. }
  243. ui_down={
  244. "deadzone": 0.5,
  245. "events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777234,"unicode":0,"echo":false,"script":null)
  246. , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":13,"pressure":0.0,"pressed":false,"script":null)
  247. , Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":83,"unicode":0,"echo":false,"script":null)
  248. ]
  249. }
  250. interact={
  251. "deadzone": 0.5,
  252. "events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":69,"unicode":0,"echo":false,"script":null)
  253. ]
  254. }
  255. [layer_names]
  256. 3d_physics/layer_1="bumper"
  257. 3d_physics/layer_3="talker"
  258. 3d_physics/layer_4="jumper"
  259. [rendering]
  260. quality/driver/driver_name="GLES2"
  261. environment/default_environment="res://default_env.tres"