We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 608a930 commit 8b8d109Copy full SHA for 8b8d109
src/entities/blaster.py
@@ -178,7 +178,7 @@ def update_frame(self):
178
self.bullets_reloading()
179
180
if self.input_manager.get_combined_axis_movement() != 0.0:
181
- self.velocity = 60 * abs(self.input_manager.get_touch_virtual_axis_movement())
+ self.velocity = 60 * abs(self.input_manager.get_combined_axis_movement())
182
183
if self.input_manager.is_input_left():
184
self.move_left(full_steps)
0 commit comments