Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
grains
grains-web
Commits
43818f8d
Commit
43818f8d
authored
May 17, 2017
by
Jens-Christian Fischer
Browse files
Black background
parent
2885bfde
Changes
2
Show whitespace changes
Inline
Side-by-side
mix.exs
View file @
43818f8d
...
...
@@ -3,7 +3,7 @@ defmodule Grains.Mixfile do
def
project
do
[
app:
:grains
,
version:
"0.0.6
5
"
,
version:
"0.0.6
6
"
,
elixir:
"~> 1.2"
,
elixirc_paths:
elixirc_paths
(
Mix
.
env
),
compilers:
[
:phoenix
,
:gettext
]
++
Mix
.
compilers
,
...
...
web/static/js/presencesketch.js
View file @
43818f8d
...
...
@@ -475,7 +475,7 @@ let PresenceSketch = {
};
s
.
draw
=
function
()
{
s
.
background
(
88
,
131
,
12
0
);
s
.
background
(
0
);
// Run all the boids
_
.
each
(
PresenceSketch
.
boids
,
function
(
boid
,
key
,
list
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment