瀏覽代碼

change firing duration

Bastien Sevajol 6 年之前
父節點
當前提交
b6db93a38d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      opencombat/gui/base.py

+ 1 - 1
opencombat/gui/base.py 查看文件

@@ -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,