added class ImpactEffectManager to implement the funktionality with hit or miss particles added map4 for particle testing purposes edited class SeaSynchronizer in order to implement the particle feature edited class ShipControl in order to implement the particle feature edited settings.gradle in order to implement the particle feature
66 lines
860 B
JSON
66 lines
860 B
JSON
{
|
|
"width": 10,
|
|
"height": 10,
|
|
"ships": [
|
|
{
|
|
"length": 1,
|
|
"x": 9,
|
|
"y": 0,
|
|
"rot": "RIGHT"
|
|
},
|
|
{
|
|
"length": 1,
|
|
"x": 9,
|
|
"y": 1,
|
|
"rot": "RIGHT"
|
|
},
|
|
{
|
|
"length": 1,
|
|
"x": 8,
|
|
"y": 0,
|
|
"rot": "RIGHT"
|
|
},
|
|
{
|
|
"length": 1,
|
|
"x": 8,
|
|
"y": 1,
|
|
"rot": "RIGHT"
|
|
},
|
|
{
|
|
"length": 2,
|
|
"x": 8,
|
|
"y": 2,
|
|
"rot": "RIGHT"
|
|
},
|
|
{
|
|
"length": 2,
|
|
"x": 6,
|
|
"y": 0,
|
|
"rot": "RIGHT"
|
|
},
|
|
{
|
|
"length": 2,
|
|
"x": 6,
|
|
"y": 1,
|
|
"rot": "RIGHT"
|
|
},
|
|
{
|
|
"length": 3,
|
|
"x": 5,
|
|
"y": 2,
|
|
"rot": "RIGHT"
|
|
},
|
|
{
|
|
"length": 3,
|
|
"x": 7,
|
|
"y": 3,
|
|
"rot": "RIGHT"
|
|
},
|
|
{
|
|
"length": 4,
|
|
"x": 6,
|
|
"y": 4,
|
|
"rot": "RIGHT"
|
|
}
|
|
]
|
|
} |