Skip to content

Commit e4c8453

Browse files
committed
funkplot strafe
- Number of bullets hit pics
1 parent 8fe4957 commit e4c8453

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

funkman/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"""
66

77
__author__ = "funkyfranky"
8-
__version__ = "0.6.5"
8+
__version__ = "0.6.6"
99

1010
#print("__init__ main")
1111

funkman/funkplot/funkplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ def PlotStrafeRun(self, result):
303303
# Read strafe pit image.
304304
plt.imshow(self.imageStrafePit, interpolation='none', origin='upper', extent=[-zmax, zmax, -zmax, zmax], clip_on=True)
305305

306-
for _ in range(1): #(roundsHit):
306+
for _ in range(roundsHit):
307307

308308
r=np.random.randint(0,100)
309309
p=np.random.randint(0,360)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
author="funkyfranky",
77
description="Interface between DCS/MOOSE and Discord via an UDP socket.",
88
name="funkman",
9-
version="0.6.5",
9+
version="0.6.6",
1010
packages=find_packages(include=["funkman", "funkman.*"]),
1111
install_requires=[
1212
'discord>=2.0.0',

0 commit comments

Comments
 (0)