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 height = -11000
|
||||
|
||||
if Core:GetAttribute("EmulateLimits") then
|
||||
if Core:GetAttribute("TruncateBounds") then
|
||||
local trunc = Vector3int16.new(pos.X, pos.Y, pos.Z)
|
||||
|
||||
if math.abs(trunc.X) >= 0x2000 then
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
"className": "SurfaceAppearance",
|
||||
|
||||
"properties": {
|
||||
"ColorMap": "rbxassetid://9316550550",
|
||||
"ColorMap": "rbxassetid://13692721930",
|
||||
"MetalnessMap": "rbxassetid://4809886112",
|
||||
"RoughnessMap": "rbxassetid://8271342298",
|
||||
"NormalMap": "rbxassetid://11238076258"
|
||||
"NormalMap": ""
|
||||
}
|
||||
}
|
|
@ -728,12 +728,7 @@
|
|||
"RollOffMinDistance": 8,
|
||||
"RollOffMaxDistance": 128,
|
||||
"SoundId": "rbxassetid://11276297854",
|
||||
|
||||
"PlaybackRegion": {
|
||||
"NumberRange": [0.1, 60000]
|
||||
},
|
||||
|
||||
"PlaybackRegionsEnabled": true
|
||||
"PlaybackRegionsEnabled": false
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue