first commit

This commit is contained in:
2026-03-06 12:01:46 +07:00
commit 8758cabc30
7 changed files with 109 additions and 0 deletions

52
default.project.json Normal file
View File

@@ -0,0 +1,52 @@
{
"name": "Nyali",
"tree": {
"$className": "DataModel",
"ReplicatedStorage": {
"$path": "src/shared"
},
"ServerScriptService": {
"$path": "src/server"
},
"StarterPlayer": {
"StarterPlayerScripts": {
"$path": "src/client"
}
},
"Workspace": {
"$properties": {
"StreamingEnabled": false
},
"Baseplate": {
"$className": "Part",
"$properties": {
"Anchored": true,
"Color": [0.38823, 0.37254, 0.38823],
"Locked": true,
"Position": [0, -10, 0],
"Size": [512, 20, 512]
}
}
},
"Lighting": {
"$properties": {
"Ambient": [0, 0, 0],
"Brightness": 2,
"GlobalShadows": true,
"Outlines": false,
"Technology": "Voxel"
}
},
"SoundService": {
"$properties": {
"RespectFilteringEnabled": true
}
}
}
}