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.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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": "Dialogic",
  12. "language": "GDScript",
  13. "path": "res://addons/dialogic/Other/DialogicClass.gd"
  14. }, {
  15. "base": "Control",
  16. "class": "DialogicBackgroundMusic",
  17. "language": "GDScript",
  18. "path": "res://addons/dialogic/Nodes/BackgroundMusic.gd"
  19. }, {
  20. "base": "Node",
  21. "class": "DialogicDefinitionsUtil",
  22. "language": "GDScript",
  23. "path": "res://addons/dialogic/Other/DialogicDefinitionsUtil.gd"
  24. }, {
  25. "base": "Reference",
  26. "class": "DialogicResources",
  27. "language": "GDScript",
  28. "path": "res://addons/dialogic/Other/DialogicResources.gd"
  29. }, {
  30. "base": "Reference",
  31. "class": "DialogicUtil",
  32. "language": "GDScript",
  33. "path": "res://addons/dialogic/Other/DialogicUtil.gd"
  34. } ]
  35. _global_script_class_icons={
  36. "Dialogic": "",
  37. "DialogicBackgroundMusic": "",
  38. "DialogicDefinitionsUtil": "",
  39. "DialogicResources": "",
  40. "DialogicUtil": ""
  41. }
  42. [application]
  43. config/name="Pir-serious-game-ethics"
  44. run/main_scene="res://Main.tscn"
  45. config/icon="res://icon.png"
  46. [autoload]
  47. DialogicSingleton="*res://addons/dialogic/Other/DialogicSingleton.gd"
  48. [display]
  49. window/size/resizable=false
  50. [editor_plugins]
  51. enabled=PoolStringArray( "Todo_Manager", "dialogic" )
  52. [gdnative]
  53. singletons=[ ]
  54. [rendering]
  55. environment/default_environment="res://default_env.tres"