Typo fixes and incorrect comments
This commit is contained in:
parent
5209a6e768
commit
b9a7183166
|
@ -515,7 +515,7 @@ Public Class Level
|
||||||
End Property
|
End Property
|
||||||
|
|
||||||
''' <summary>
|
''' <summary>
|
||||||
''' The LightingType of this map. More information in the Level\UpdateLighting.
|
''' The LightingType of this map. More information in the Lighting\UpdateLighting.
|
||||||
''' </summary>
|
''' </summary>
|
||||||
Public Property LightingType As Integer
|
Public Property LightingType As Integer
|
||||||
Get
|
Get
|
||||||
|
|
|
@ -94,9 +94,9 @@ Public Class Lighting
|
||||||
refEffect.SpecularPower = 2000.0F
|
refEffect.SpecularPower = 2000.0F
|
||||||
|
|
||||||
' LightType results:
|
' LightType results:
|
||||||
' 0 = Day
|
' 0 = Night
|
||||||
' 1 = Night
|
' 1 = Morning
|
||||||
' 2 = Morning
|
' 2 = Day
|
||||||
' 3 = Evening
|
' 3 = Evening
|
||||||
' Anything higher than 3 = No Lighting
|
' Anything higher than 3 = No Lighting
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@ Public Class Terrain
|
||||||
PondWater
|
PondWater
|
||||||
SeaWater
|
SeaWater
|
||||||
Underwater
|
Underwater
|
||||||
DisortionWorld
|
DistortionWorld
|
||||||
Puddles
|
Puddles
|
||||||
Snow
|
Snow
|
||||||
Magma
|
Magma
|
||||||
|
@ -87,8 +87,8 @@ Public Class Terrain
|
||||||
Return TerrainTypes.SeaWater
|
Return TerrainTypes.SeaWater
|
||||||
Case "underwater"
|
Case "underwater"
|
||||||
Return TerrainTypes.Underwater
|
Return TerrainTypes.Underwater
|
||||||
Case "disortionworld"
|
Case "distortionworld"
|
||||||
Return TerrainTypes.DisortionWorld
|
Return TerrainTypes.DistortionWorld
|
||||||
Case "puddles"
|
Case "puddles"
|
||||||
Return TerrainTypes.Puddles
|
Return TerrainTypes.Puddles
|
||||||
Case "snow"
|
Case "snow"
|
||||||
|
|
Loading…
Reference in New Issue