Make scouting data fields actually work well.

This commit is contained in:
astatin3
2024-06-29 02:52:17 -06:00
parent 485205f35c
commit 28a5d909a9
6 changed files with 182 additions and 92 deletions
@@ -18,7 +18,12 @@ public class fields {
sv.new notesType("notes", "<no-notes>"),
},{
sv.new sliderType("How good is robot", 5, 0, 10),
sv.new sliderType("Test", 1, 0, 10),
sv.new sliderType("Test", 128, 64, 256),
sv.new notesType("notes", "<no-notes>"),
},{
sv.new sliderType("How good is robot", 5, 0, 10),
sv.new sliderType("Test", 128, 64, 256),
sv.new dropdownType("test-dropdown", new String[]{"Test1", "test2", "Three"}, 1),
sv.new notesType("notes", "<no-notes>"),
}
};