Initial implementation of the EditorTimingTimeline in TestCaseEditorTimingTimeline

Will probably rename this to MiniTimeline or something... But the basic structure is there plus most of functionality minus keyboard input.
This commit is contained in:
smoogipooo
2017-09-19 23:09:08 +09:00
parent 10efdffe49
commit 67d3861226
4 changed files with 374 additions and 2 deletions

View File

@ -733,6 +733,7 @@
<Compile Include="Tests\Visual\TestCaseDrawableRoom.cs" />
<Compile Include="Tests\Visual\TestCaseDrawings.cs" />
<Compile Include="Tests\Visual\TestCaseEditorMenuBar.cs" />
<Compile Include="Tests\Visual\TestCaseEditorTimingTimeline.cs" />
<Compile Include="Tests\Visual\TestCaseGamefield.cs" />
<Compile Include="Tests\Visual\TestCaseGraph.cs" />
<Compile Include="Tests\Visual\TestCaseKeyConfiguration.cs" />