fixed a few things
This commit is contained in:
parent
db27fc910a
commit
9d11bcebf9
3 changed files with 4 additions and 9 deletions
|
@ -109,7 +109,7 @@ function Util.FindFloor(pos: Vector3): (number, RaycastResult?)
|
||||||
local newPos = pos
|
local newPos = pos
|
||||||
local height = -11000
|
local height = -11000
|
||||||
|
|
||||||
if Core:GetAttribute("EmulateLimits") then
|
if Core:GetAttribute("TruncateBounds") then
|
||||||
local trunc = Vector3int16.new(pos.X, pos.Y, pos.Z)
|
local trunc = Vector3int16.new(pos.X, pos.Y, pos.Z)
|
||||||
|
|
||||||
if math.abs(trunc.X) >= 0x2000 then
|
if math.abs(trunc.X) >= 0x2000 then
|
||||||
|
|
|
@ -2,9 +2,9 @@
|
||||||
"className": "SurfaceAppearance",
|
"className": "SurfaceAppearance",
|
||||||
|
|
||||||
"properties": {
|
"properties": {
|
||||||
"ColorMap": "rbxassetid://9316550550",
|
"ColorMap": "rbxassetid://13692721930",
|
||||||
"MetalnessMap": "rbxassetid://4809886112",
|
"MetalnessMap": "rbxassetid://4809886112",
|
||||||
"RoughnessMap": "rbxassetid://8271342298",
|
"RoughnessMap": "rbxassetid://8271342298",
|
||||||
"NormalMap": "rbxassetid://11238076258"
|
"NormalMap": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -728,12 +728,7 @@
|
||||||
"RollOffMinDistance": 8,
|
"RollOffMinDistance": 8,
|
||||||
"RollOffMaxDistance": 128,
|
"RollOffMaxDistance": 128,
|
||||||
"SoundId": "rbxassetid://11276297854",
|
"SoundId": "rbxassetid://11276297854",
|
||||||
|
"PlaybackRegionsEnabled": false
|
||||||
"PlaybackRegion": {
|
|
||||||
"NumberRange": [0.1, 60000]
|
|
||||||
},
|
|
||||||
|
|
||||||
"PlaybackRegionsEnabled": true
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue