Skip to content

Commit 94369af

Browse files
authored
Update memory.py
1 parent c02958a commit 94369af

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

memory/src/memory.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# memory.py
2+
23
# Created by Salvatore aka artyprog on June 2016
3-
# Improved by Jacques de Hooge aka JdeH
4+
5+
# Improvments by Jacques de Hooge aka JdeH
6+
# colors more distinct, if's without (), endresult stays visible for 2s
7+
48
# This file is translated to Javascript using Transcrypt
59

610
colors = [JS.rgb2hex("rgba({}, 0)".format (color)) for color in [

0 commit comments

Comments
 (0)