* Put the damage in the windows * add crack overlays * Window cracking * glass related sounds * let's use a valid state * run optipng on these for posterity * Examine damage descriptions * add "Constructible" to dictionary * Downmix stereo effects to mono * breaking and knocking * Add shard etc. sprites * shard inhands * more sprite wrangling * Expand destructiblecomponent drop system + implement it for windows * Shard descriptions * Random sprite component * no nullbabby * Random destroysounds * random offset on destructible drops * fix fucked yaml * sound collections * random pitch for knocking * Localization * hascomponent * better spawnondestroy * missed one
38 lines
795 B
JSON
38 lines
795 B
JSON
{
|
|
"version": 1,
|
|
"size": {
|
|
"x": 32,
|
|
"y": 32
|
|
},
|
|
"license": "CC-BY-SA-3.0",
|
|
"copyright": "https://github.com/discordia-space/CEV-Eris/commit/b5b4edd4e46efc2ee2d3c1ce5aff82d80ddc461e",
|
|
"states": [
|
|
{
|
|
"name": "shrapnellarge",
|
|
"directions": 1,
|
|
"delays": [
|
|
[
|
|
1.0
|
|
]
|
|
]
|
|
},
|
|
{
|
|
"name": "shrapnelmedium",
|
|
"directions": 1,
|
|
"delays": [
|
|
[
|
|
1.0
|
|
]
|
|
]
|
|
},
|
|
{
|
|
"name": "shrapnelsmall",
|
|
"directions": 1,
|
|
"delays": [
|
|
[
|
|
1.0
|
|
]
|
|
]
|
|
}
|
|
]
|
|
} |