-
Notifications
You must be signed in to change notification settings - Fork 0
/
notes.txt
43 lines (23 loc) · 968 Bytes
/
notes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Throttle gamepad -- framereate issues
gameboardrect.left not working as desired for starting brick positions
ad padleft outer bounds
Ball doesn't always reset properly below pad
translate/transform for pad movement and possibly ball,to improve performance/frame rate
Use opacity instead of remove ?
TODO:
LEFT brick collision doesn't work properly, possibly right too
Added a static ball state to moveball() , may/may not want to seperate it
//FROM/FOR AUDIT
Start/Pause/Continue/Restart options
Countdown
Lives
Points
framereate
//Dev tools paint
/*
Try using the Dev Tool/performance and the option rendering with the paint ON, if possible.
Try using the Dev Tool/performance and the option rendering with the layer ON, if possible.
Can you confirm that the paint/layers is being used as little as possible?
*/
frontend - either use vmin/vmax or pixels
frontend - issue with minimizing div horizontally