Pankajpegu07 commited on
Commit
ce66cc7
·
verified ·
1 Parent(s): 4b9d05b

Increase the aimlock strength so that it strongly lock on the head and add ump option and curve bullet to the head - Follow Up Deployment

Browse files
Files changed (1) hide show
  1. index.html +9 -1
index.html CHANGED
@@ -91,7 +91,7 @@
91
  <div class="space-y-4">
92
  <div>
93
  <label class="block text-sm mb-1">Lock Speed</label>
94
- <input type="range" min="1" max="100" value="75" class="knob">
95
  <div class="flex justify-between text-xs text-gray-400 mt-1">
96
  <span>Slow</span>
97
  <span>Fast</span>
@@ -106,6 +106,13 @@
106
  <span>Far</span>
107
  </div>
108
  </div>
 
 
 
 
 
 
 
109
 
110
  <div class="grid grid-cols-2 gap-2 mt-4">
111
  <button class="bg-cyan-600 hover:bg-cyan-700 text-white py-2 px-3 rounded text-sm flex items-center justify-center">
@@ -238,6 +245,7 @@
238
  <option>AWP</option>
239
  <option>Desert Eagle</option>
240
  <option>MP5</option>
 
241
  </select>
242
  </div>
243
  </div>
 
91
  <div class="space-y-4">
92
  <div>
93
  <label class="block text-sm mb-1">Lock Speed</label>
94
+ <input type="range" min="1" max="100" value="95" class="knob">
95
  <div class="flex justify-between text-xs text-gray-400 mt-1">
96
  <span>Slow</span>
97
  <span>Fast</span>
 
106
  <span>Far</span>
107
  </div>
108
  </div>
109
+
110
+ <div class="mt-4">
111
+ <label class="inline-flex items-center">
112
+ <input type="checkbox" class="form-checkbox h-4 w-4 text-cyan-500" checked>
113
+ <span class="ml-2 text-sm">Curve Bullet to Head</span>
114
+ </label>
115
+ </div>
116
 
117
  <div class="grid grid-cols-2 gap-2 mt-4">
118
  <button class="bg-cyan-600 hover:bg-cyan-700 text-white py-2 px-3 rounded text-sm flex items-center justify-center">
 
245
  <option>AWP</option>
246
  <option>Desert Eagle</option>
247
  <option>MP5</option>
248
+ <option>UMP-45</option>
249
  </select>
250
  </div>
251
  </div>