Initial commit.

This commit is contained in:
2022-05-10 16:26:15 -05:00
commit 10007b6aaf
772 changed files with 452469 additions and 0 deletions

View File

@@ -0,0 +1,40 @@
{
"Description": "Stores the layout of Pneumatic Armor HUD elements",
"stats": {
"power": {
"x": 0.995,
"y": 0.005,
"leftSided": true
},
"message": {
"x": 0.005,
"y": 0.15,
"leftSided": false
},
"blockTracker": {
"x": 0.995,
"y": 0.1,
"leftSided": true
},
"entityTracker": {
"x": 0.995,
"y": 0.2,
"leftSided": true
},
"itemSearch": {
"x": 0.005,
"y": 0.1,
"leftSided": false
},
"airCon": {
"x": 0.5,
"y": 0.005,
"leftSided": false
},
"jetBoots": {
"x": 0.7,
"y": 0.005,
"leftSided": true
}
}
}