mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 01:21:20 -04:00
update default tilt speed to something more reasonable....
This commit is contained in:
@@ -20,6 +20,11 @@
|
|||||||
16. better quickstart guide, something better than just a big list of controls. help overlay sucks i think. [x]
|
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]
|
1. restyle fullscreen overlay... please..[x]
|
||||||
17. fix rover request spam queue cheat
|
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:
|
# relative pipe dreams:
|
||||||
|
|||||||
@@ -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
@@ -11,7 +11,7 @@
|
|||||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
||||||
<meta name="apple-mobile-web-app-title" content="Roomba Rover" />
|
<meta name="apple-mobile-web-app-title" content="Roomba Rover" />
|
||||||
<title>Roomba Rover</title>
|
<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">
|
<link rel="stylesheet" crossorigin href="/assets/index-C8rSwF1O.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ export const INPUT_SETTINGS_DEFAULTS = {
|
|||||||
baseSpeed: 250,
|
baseSpeed: 250,
|
||||||
turboSpeed: 400,
|
turboSpeed: 400,
|
||||||
precisionSpeed: 125,
|
precisionSpeed: 125,
|
||||||
tiltSpeed: 100,
|
tiltSpeed: 90,
|
||||||
tiltIntervalMs: 110,
|
tiltIntervalMs: 110,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user