consistent indentation

This commit is contained in:
lustlion
2022-02-26 03:56:53 +01:00
parent 42cf9cfec8
commit 1580dc3463
38 changed files with 2071 additions and 2071 deletions

View File

@@ -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
--]]