fletchtime 0.2.2__tar.gz → 0.2.3__tar.gz
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.
- {fletchtime-0.2.2/src/fletchtime.egg-info → fletchtime-0.2.3}/PKG-INFO +5 -2
- {fletchtime-0.2.2 → fletchtime-0.2.3}/README.md +4 -1
- fletchtime-0.2.3/REMERCIEMENTS.md +30 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/docs/index.md +2 -1
- fletchtime-0.2.3/docs/remerciements.md +5 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/docs/roadmap.md +6 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/src/fletchtime/_version.py +3 -3
- {fletchtime-0.2.2 → fletchtime-0.2.3/src/fletchtime.egg-info}/PKG-INFO +5 -2
- {fletchtime-0.2.2 → fletchtime-0.2.3}/src/fletchtime.egg-info/SOURCES.txt +2 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/src/fletchtime.egg-info/scm_file_list.json +2 -0
- fletchtime-0.2.3/src/fletchtime.egg-info/scm_version.json +8 -0
- fletchtime-0.2.2/src/fletchtime.egg-info/scm_version.json +0 -8
- {fletchtime-0.2.2 → fletchtime-0.2.3}/.github/workflows/build.yml +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/.github/workflows/docs.yml +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/.github/workflows/test.yml +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/.gitignore +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/CONTRIBUTING.md +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/LICENSE +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/config/app.toml +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/config/flint.toml +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/config/indoor.toml +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/demo.py +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/docs/_static/logo.svg +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/docs/api-reference.md +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/docs/architecture.md +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/docs/conf.py +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/docs/dev-guide/index.md +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/docs/requirements.txt +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/docs/specifications.md +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/docs/user-guide/index.md +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/fletchtime.spec +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/pyproject.toml +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/run_server.py +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/run_tests.py +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/scripts/generate_classic_sounds.py +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/setup.cfg +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/src/fletchtime/__init__.py +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/src/fletchtime/__main__.py +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/src/fletchtime/engine/__init__.py +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/src/fletchtime/engine/engine.py +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/src/fletchtime/engine/models.py +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/src/fletchtime/engine/modes/__init__.py +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/src/fletchtime/engine/modes/base.py +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/src/fletchtime/engine/modes/flint.py +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/src/fletchtime/engine/modes/indoor.py +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/src/fletchtime/engine/sequence.py +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/src/fletchtime/engine/turn_modes.py +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/src/fletchtime/gui.py +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/src/fletchtime/logging_setup.py +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/src/fletchtime/runtime.py +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/src/fletchtime/server/__init__.py +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/src/fletchtime/server/config_store.py +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/src/fletchtime/server/http_static.py +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/src/fletchtime/server/match_server.py +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/src/fletchtime/server/ws_server.py +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/src/fletchtime/web/__init__.py +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/src/fletchtime/web/_defaults/banners/README.md +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/src/fletchtime/web/_defaults/club/README.md +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/src/fletchtime/web/_defaults/gui/theme.json +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/src/fletchtime/web/_defaults/sounds/packs/README.md +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/src/fletchtime/web/_defaults/sounds/packs/classic/countdown_tick.wav +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/src/fletchtime/web/_defaults/sounds/packs/classic/emergency_end.wav +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/src/fletchtime/web/_defaults/sounds/packs/classic/emergency_start.wav +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/src/fletchtime/web/_defaults/sounds/packs/classic/end_of_match.wav +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/src/fletchtime/web/_defaults/sounds/packs/classic/end_of_volee.wav +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/src/fletchtime/web/_defaults/sounds/packs/classic/pause_end.wav +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/src/fletchtime/web/_defaults/sounds/packs/classic/pause_start.wav +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/src/fletchtime/web/_defaults/sounds/packs/classic/prep_start.wav +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/src/fletchtime/web/_defaults/sounds/packs/classic/shoot_start.wav +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/src/fletchtime/web/_defaults/sounds/packs/classic/warning_orange.wav +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/src/fletchtime/web/_defaults/targets/flint_20cm_4spot.jpg +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/src/fletchtime/web/_defaults/targets/flint_35cm_1spot.jpg +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/src/fletchtime/web/_defaults/targets/indoor_compound.jpg +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/src/fletchtime/web/_defaults/targets/indoor_recurve.jpg +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/src/fletchtime/web/config.html +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/src/fletchtime/web/control.html +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/src/fletchtime/web/display.html +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/src/fletchtime/web/i18n.js +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/src/fletchtime/web/index.html +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/src/fletchtime/web/logo.svg +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/src/fletchtime/web/manual.html +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/src/fletchtime/web/screenshots/config.png +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/src/fletchtime/web/screenshots/control.png +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/src/fletchtime/web/screenshots/display.png +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/src/fletchtime/web/screenshots/index.png +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/src/fletchtime/web/theme.js +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/src/fletchtime.egg-info/dependency_links.txt +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/src/fletchtime.egg-info/entry_points.txt +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/src/fletchtime.egg-info/requires.txt +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/src/fletchtime.egg-info/top_level.txt +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/tests/test_config_store.py +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/tests/test_engine.py +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/tests/test_flint_mode.py +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/tests/test_indoor_mode.py +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/tests/test_match_server.py +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/tests/test_runtime.py +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/web/assets/banners/README.md +0 -0
- {fletchtime-0.2.2 → fletchtime-0.2.3}/web/assets/sounds/packs/README.md +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fletchtime
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.3
|
|
4
4
|
Summary: Chronométrage de compétitions d'archerie FFTL (Indoor, Flint) -- serveur + interfaces web incluses
|
|
5
5
|
License: GPL-3.0-or-later
|
|
6
6
|
Requires-Python: >=3.11
|
|
@@ -21,7 +21,7 @@ Dynamic: license-file
|
|
|
21
21
|
|
|
22
22
|
<img src="https://mrfanghodev.github.io/fletchtime/_static/logo.svg" width="80" height="80" alt="FletchTime logo">
|
|
23
23
|
|
|
24
|
-
[](pyproject.toml)
|
|
25
25
|
[](LICENSE)
|
|
26
26
|
[](https://github.com/MrFanghoDev/fletchtime/actions/workflows/test.yml)
|
|
27
27
|
[](https://pypi.org/project/fletchtime/)
|
|
@@ -156,6 +156,9 @@ Envie de proposer un correctif, une idée, ou juste signaler un bug ? Voir
|
|
|
156
156
|
[CONTRIBUTING.md](CONTRIBUTING.md) (français/anglais) -- processus
|
|
157
157
|
volontairement simple, flux classique fork/branche/Pull Request.
|
|
158
158
|
|
|
159
|
+
Merci aux membres du club qui ont testé l'outil et proposé des idées au
|
|
160
|
+
fil du développement -- voir [REMERCIEMENTS.md](REMERCIEMENTS.md).
|
|
161
|
+
|
|
159
162
|
## Qualité continue
|
|
160
163
|
|
|
161
164
|
Chaque push et pull request déclenche `.github/workflows/test.yml` :
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<img src="https://mrfanghodev.github.io/fletchtime/_static/logo.svg" width="80" height="80" alt="FletchTime logo">
|
|
2
2
|
|
|
3
|
-
[](pyproject.toml)
|
|
4
4
|
[](LICENSE)
|
|
5
5
|
[](https://github.com/MrFanghoDev/fletchtime/actions/workflows/test.yml)
|
|
6
6
|
[](https://pypi.org/project/fletchtime/)
|
|
@@ -135,6 +135,9 @@ Envie de proposer un correctif, une idée, ou juste signaler un bug ? Voir
|
|
|
135
135
|
[CONTRIBUTING.md](CONTRIBUTING.md) (français/anglais) -- processus
|
|
136
136
|
volontairement simple, flux classique fork/branche/Pull Request.
|
|
137
137
|
|
|
138
|
+
Merci aux membres du club qui ont testé l'outil et proposé des idées au
|
|
139
|
+
fil du développement -- voir [REMERCIEMENTS.md](REMERCIEMENTS.md).
|
|
140
|
+
|
|
138
141
|
## Qualité continue
|
|
139
142
|
|
|
140
143
|
Chaque push et pull request déclenche `.github/workflows/test.yml` :
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
# Remerciements
|
|
2
|
+
|
|
3
|
+
<!-- sphinx-include-start -->
|
|
4
|
+
|
|
5
|
+
FletchTime doit beaucoup aux membres du club (Les Archers
|
|
6
|
+
Libres de Fontaine le Port) qui ont testé l'outil en conditions réelles,
|
|
7
|
+
remonté des bugs, et proposé des idées qui ont façonné le projet au fil
|
|
8
|
+
de son développement.
|
|
9
|
+
|
|
10
|
+
Un grand merci à :
|
|
11
|
+
|
|
12
|
+
- **Fangho** -- Intention initiale
|
|
13
|
+
- **Xavier** -- Primo testeur
|
|
14
|
+
- **Fabrice** -- Concours multi-serveurs
|
|
15
|
+
- **Caro** -- Ne pas oublier les Remerciements!
|
|
16
|
+
|
|
17
|
+
<!--
|
|
18
|
+
Modèle à remplir : une ligne par personne, avec ce qu'elle a apporté si
|
|
19
|
+
tu veux être précis·e (pas obligatoire -- juste le nom suffit aussi).
|
|
20
|
+
Pas d'ordre particulier attendu (alphabétique, chronologique, ou
|
|
21
|
+
simplement dans l'ordre où ça te vient -- comme tu préfères).
|
|
22
|
+
-->
|
|
23
|
+
|
|
24
|
+
---
|
|
25
|
+
|
|
26
|
+
*Tu as testé FletchTime ou proposé une idée et tu ne te retrouves pas
|
|
27
|
+
dans cette liste ? Fais-le savoir pour qu'on corrige ça.*
|
|
28
|
+
|
|
29
|
+
*Envie de contribuer plus directement (code, documentation) ? Voir
|
|
30
|
+
[CONTRIBUTING.md](CONTRIBUTING.md).*
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
:align: center
|
|
5
5
|
```
|
|
6
6
|
|
|
7
|
-
[](https://github.com/MrFanghoDev/fletchtime/blob/master/pyproject.toml)
|
|
8
8
|
[](https://github.com/MrFanghoDev/fletchtime/blob/master/LICENSE)
|
|
9
9
|
[](https://github.com/MrFanghoDev/fletchtime/actions/workflows/test.yml)
|
|
10
10
|
[](https://pypi.org/project/fletchtime/)
|
|
@@ -30,6 +30,7 @@ page d'accueil, pas ici) -- voir {doc}`user-guide/index`.
|
|
|
30
30
|
specifications
|
|
31
31
|
architecture
|
|
32
32
|
roadmap
|
|
33
|
+
remerciements
|
|
33
34
|
user-guide/index
|
|
34
35
|
dev-guide/index
|
|
35
36
|
api-reference
|
|
@@ -73,6 +73,12 @@ dépendent d'extensions compilées (Rust/C) peu fiables sur Pydroid 3, voir
|
|
|
73
73
|
|
|
74
74
|
## Backlog — à discuter / non encore programmé dans une étape précise
|
|
75
75
|
|
|
76
|
+
- ~~**Remerciements**~~ -- structure prête, à compléter : `REMERCIEMENTS.md`
|
|
77
|
+
(modèle à remplir avec les noms), lié depuis le README et intégré à la
|
|
78
|
+
doc Sphinx ({doc}`remerciements` -- même contenu, pas dupliqué, via une
|
|
79
|
+
inclusion). Les membres du club ont aidé à tester et proposé des idées
|
|
80
|
+
au fil du développement -- reste à toi d'ajouter les noms.
|
|
81
|
+
|
|
76
82
|
- ~~**Journal applicatif persistant**~~ -- fait : `MatchServer` journalise
|
|
77
83
|
désormais chaque commande reçue, (dé)connexion, perte de connexion
|
|
78
84
|
réseau et message malformé dans un fichier avec rotation
|
|
@@ -18,7 +18,7 @@ version_tuple: tuple[int | str, ...]
|
|
|
18
18
|
commit_id: str | None
|
|
19
19
|
__commit_id__: str | None
|
|
20
20
|
|
|
21
|
-
__version__ = version = '0.2.
|
|
22
|
-
__version_tuple__ = version_tuple = (0, 2,
|
|
21
|
+
__version__ = version = '0.2.3'
|
|
22
|
+
__version_tuple__ = version_tuple = (0, 2, 3)
|
|
23
23
|
|
|
24
|
-
__commit_id__ = commit_id = '
|
|
24
|
+
__commit_id__ = commit_id = 'gd2257b057'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fletchtime
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.3
|
|
4
4
|
Summary: Chronométrage de compétitions d'archerie FFTL (Indoor, Flint) -- serveur + interfaces web incluses
|
|
5
5
|
License: GPL-3.0-or-later
|
|
6
6
|
Requires-Python: >=3.11
|
|
@@ -21,7 +21,7 @@ Dynamic: license-file
|
|
|
21
21
|
|
|
22
22
|
<img src="https://mrfanghodev.github.io/fletchtime/_static/logo.svg" width="80" height="80" alt="FletchTime logo">
|
|
23
23
|
|
|
24
|
-
[](pyproject.toml)
|
|
25
25
|
[](LICENSE)
|
|
26
26
|
[](https://github.com/MrFanghoDev/fletchtime/actions/workflows/test.yml)
|
|
27
27
|
[](https://pypi.org/project/fletchtime/)
|
|
@@ -156,6 +156,9 @@ Envie de proposer un correctif, une idée, ou juste signaler un bug ? Voir
|
|
|
156
156
|
[CONTRIBUTING.md](CONTRIBUTING.md) (français/anglais) -- processus
|
|
157
157
|
volontairement simple, flux classique fork/branche/Pull Request.
|
|
158
158
|
|
|
159
|
+
Merci aux membres du club qui ont testé l'outil et proposé des idées au
|
|
160
|
+
fil du développement -- voir [REMERCIEMENTS.md](REMERCIEMENTS.md).
|
|
161
|
+
|
|
159
162
|
## Qualité continue
|
|
160
163
|
|
|
161
164
|
Chaque push et pull request déclenche `.github/workflows/test.yml` :
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
CONTRIBUTING.md
|
|
3
3
|
LICENSE
|
|
4
4
|
README.md
|
|
5
|
+
REMERCIEMENTS.md
|
|
5
6
|
demo.py
|
|
6
7
|
fletchtime.spec
|
|
7
8
|
pyproject.toml
|
|
@@ -17,6 +18,7 @@ docs/api-reference.md
|
|
|
17
18
|
docs/architecture.md
|
|
18
19
|
docs/conf.py
|
|
19
20
|
docs/index.md
|
|
21
|
+
docs/remerciements.md
|
|
20
22
|
docs/requirements.txt
|
|
21
23
|
docs/roadmap.md
|
|
22
24
|
docs/specifications.md
|
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
"run_server.py",
|
|
8
8
|
"pyproject.toml",
|
|
9
9
|
"fletchtime.spec",
|
|
10
|
+
"REMERCIEMENTS.md",
|
|
10
11
|
"LICENSE",
|
|
11
12
|
"demo.py",
|
|
12
13
|
"src/fletchtime/gui.py",
|
|
@@ -76,6 +77,7 @@
|
|
|
76
77
|
"tests/test_flint_mode.py",
|
|
77
78
|
"docs/conf.py",
|
|
78
79
|
"docs/specifications.md",
|
|
80
|
+
"docs/remerciements.md",
|
|
79
81
|
"docs/requirements.txt",
|
|
80
82
|
"docs/roadmap.md",
|
|
81
83
|
"docs/api-reference.md",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fletchtime-0.2.2 → fletchtime-0.2.3}/src/fletchtime/web/_defaults/targets/flint_20cm_4spot.jpg
RENAMED
|
File without changes
|
{fletchtime-0.2.2 → fletchtime-0.2.3}/src/fletchtime/web/_defaults/targets/flint_35cm_1spot.jpg
RENAMED
|
File without changes
|
{fletchtime-0.2.2 → fletchtime-0.2.3}/src/fletchtime/web/_defaults/targets/indoor_compound.jpg
RENAMED
|
File without changes
|
{fletchtime-0.2.2 → fletchtime-0.2.3}/src/fletchtime/web/_defaults/targets/indoor_recurve.jpg
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|