Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 563 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 563 Bytes

Replayer

Simple replay event recording and playback system for Godot (3.5) Engine.

This plugin does only record event sequences, not video output. Intented use is for creating cutscenes

Work in progress

The Replayer is situated in the folder addons and should be placed in the 'addons' directory and consists of a Recorder node type.

Place it on the scene and use the actions below to record:

Actions:

  • replayer.record - Starts a recording session
  • replayer.stop - Stops a recording session
  • replayer.play - Plays back the recording

License

MIT