No Description
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.

project.godot 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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": "VBoxContainer",
  11. "class": "Choice",
  12. "language": "GDScript",
  13. "path": "res://addons/EXP-System-Dialog/Dialog Editor/Nodes/Line/ChoicesList/Choice/Choice.gd"
  14. }, {
  15. "base": "VBoxContainer",
  16. "class": "ChoicesList",
  17. "language": "GDScript",
  18. "path": "res://addons/EXP-System-Dialog/Dialog Editor/Nodes/Line/ChoicesList/ChoicesList.gd"
  19. }, {
  20. "base": "VBoxContainer",
  21. "class": "Condition",
  22. "language": "GDScript",
  23. "path": "res://addons/EXP-System-Dialog/Dialog Editor/Nodes/Line/ConditionsList/Condition/Condition.gd"
  24. }, {
  25. "base": "VBoxContainer",
  26. "class": "ConditionsList",
  27. "language": "GDScript",
  28. "path": "res://addons/EXP-System-Dialog/Dialog Editor/Nodes/Line/ConditionsList/ConditionsList.gd"
  29. }, {
  30. "base": "",
  31. "class": "GitAPI",
  32. "language": "NativeScript",
  33. "path": "res://git_api.gdns"
  34. }, {
  35. "base": "VBoxContainer",
  36. "class": "Infobox",
  37. "language": "GDScript",
  38. "path": "res://addons/EXP-System-Dialog/Dialog Editor/Nodes/Line/Infobox/Infobox.gd"
  39. }, {
  40. "base": "GraphNode",
  41. "class": "LineNode",
  42. "language": "GDScript",
  43. "path": "res://addons/EXP-System-Dialog/Dialog Editor/Nodes/Line/line_node.gd"
  44. } ]
  45. _global_script_class_icons={
  46. "Choice": "",
  47. "ChoicesList": "",
  48. "Condition": "",
  49. "ConditionsList": "",
  50. "GitAPI": "",
  51. "Infobox": "",
  52. "LineNode": ""
  53. }
  54. [application]
  55. config/name="Pir-serious-game-ethics"
  56. config/icon="res://icon.png"
  57. [editor_plugins]
  58. enabled=PoolStringArray( "EXP-System-Dialog", "Todo_Manager" )
  59. [gdnative]
  60. singletons=[ "res://git_api.gdnlib" ]
  61. [rendering]
  62. environment/default_environment="res://default_env.tres"