Skip to content

Commit

Permalink
Fix more gar stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
dicewrench committed Nov 17, 2023
1 parent 30f6ed0 commit f475b6b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 22 deletions.
3 changes: 1 addition & 2 deletions contrib/cards/Empire/EmpireUnits.json
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,7 @@
},
"minis": [
{
"mesh": "http://cloud-3.steamusercontent.com/ugc/1666859827673303054/77A1D7624FA565991825B19513DBE6B70BD4F93C/",
"diffuse": "http://cloud-3.steamusercontent.com/ugc/1752483394081466139/2BE5600F82F920A4F7378783A0F76B33B046964E/"
"bundle": "http://cloud-3.steamusercontent.com/ugc/2174736446809185920/1B6637756A8044A1D173F7AD5C1BFD813EC66CCA/"
}
],
"commands": [
Expand Down
3 changes: 1 addition & 2 deletions contrib/cards/Republic/RepublicUnits.json
Original file line number Diff line number Diff line change
Expand Up @@ -548,8 +548,7 @@
},
"minis": [
{
"mesh": "http://cloud-3.steamusercontent.com/ugc/1862817412088110265/AF7BE480C6C64DA2C584B3094D3555E69540CBFB/",
"diffuse": "http://cloud-3.steamusercontent.com/ugc/1752483394077085898/18B842A6995323329F3A038AA5B2D2C4995DBC7B/"
"bundle": "http://cloud-3.steamusercontent.com/ugc/2202884666993392985/D48A26F5F9D3498814911131BA08B0BAF92F8B65/"
}
]
},
Expand Down
6 changes: 2 additions & 4 deletions contrib/cards/official.json
Original file line number Diff line number Diff line change
Expand Up @@ -1586,8 +1586,7 @@
"name": "Phase II Mortar Trooper",
"image": "http://cloud-3.steamusercontent.com/ugc/1680393865568144436/3D8E7C0C4D7A837EEE925B65E044F1EF8B3388C4/",
"mini": {
"mesh": "http://cloud-3.steamusercontent.com/ugc/1028455893321578281/CBFA560559FE81326342AD0B65D2349447F882EB/",
"diffuse": "http://cloud-3.steamusercontent.com/ugc/1752483394077056521/94B90E51CE999887ED54B32DC62A90965843ED82/"
"bundle": "http://cloud-3.steamusercontent.com/ugc/2174736446809185328/4A6DA42CDB70EF979D5B8B675CEFA5459FA60D4E/"
},
"points": 18,
"restrictions": {
Expand Down Expand Up @@ -1825,8 +1824,7 @@
"name": "Z-6 Phase II Trooper",
"image": "http://cloud-3.steamusercontent.com/ugc/1680393865568146709/F3874CF8FD491DEF02AA37F322C61B51463D2ECD/",
"mini": {
"mesh": "http://cloud-3.steamusercontent.com/ugc/1028455893321579074/D5F10426146B81D46F02B027B9C4CC875FA6DA00/",
"diffuse": "http://cloud-3.steamusercontent.com/ugc/1752483394077056521/94B90E51CE999887ED54B32DC62A90965843ED82/"
"bundle": "http://cloud-3.steamusercontent.com/ugc/2174736446809184879/281AC62444FBFA3F17E2DF0031FF5F23E398EAC5/"
},
"points": 27,
"restrictions": {
Expand Down
19 changes: 5 additions & 14 deletions mod/src/includes/ui/Welcome.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,26 +36,17 @@
<VerticalScrollView id="welcomeTab1" active="true" color="40404080">
<VerticalLayout padding="5">
<Text alignment="UpperLeft" color="#ffffff" fontSize="12">
Welcome to Star Wars: Legion for TTS, <b>v7.4.0</b>.
<!--Welcome to Star Wars: Legion for TTS, <b>v7.7.1-beta</b>.-->
<!--Welcome to Star Wars: Legion for TTS, <b>v7.4.1</b>.-->
Welcome to Star Wars: Legion for TTS, <b>v7.7.3-beta</b>.

This is a <b>beta release</b>, and is <textcolor color="#f03333"><b>not suitable for tournament play</b></textcolor>.

To access the stable version of the mod visit <i>https://go.swlegion.dev/mod</i>.

<b>CHANGELOG</b>
<!--(Since last <i>Beta</i>)-->
(Since last <i>Stable</i>)
- Add: Blitz! Deck
- Add: Brother
- Add: Sister
- Add: Poggle
- Add: Sun
- Add: Bug Warriors
- Add: Battleforce Droids
- Add: Battleforce Flutter
- Fix: Lots of Assets re-hosted

(Since last <i>Beta</i>)
<!--(Since last <i>Stable</i>)-->
- Fix: Some More Asset rehost
</Text>
</VerticalLayout>
</VerticalScrollView>
Expand Down

0 comments on commit f475b6b

Please sign in to comment.