You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: quintacolor.js
+18-13
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,8 @@
1
+
// TODO: Bad performance on crappy machines... test using pixi canvas, or sprites instead of drawRect?
2
+
// TODO: Show highscore on title screen.
3
+
// TODO: If the player would lose, has quake, and quake would save them, auto-use quake
4
+
1
5
// TODO: Improve the vanishes for the new 3D look. Cube shape? Delaunay triangulation? (https://github.com/mapbox/delaunator)
2
-
// TODO: Still sometimes lagging HARD the first time the meter becomes full. Why?! We're continuously making blur calls. Seems more consistent the longer the game has been running
3
-
// Just switched the meter text to be when the appearance is full vs the actual value. It was happening on the actual value becoming full before... is it now when the meter appears full?
4
-
// And go fix that inline TODO
5
6
// TODO: Music not working on mobile?
6
7
// TODO: Fix bad mouse events vs page interaction on mobile.
7
8
@@ -128,8 +129,8 @@ var TEXT_KEYS = ["P: pause",
128
129
if(ALLOW_INCREASE_LEVEL){
129
130
TEXT_KEYS.unshift("Z: increase level")
130
131
}
131
-
constTEXT_CREDITS=["Quintacolor v 1.0",
132
-
"a game by Tom Quinn (thquinn.github.io)",
132
+
constTEXT_CREDITS=["Quintacolor v 1.0.1",
133
+
"by Tom Quinn (thquinn.github.io)",
133
134
"sound by Jacob Ruttenberg (jruttenberg.io)",
134
135
"fonts Gilgongo and Source Sans Pro by Apostrophic Labs and Paul D. Hunt, respectively",
135
136
"thanks to Arthee, Chet, Jay, Jonny, Maggie, San, and Tanoy",
0 commit comments