This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// poracle/dts/fort_update.json | |
[ | |
{ | |
"id": 1, | |
"type": "fort-update", | |
"default": true, | |
"platform": "discord", | |
"templateFile": "dts/fort_update.txt" | |
} | |
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
This script will automatically create or update a compiled PogoProtos module for Python. | |
Make sure to run it from within your project directory. | |
If you run it, it's going to: | |
- Create a `protos` directoy | |
- Create a `pogo.proto` file | |
- Fill this directoy with an `__init__.py`, `pogo_pb2.py` and a `pogo_pb2.pyi` file | |
Using PogoProtos in your project is very easy once you ran this script. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"grid": [ | |
{ | |
"direction": "first", | |
"maps": [ | |
{ | |
"direction": "first", | |
"map": { | |
"style": "osm-bright", | |
"latitude": #(lat), |