Gun refactor (#8301)

Co-authored-by: Kara <lunarautomaton6@gmail.com>
Co-authored-by: T-Stalker <le0nel_1van@hotmail.com>
Co-authored-by: T-Stalker <43253663+DogZeroX@users.noreply.github.com>
Co-authored-by: ElectroJr <leonsfriedrich@gmail.com>
Co-authored-by: metalgearsloth <metalgearsloth@gmail.com>
This commit is contained in:
metalgearsloth
2022-06-01 19:59:58 +10:00
committed by GitHub
parent 1ced3c5002
commit fb943a61dc
1051 changed files with 8230 additions and 99090 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 825 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 825 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 825 B

After

Width:  |  Height:  |  Size: 5.8 KiB

View File

@@ -7,6 +7,12 @@
"y": 32
},
"states": [
{
"name": "holstered"
},
{
"name": "notholstered"
},
{
"name": "base",
"delays": [
@@ -19,43 +25,7 @@
]
},
{
"name": "holstered"
},
{
"name": "notholstered"
},
{
"name": "bolt-closed",
"delays": [
[
0.1,
0.1,
0.1,
0.1
]
]
},
{
"name": "bolt-open",
"delays": [
[
0.1,
0.1,
0.1,
0.1
]
]
},
{
"name": "icon",
"delays": [
[
0.1,
0.1,
0.1,
0.1
]
]
"name": "icon"
}
]
}