consistent indentation
This commit is contained in:
@@ -8,22 +8,22 @@ LoadedObjects.Hazards = {}
|
||||
--[[
|
||||
Collision
|
||||
|
||||
[bool flag] isDisabled
|
||||
[bool flag] isDisabled
|
||||
> if true used for collision
|
||||
|
||||
[bool flag] isColliding
|
||||
[bool flag] isColliding
|
||||
> if true, this collision is colliding
|
||||
|
||||
[vec2 position] from - x, y
|
||||
> top right corner of collision box
|
||||
[vec2 position] from - x, y
|
||||
> top right corner of collision box
|
||||
|
||||
[vec2 position] to - x, y
|
||||
[vec2 position] to - x, y
|
||||
> bottom left corner of collision box
|
||||
|
||||
[int property] width
|
||||
[int property] width
|
||||
> width of collision box
|
||||
|
||||
[int property] height
|
||||
[int property] height
|
||||
> height of collision box
|
||||
--]]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user