refactor & angle fix

This commit is contained in:
2025-02-18 15:23:34 +01:00
parent 87c6b5abdf
commit 2dfcc72343
12 changed files with 250 additions and 83 deletions
+10 -10
View File
@@ -1,11 +1,11 @@
{
"ships": [
{
"destroyer": {
"texture": "assets/entities/ships/destroyer.svg",
"width": 58,
"height": 512
}
}
]
}
"ship": {
"destroyer": {
"texture": "assets/entities/ships/destroyer.svg",
"width": 58,
"height": 512,
"speed": 250
}
}
}

Before

Width:  |  Height:  |  Size: 69 KiB

After

Width:  |  Height:  |  Size: 69 KiB