Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

167 rader
4.8 KiB

  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": "Node",
  11. "class": "BaseLevel",
  12. "language": "GDScript",
  13. "path": "res://jrpg/scripts/levels/base_level.gd"
  14. }, {
  15. "base": "Node",
  16. "class": "BasisInteraction",
  17. "language": "GDScript",
  18. "path": "res://jrpg/scripts/entities/components/interactions/basis_interaction.gd"
  19. }, {
  20. "base": "Resource",
  21. "class": "CharacterData",
  22. "language": "GDScript",
  23. "path": "res://jrpg/scripts/entities/data/character_data.gd"
  24. }, {
  25. "base": "VBoxContainer",
  26. "class": "ChoicesBox",
  27. "language": "GDScript",
  28. "path": "res://jrpg/scripts/ui/choices_box.gd"
  29. }, {
  30. "base": "KinematicBody",
  31. "class": "Player",
  32. "language": "GDScript",
  33. "path": "res://jrpg/scripts/entities/player.gd"
  34. }, {
  35. "base": "Object",
  36. "class": "PlayerInfos",
  37. "language": "GDScript",
  38. "path": "res://jrpg/scripts/entities/model/player_infos.gd"
  39. }, {
  40. "base": "Control",
  41. "class": "SpeechPanel",
  42. "language": "GDScript",
  43. "path": "res://jrpg/scripts/ui/speech_panel.gd"
  44. }, {
  45. "base": "Label",
  46. "class": "SpeechText",
  47. "language": "GDScript",
  48. "path": "res://jrpg/scripts/ui/speech_text.gd"
  49. }, {
  50. "base": "BasisInteraction",
  51. "class": "TalkInteraction",
  52. "language": "GDScript",
  53. "path": "res://jrpg/scripts/entities/components/interactions/talk_interaction.gd"
  54. }, {
  55. "base": "BaseLevel",
  56. "class": "TestLevel",
  57. "language": "GDScript",
  58. "path": "res://jrpg/scripts/misc/test_level.gd"
  59. }, {
  60. "base": "Node",
  61. "class": "YarnImporter",
  62. "language": "GDScript",
  63. "path": "res://yarn/scripts/yarn-importer.gd"
  64. }, {
  65. "base": "Object",
  66. "class": "YarnRunner",
  67. "language": "GDScript",
  68. "path": "res://addons/yarn_spinner/yarn_runner.gd"
  69. }, {
  70. "base": "Node",
  71. "class": "YarnRunnerNode",
  72. "language": "GDScript",
  73. "path": "res://addons/yarn_spinner/yarn_runner_node.gd"
  74. }, {
  75. "base": "Resource",
  76. "class": "YarnScript",
  77. "language": "GDScript",
  78. "path": "res://addons/yarn_spinner/yarn_script.gd"
  79. } ]
  80. _global_script_class_icons={
  81. "BaseLevel": "",
  82. "BasisInteraction": "",
  83. "CharacterData": "",
  84. "ChoicesBox": "",
  85. "Player": "",
  86. "PlayerInfos": "",
  87. "SpeechPanel": "",
  88. "SpeechText": "",
  89. "TalkInteraction": "",
  90. "TestLevel": "",
  91. "YarnImporter": "",
  92. "YarnRunner": "",
  93. "YarnRunnerNode": "",
  94. "YarnScript": ""
  95. }
  96. [application]
  97. config/name="Chepa"
  98. run/main_scene="res://jrpg/scenes/TestMain.tscn"
  99. config/icon="res://icon.png"
  100. [autoload]
  101. Controller="*res://jrpg/scripts/misc/controller.gd"
  102. [editor_plugins]
  103. enabled=PoolStringArray( "yarn_spinner" )
  104. [gui]
  105. theme/use_hidpi=true
  106. [importer_defaults]
  107. yarn.script={
  108. "use_red_anyway": false
  109. }
  110. [input]
  111. move_forward={
  112. "deadzone": 0.5,
  113. "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":90,"unicode":0,"echo":false,"script":null)
  114. ]
  115. }
  116. move_backward={
  117. "deadzone": 0.5,
  118. "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":83,"unicode":0,"echo":false,"script":null)
  119. ]
  120. }
  121. move_left={
  122. "deadzone": 0.5,
  123. "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":81,"unicode":0,"echo":false,"script":null)
  124. ]
  125. }
  126. move_right={
  127. "deadzone": 0.5,
  128. "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":68,"unicode":0,"echo":false,"script":null)
  129. ]
  130. }
  131. jump={
  132. "deadzone": 0.5,
  133. "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":32,"unicode":0,"echo":false,"script":null)
  134. ]
  135. }
  136. interact={
  137. "deadzone": 0.5,
  138. "events": [ Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"button_mask":0,"position":Vector2( 0, 0 ),"global_position":Vector2( 0, 0 ),"factor":1.0,"button_index":1,"pressed":false,"doubleclick":false,"script":null)
  139. ]
  140. }
  141. run={
  142. "deadzone": 0.5,
  143. "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":16777237,"unicode":0,"echo":false,"script":null)
  144. ]
  145. }
  146. [rendering]
  147. quality/driver/driver_name="GLES2"
  148. vram_compression/import_etc=true
  149. vram_compression/import_etc2=false
  150. environment/default_environment="res://default_env.tres"