Update position of tank to rotate

This commit is contained in:
Matt McWilliams 2025-03-04 22:50:44 -05:00
parent 5dc0c2a2e7
commit c69adb0a66
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@
"name": "mini_16mm_dev_tank", "name": "mini_16mm_dev_tank",
"material": "black_plastic", "material": "black_plastic",
"position": { "position": {
"x": 0, "x": 8,
"y": 0, "y": 1,
"z": -35 "z": -35
} }
} }