update default tilt speed to something more reasonable....

This commit is contained in:
legop3
2026-05-12 00:41:34 -04:00
parent 03608f9b23
commit 1779f47148
5 changed files with 21 additions and 3 deletions
+5
View File
@@ -20,6 +20,11 @@
16. better quickstart guide, something better than just a big list of controls. help overlay sucks i think. [x]
1. restyle fullscreen overlay... please..[x]
17. fix rover request spam queue cheat
18. not always preview feed for non-turners
1. if theres less drivers than there are rovers online, everyone sees full video even if its not your turn
2. move the thing out of the middle of the screen no matter what mode its in
1. have it just say "its not your turn!" and preview mesasge if preview mode
2. make it flash on input to draw attention that its not your turn
# relative pipe dreams:
+13
View File
@@ -0,0 +1,13 @@
# main idea:
- first of all, NONE of this should effect the spectator pages.
- right now, when youre on a rover and its not your turn, you see a preview feed.
- this is annoying if you are ex: trying to sit there and watch something with multiple people on one rover
- I want it changed so that if there are less TOTAL drivers than there are rovers, everyone sees full video even when it's not their turn.
- if there are more total drivers than rovers, when its not your turn youll see the preview feed
- I also want some UI changes to make it better:
- right now theres a big overlay in the middle of the screen when its not your turn, that explains the preview thing
- I want this moved to the top left corner
- I want it to blink on input, to draw attention to it
- I want it to always show when its not your turn
- but I only want it to explain the preview thing when its showing the preview
- the preview exists to save upload bandwith
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -11,7 +11,7 @@
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-title" content="Roomba Rover" />
<title>Roomba Rover</title>
<script type="module" crossorigin src="/assets/index-BeyfNX1F.js"></script>
<script type="module" crossorigin src="/assets/index-CH1QpIkJ.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-C8rSwF1O.css">
</head>
<body>
+1 -1
View File
@@ -5,7 +5,7 @@ export const INPUT_SETTINGS_DEFAULTS = {
baseSpeed: 250,
turboSpeed: 400,
precisionSpeed: 125,
tiltSpeed: 100,
tiltSpeed: 90,
tiltIntervalMs: 110,
},
};