You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

173 lines
4.9 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": "Control",
  31. "class": "HUD",
  32. "language": "GDScript",
  33. "path": "res://jrpg/scripts/ui/test_hud.gd"
  34. }, {
  35. "base": "KinematicBody",
  36. "class": "Player",
  37. "language": "GDScript",
  38. "path": "res://jrpg/scripts/entities/player.gd"
  39. }, {
  40. "base": "Object",
  41. "class": "PlayerInfos",
  42. "language": "GDScript",
  43. "path": "res://jrpg/scripts/entities/model/player_infos.gd"
  44. }, {
  45. "base": "Control",
  46. "class": "SpeechPanel",
  47. "language": "GDScript",
  48. "path": "res://jrpg/scripts/ui/speech_panel.gd"
  49. }, {
  50. "base": "Label",
  51. "class": "SpeechText",
  52. "language": "GDScript",
  53. "path": "res://jrpg/scripts/ui/speech_text.gd"
  54. }, {
  55. "base": "BasisInteraction",
  56. "class": "TalkInteraction",
  57. "language": "GDScript",
  58. "path": "res://jrpg/scripts/entities/components/interactions/talk_interaction.gd"
  59. }, {
  60. "base": "BaseLevel",
  61. "class": "TestLevel",
  62. "language": "GDScript",
  63. "path": "res://jrpg/scripts/misc/test_level.gd"
  64. }, {
  65. "base": "Node",
  66. "class": "YarnImporter",
  67. "language": "GDScript",
  68. "path": "res://yarn/scripts/yarn-importer.gd"
  69. }, {
  70. "base": "Object",
  71. "class": "YarnRunner",
  72. "language": "GDScript",
  73. "path": "res://addons/yarn_spinner/yarn_runner.gd"
  74. }, {
  75. "base": "Node",
  76. "class": "YarnRunnerNode",
  77. "language": "GDScript",
  78. "path": "res://addons/yarn_spinner/yarn_runner_node.gd"
  79. }, {
  80. "base": "Resource",
  81. "class": "YarnScript",
  82. "language": "GDScript",
  83. "path": "res://addons/yarn_spinner/yarn_script.gd"
  84. } ]
  85. _global_script_class_icons={
  86. "BaseLevel": "",
  87. "BasisInteraction": "",
  88. "CharacterData": "",
  89. "ChoicesBox": "",
  90. "HUD": "",
  91. "Player": "",
  92. "PlayerInfos": "",
  93. "SpeechPanel": "",
  94. "SpeechText": "",
  95. "TalkInteraction": "",
  96. "TestLevel": "",
  97. "YarnImporter": "",
  98. "YarnRunner": "",
  99. "YarnRunnerNode": "",
  100. "YarnScript": ""
  101. }
  102. [application]
  103. config/name="Chepa"
  104. run/main_scene="res://jrpg/scenes/TestMain.tscn"
  105. config/icon="res://icon.png"
  106. [autoload]
  107. Controller="*res://jrpg/scripts/misc/controller.gd"
  108. EventDispatcher="*res://jrpg/scripts/misc/event_dispatcher.gd"
  109. [editor_plugins]
  110. enabled=PoolStringArray( "yarn_spinner" )
  111. [gui]
  112. theme/use_hidpi=true
  113. [importer_defaults]
  114. yarn.script={
  115. "use_red_anyway": false
  116. }
  117. [input]
  118. move_forward={
  119. "deadzone": 0.5,
  120. "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)
  121. ]
  122. }
  123. move_backward={
  124. "deadzone": 0.5,
  125. "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)
  126. ]
  127. }
  128. move_left={
  129. "deadzone": 0.5,
  130. "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)
  131. ]
  132. }
  133. move_right={
  134. "deadzone": 0.5,
  135. "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)
  136. ]
  137. }
  138. jump={
  139. "deadzone": 0.5,
  140. "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)
  141. ]
  142. }
  143. interact={
  144. "deadzone": 0.5,
  145. "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)
  146. ]
  147. }
  148. run={
  149. "deadzone": 0.5,
  150. "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)
  151. ]
  152. }
  153. [rendering]
  154. vram_compression/import_etc=true
  155. vram_compression/import_etc2=false
  156. environment/default_environment="res://default_env.tres"