Browse Source

change firing duration

Bastien Sevajol 6 years ago
parent
commit
b6db93a38d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      opencombat/gui/base.py

+ 1 - 1
opencombat/gui/base.py View File

@@ -382,7 +382,7 @@ class Game(TMXGui):
382 382
         )
383 383
         self.layer_manager.edit_layer.append_callback(
384 384
             actor_firing,
385
-            duration=0.2,  # TODO BS 2018-01-25: Wil depend of weapon type
385
+            duration=0.5,  # TODO BS 2018-01-25: Wil depend of weapon type
386 386
             delay=delay,
387 387
             end_callback=actor_end_firing,
388 388
             start_callback=actor_rotate,