Skip to content

Commit 8e0e4f8

Browse files
committed
Potential solution
1 parent 2e05f05 commit 8e0e4f8

File tree

23 files changed

+1574
-52
lines changed

23 files changed

+1574
-52
lines changed

Editor/EasingFunctions.curves

Lines changed: 1200 additions & 0 deletions
Large diffs are not rendered by default.

Editor/EasingFunctions.curves.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Editor/StyleSheets.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Editor/StyleSheets/Extensions.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,110 @@
1+
TMPWriterMarkerStyle
2+
{
3+
width: 30px;
4+
height: 30px;
5+
background-image: resource("MarkerIcons/typewriter");
6+
}
7+
8+
.TMPWriterMarkerStyle:checked
9+
{
10+
width: 50px;
11+
height: 20px;
12+
}
13+
14+
.TMPWriterMarkerStyle:hover:focus:checked
15+
{
16+
width: 20px;
17+
height: 50px;
18+
}
19+
20+
21+
TMPStartWriterMarkerStyle
22+
{
23+
width: 30px;
24+
height: 30px;
25+
background-image: resource("MarkerIcons/writer-play");
26+
}
27+
28+
TMPStopWriterMarkerStyle
29+
{
30+
width: 30px;
31+
height: 30px;
32+
background-image: resource("MarkerIcons/writer-stop");
33+
}
34+
35+
TMPRestartWriterMarkerStyle
36+
{
37+
width: 30px;
38+
height: 30px;
39+
background-image: resource("MarkerIcons/writer-restart");
40+
}
41+
42+
TMPResetWriterMarkerStyle
43+
{
44+
width: 30px;
45+
height: 30px;
46+
background-image: resource("MarkerIcons/writer-reset");
47+
}
48+
49+
TMPSkipWriterMarkerStyle
50+
{
51+
width: 30px;
52+
height: 30px;
53+
background-image: resource("MarkerIcons/writer-skip");
54+
}
55+
56+
TMPWriterWaitMarkerStyle
57+
{
58+
width: 30px;
59+
height: 30px;
60+
background-image: resource("MarkerIcons/writer-wait");
61+
}
62+
63+
TMPSetSkippableMarkerStyle
64+
{
65+
width: 30px;
66+
height: 30px;
67+
background-image: resource("MarkerIcons/writer-settings");
68+
}
69+
70+
TMPStartAnimatingMarkerStyle
71+
{
72+
width: 30px;
73+
height: 30px;
74+
background-image: resource("MarkerIcons/animator-start");
75+
}
76+
77+
TMPStopAnimatingMarkerStyle
78+
{
79+
width: 30px;
80+
height: 30px;
81+
background-image: resource("MarkerIcons/animator-stop");
82+
}
83+
84+
TMPUpdateAnimationsMarkerStyle
85+
{
86+
width: 30px;
87+
height: 30px;
88+
background-image: resource("MarkerIcons/animator-updateonce");
89+
}
90+
91+
TMPSettingsMarkerStyle
92+
{
93+
width: 30px;
94+
height: 30px;
95+
background-image: resource("MarkerIcons/animator-settings");
96+
}
97+
98+
TMPResetAnimationsMarkerStyle
99+
{
100+
width: 30px;
101+
height: 30px;
102+
background-image: resource("MarkerIcons/animator-resetanimations");
103+
}
104+
105+
TMPResetTimeMarkerStyle
106+
{
107+
width: 30px;
108+
height: 30px;
109+
background-image: resource("MarkerIcons/animator-resetanimations");
110+
}

Editor/StyleSheets/Extensions/common.uss.meta

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
TMPWriterMarkerStyle
2+
{
3+
color: rgb(0, 0, 0);
4+
}
5+
6+
TMPStartWriterMarkerStyle
7+
{
8+
color: rgb(0, 0, 0);
9+
}
10+
11+
TMPStopWriterMarkerStyle
12+
{
13+
color: rgb(0, 0, 0);
14+
}
15+
16+
TMPRestartWriterMarkerStyle
17+
{
18+
color: rgb(0, 0, 0);
19+
}
20+
21+
TMPResetWriterMarkerStyle
22+
{
23+
color: rgb(0, 0, 0);
24+
}
25+
26+
TMPSkipWriterMarkerStyle
27+
{
28+
color: rgb(0, 0, 0);
29+
}
30+
31+
TMPWriterWaitMarkerStyle
32+
{
33+
color: rgb(0, 0, 0);
34+
}
35+
36+
TMPStartAnimatingMarkerStyle
37+
{
38+
color: rgb(0, 0, 0);
39+
}
40+
41+
TMPStopAnimatingMarkerStyle
42+
{
43+
color: rgb(0, 0, 0);
44+
}
45+
46+
TMPUpdateAnimationsMarkerStyle
47+
{
48+
color: rgb(0, 0, 0);
49+
}
50+
51+
TMPSettingsMarkerStyle
52+
{
53+
color: rgb(0, 0, 0);
54+
}
55+
56+
TMPResetAnimationsMarkerStyle
57+
{
58+
color: rgb(0, 0, 0);
59+
}
60+
61+
TMPResetTimeMarkerStyle
62+
{
63+
color: rgb(0, 0, 0);
64+
}

Editor/StyleSheets/Extensions/dark.uss.meta

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
TMPWriterMarkerStyle
2+
{
3+
color: rgb(255, 255, 255);
4+
}
5+
6+
TMPStartWriterMarkerStyle
7+
{
8+
color: rgb(255, 255, 255);
9+
}
10+
11+
TMPStopWriterMarkerStyle
12+
{
13+
color: rgb(255, 255, 255);
14+
}
15+
16+
TMPRestartWriterMarkerStyle
17+
{
18+
color: rgb(255, 255, 255);
19+
}
20+
21+
TMPResetWriterMarkerStyle
22+
{
23+
color: rgb(255, 255, 255);
24+
}
25+
26+
TMPSkipWriterMarkerStyle
27+
{
28+
color: rgb(255, 255, 255);
29+
}
30+
31+
TMPWriterWaitMarkerStyle
32+
{
33+
color: rgb(255, 255, 255);
34+
}
35+
36+
TMPStartAnimatingMarkerStyle
37+
{
38+
color: rgb(255, 255, 255);
39+
}
40+
41+
TMPStopAnimatingMarkerStyle
42+
{
43+
color: rgb(255, 255, 255);
44+
}
45+
46+
TMPUpdateAnimationsMarkerStyle
47+
{
48+
color: rgb(255, 255, 255);
49+
}
50+
51+
TMPSettingsMarkerStyle
52+
{
53+
color: rgb(255, 255, 255);
54+
}
55+
56+
TMPResetAnimationsMarkerStyle
57+
{
58+
color: rgb(255, 255, 255);
59+
}
60+
61+
TMPResetTimeMarkerStyle
62+
{
63+
color: rgb(255, 255, 255);
64+
}

Editor/StyleSheets/Extensions/light.uss.meta

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)