batframework 1.0.8a6__py3-none-any.whl → 1.0.8a7__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- batFramework/time.py +2 -1
- {batframework-1.0.8a6.dist-info → batframework-1.0.8a7.dist-info}/METADATA +1 -1
- {batframework-1.0.8a6.dist-info → batframework-1.0.8a7.dist-info}/RECORD +6 -6
- {batframework-1.0.8a6.dist-info → batframework-1.0.8a7.dist-info}/LICENCE +0 -0
- {batframework-1.0.8a6.dist-info → batframework-1.0.8a7.dist-info}/WHEEL +0 -0
- {batframework-1.0.8a6.dist-info → batframework-1.0.8a7.dist-info}/top_level.txt +0 -0
batFramework/time.py
CHANGED
@@ -118,6 +118,7 @@ class TimeManager(metaclass=bf.Singleton):
|
|
118
118
|
if timer.should_delete():
|
119
119
|
expired_timers.append(timer.uid)
|
120
120
|
for uid in expired_timers:
|
121
|
+
self.timers[uid]._release_id()
|
121
122
|
del self.timers[uid]
|
122
123
|
|
123
124
|
def __init__(self):
|
@@ -158,4 +159,4 @@ class TimeManager(metaclass=bf.Singleton):
|
|
158
159
|
res +=name+"\n"
|
159
160
|
for t in reg.timers.values():
|
160
161
|
res +="\t"+str(t)+"\n"
|
161
|
-
return res
|
162
|
+
return res
|
@@ -24,7 +24,7 @@ batFramework/scrollingSprite.py,sha256=PPEieAaFcOLE_Lm7cnm3xc7XyLKopCPcDbXEfyThO
|
|
24
24
|
batFramework/sprite.py,sha256=t_kSyUXGOSXQbSBwrKgBUTp5mITeFQbAKNzugjL5SgY,1625
|
25
25
|
batFramework/stateMachine.py,sha256=wC-5xbKvf-vGm_N16X9KhgMya5915GyVXL79uk5Bapw,1359
|
26
26
|
batFramework/tileset.py,sha256=3AJBWHx90PC43BdLYCBFm811XBrMvWoB-nsUgyo6s-I,1728
|
27
|
-
batFramework/time.py,sha256=
|
27
|
+
batFramework/time.py,sha256=iLDuHPQVNcPrNfqN6UP67d34HuC8Y42s6cdiTE53o7o,4989
|
28
28
|
batFramework/transition.py,sha256=-1cyk-7Fbm0U2Z4Y2jjpLHwJ2khM1VxIMcfk2bBEo-M,6655
|
29
29
|
batFramework/triggerZone.py,sha256=wIxkvO0cVVupQsJIPOD_-ofqwLnu1TLNK-n6oNXB1E8,579
|
30
30
|
batFramework/utils.py,sha256=kj0qaOwpwvvPMD1DyOQTZLYeV-1lJ0dobeU2E49Rwg8,5215
|
@@ -55,8 +55,8 @@ batFramework/gui/constraints/constraints.py,sha256=nyPew0HIJ24rl4JcdBjUYu2aFynTr
|
|
55
55
|
batFramework/templates/__init__.py,sha256=8XN-7JwYFKTRx_lnUL_If3spwgn5_2b7bwmrRRBPON0,46
|
56
56
|
batFramework/templates/character.py,sha256=S-EkKYrMPg6539r1I5xNf9_bNVIC5-wISIJundbTlBQ,1319
|
57
57
|
batFramework/templates/states.py,sha256=WeomVrQ10vHxVCj9Wnk1PcinKyb871uV910mQe287kI,5370
|
58
|
-
batframework-1.0.
|
59
|
-
batframework-1.0.
|
60
|
-
batframework-1.0.
|
61
|
-
batframework-1.0.
|
62
|
-
batframework-1.0.
|
58
|
+
batframework-1.0.8a7.dist-info/LICENCE,sha256=A65iXbMDbOxQLDNOODJLqA7o5RxszYlEqIgNSzBQRf4,1073
|
59
|
+
batframework-1.0.8a7.dist-info/METADATA,sha256=EsDCpa49QmycSsO8TtwQ9H5itEhzhlilsVGubgyqRxA,1694
|
60
|
+
batframework-1.0.8a7.dist-info/WHEEL,sha256=cVxcB9AmuTcXqmwrtPhNK88dr7IR_b6qagTj0UvIEbY,91
|
61
|
+
batframework-1.0.8a7.dist-info/top_level.txt,sha256=vxAKBIk1oparFTxeXGBrgfIO7iq_YR5Fv1JvPVAIwmA,13
|
62
|
+
batframework-1.0.8a7.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|