Skip to content

Commit

Permalink
Update index.mdx
Browse files Browse the repository at this point in the history
inherid -> inherit spelling fix
  • Loading branch information
Kerzinator24 authored Feb 5, 2024
1 parent d73f10b commit 1371971
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CinematicEntry

The `CinematicEntry` does not have any decentends, but is very customizable. When a entry is needed in a cinematic page, it needs to inherid this.
The `CinematicEntry` does not have any decentends, but is very customizable. When a entry is needed in a cinematic page, it needs to inherit this.

`CinematicEntry` works by having at least 1 list of `Segment`'s. Segments are the parts of the cinematic and may have sub-properties defined. A segment needs to have at least a `startFrame` and `endFrame` which are the integers of the frames.

Expand Down

0 comments on commit 1371971

Please sign in to comment.