Skip to content

Commit

Permalink
update to squad v6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
w4rum committed Sep 28, 2023
1 parent 6239149 commit 231299e
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion extraction/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "squadlanes-extraction"
version = "2.5.5"
version = "2.5.6"
description = "Datamining scripts used to extract map images and lane information from Squad game files"
authors = ["Tim Schmidt <tim.schmidt@khorne.faith>"]
license = "AGPLv3"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "Squadlanes",
"name": "squadlanes",
"version": "2.5.5",
"version": "2.5.6",
"scripts": {
"start": "node_modules/.bin/parcel src/index.html",
"build": "node_modules/.bin/parcel build src/index.html",
Expand Down
2 changes: 1 addition & 1 deletion src/AboutModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<b-button v-b-modal.about-modal class="about-button">?</b-button>
<b-modal id="about-modal" title="About" ok-only>
<p>
<i> Squadlanes v2.5.5 (for Squad v5.1.1) </i>
<i> Squadlanes v2.5.6 (for Squad v6.0) </i>
</p>
<p>
<a
Expand Down
2 changes: 1 addition & 1 deletion src/LaneProbabilities.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template lang="html">
<div class="card bg-dark">
<div class="text-white text-center small m-1">
Squad v5.1.1
Squad v6.0
</div>
<div class="text-muted text-center small m-1">
Logic: {{ mapData.logic }}
Expand Down
4 changes: 2 additions & 2 deletions src/assets/raas-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31347,8 +31347,8 @@ Narva:
100-Team2Main:
- display_name: Team2 Main
sdk_name: Team2Main
x: 127197.40625
y: 34703.69140625
x: 126747.40625
y: 32053.69140625
lanes:
Center:
- a: 02C-BP_CaptureZoneCluster
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<a href="assets/preview.png" disabled style="display: none"></a>
<meta property="og:url" content="https://squadlanes.com/" />

<title>Squadlanes (Squad v5.1.1)</title>
<title>Squadlanes (Squad v6.0)</title>
<link
rel="stylesheet"
href="https://unpkg.com/leaflet@1.6.0/dist/leaflet.css"
Expand Down

0 comments on commit 231299e

Please sign in to comment.