about summary refs log tree commit diff stats
path: root/html/rogue/js/config.js
diff options
context:
space:
mode:
Diffstat (limited to 'html/rogue/js/config.js')
-rw-r--r--html/rogue/js/config.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/html/rogue/js/config.js b/html/rogue/js/config.js
index 284ad89..5a729e0 100644
--- a/html/rogue/js/config.js
+++ b/html/rogue/js/config.js
@@ -30,6 +30,8 @@ const Config = {
     },
 
     camera: {
-        FOLLOW_SPEED: 0.1          // Camera smoothing factor
+        FOLLOW_SPEED: 0.1,         // Camera smoothing factor
+        DEADZONE_X: 200,           // Horizontal deadzone in pixels
+        DEADZONE_Y: 150           // Vertical deadzone in pixels
     }
 }; 
\ No newline at end of file
way to make them work in tiled mode, thus I switch to floating mode if I run such kind of app), also fixed the xterm issue reported by Sander' href='/acidbong/suckless/dwm/commit/config.arg.h?h=6.4&id=95e8d12b7189d4cd01b8ae8ecebfa5835a1809e6'>95e8d12 ^
a73a882 ^
b38905b ^
a73a882 ^





b38905b ^
a73a882 ^




































85e6d59 ^

a73a882 ^
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73