Browse Source

tuesday new years morning

shuvit 6 years ago
parent
commit
6c0cd5c7d0
2 changed files with 27 additions and 7 deletions
  1. 25
    5
      co_ActionState.py
  2. 2
    2
      controller2.py

+ 25
- 5
co_ActionState.py
File diff suppressed because it is too large
View File


+ 2
- 2
controller2.py View File

@@ -185,8 +185,8 @@ grablay = 600 #this plus 1
185 185
 fliplay = 470
186 186
 MAX_VEL = 6.7
187 187
 SPEEDUP = .055
188
-SPEEDPUMP = .09 #.075
189
-SPEEDPUMPFAST = .13 #.09
188
+SPEEDPUMP = .13 #.09
189
+SPEEDPUMPFAST = .16 #.13
190 190
 PUMP_SPEED_SENS = .4
191 191
 PUMP_SENS = .98
192 192
 ACCEL = 10

Loading…
Cancel
Save