Updated Text Script.md (markdown)
commited
commit
463fbec87ef3adda2cb14627018fff02f03c3aef
... | ... | @@ -342,7 +342,7 @@ Datatypes consist of: |
342 | 342 | ```coffeescript |
343 | 343 | num Age = 10 |
344 | 344 | vec Position = (10, 1.51, 5) |
345 | rot Angle = {0, 90, 0}
|
|
345 | rot Angle = (0, 90, 0)
|
|
346 | 346 | tru Hit = True |
347 | 347 | obj Player = MyBlocks.Player |
348 | 348 | ``` |