mirror of
https://github.com/minetest-mods/camera.git
synced 2025-01-09 01:20:32 +01:00
Replace spaces with tabs (#1)
This commit is contained in:
parent
39751eb34e
commit
194ce63d73
7
init.lua
7
init.lua
@ -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 = {}
|
||||
|
Loading…
Reference in New Issue
Block a user