Replace spaces with tabs (#1)

This commit is contained in:
MrIbby 2017-03-21 09:48:56 -07:00 committed by Elijah Duffy
parent 39751eb34e
commit 194ce63d73
1 changed files with 49 additions and 56 deletions

View File

@ -7,24 +7,17 @@ Copyright 2017 - Elijah Duffy <theoctacian@gmail.com>
License:
- Code: MIT
- Models and textures: CC-BY-SA-3.0
Usage: /camera
Execute command to start recording. While recording:
- use up/down to accelerate/decelerate
- use jump to brake
- use crouch to stop recording
Use /camera play to play back the last recording. While playing back:
- use crouch to stop playing back
Use /camera play <name> to play a specific recording
Use /camera save <name> to save the last recording
- saved recordings exist through game restarts
Use /camera list to show all saved recording
--]]
local recordings = {}