Skip to content

Commit b5b341b

Browse files
committed
Bug 2022529 - Add longfox secret setting, game state and unit tests r=titooan
[I had to rebase this PR](mozilla-firefox/firefox#119) to pick up some secret settings changes. This PR adds the switch and the game state and unit tests [try is running here](https://treeherder.mozilla.org/jobs?repo=try&landoCommitID=186523) Pull request: mozilla-firefox/firefox#134 UltraBlame original commit: 3ffd4787eede9c3f623e5a1f07c0eb8b55788f53
1 parent acafbfa commit b5b341b

9 files changed

Lines changed: 3157 additions & 0 deletions

File tree

Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
1+
/
2+
*
3+
*
4+
This
5+
Source
6+
Code
7+
Form
8+
is
9+
subject
10+
to
11+
the
12+
terms
13+
of
14+
the
15+
Mozilla
16+
Public
17+
*
18+
License
19+
v
20+
.
21+
2
22+
.
23+
0
24+
.
25+
If
26+
a
27+
copy
28+
of
29+
the
30+
MPL
31+
was
32+
not
33+
distributed
34+
with
35+
this
36+
*
37+
file
38+
You
39+
can
40+
obtain
41+
one
42+
at
43+
http
44+
:
45+
/
46+
/
47+
mozilla
48+
.
49+
org
50+
/
51+
MPL
52+
/
53+
2
54+
.
55+
0
56+
/
57+
.
58+
*
59+
/
60+
package
61+
org
62+
.
63+
mozilla
64+
.
65+
fenix
66+
.
67+
longfox
68+
/
69+
*
70+
*
71+
*
72+
This
73+
class
74+
describes
75+
the
76+
concept
77+
of
78+
which
79+
way
80+
a
81+
fox
82+
body
83+
part
84+
is
85+
pointing
86+
.
87+
*
88+
/
89+
enum
90+
class
91+
Direction
92+
{
93+
UP
94+
DOWN
95+
LEFT
96+
RIGHT
97+
}

0 commit comments

Comments
 (0)