default.project.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "name": "outyards",
  3. "tree": {
  4. "$className": "DataModel",
  5. "HttpService": {
  6. "$className": "HttpService",
  7. "$properties": {
  8. "HttpEnabled": true
  9. }
  10. },
  11. "Lighting": {
  12. "$className": "Lighting",
  13. "$properties": {
  14. "Technology": "ShadowMap",
  15. "Ambient": [
  16. 0.240,
  17. 0.250,
  18. 0.300
  19. ],
  20. "GlobalShadows": true,
  21. "Outlines": false,
  22. "Brightness": 2.0,
  23. "ShadowSoftness": 1
  24. }
  25. },
  26. "ServerScriptService": {
  27. "$className": "ServerScriptService",
  28. "server": {
  29. "$path": "src/server"
  30. }
  31. },
  32. "ReplicatedStorage": {
  33. "$className": "ReplicatedStorage",
  34. "common": {
  35. "$path": "src/common"
  36. }
  37. },
  38. "StarterPlayer": {
  39. "$className": "StarterPlayer",
  40. "StarterPlayerScripts": {
  41. "$className": "StarterPlayerScripts",
  42. "client": {
  43. "$path": "src/client"
  44. }
  45. }
  46. },
  47. "SoundService": {
  48. "$className": "SoundService",
  49. "$properties": {
  50. "RespectFilteringEnabled": true
  51. }
  52. },
  53. "Workspace": {
  54. "$className": "Workspace",
  55. "$properties": {
  56. "FilteringEnabled": true
  57. }
  58. }
  59. }
  60. }