feature(subtitles): add frog_subtitles addon
This commit is contained in:
11
addons/frog_subtitles/resources/SubtitleEntry.cs
Normal file
11
addons/frog_subtitles/resources/SubtitleEntry.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Godot;
|
||||
|
||||
namespace Frog;
|
||||
|
||||
public partial class SubtitleEntry : Resource
|
||||
{
|
||||
[Export] public int Id;
|
||||
[Export] public double StartTime;
|
||||
[Export] public double EndTime;
|
||||
[Export] public string Content;
|
||||
}
|
||||
Reference in New Issue
Block a user