Snap to nearest cardinal on traversal (#10869)
This commit is contained in:
@@ -8,13 +8,16 @@
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"states": [
|
||||
{
|
||||
"name": "base"
|
||||
"name": "base",
|
||||
"directions": 1
|
||||
},
|
||||
{
|
||||
"name": "thrust"
|
||||
"name": "thrust",
|
||||
"directions": 1
|
||||
},
|
||||
{
|
||||
"name": "thrust_burn",
|
||||
"directions": 1,
|
||||
"delays": [
|
||||
[
|
||||
0.1,
|
||||
@@ -26,6 +29,7 @@
|
||||
},
|
||||
{
|
||||
"name": "thrust_burn_unshaded",
|
||||
"directions": 1,
|
||||
"delays": [
|
||||
[
|
||||
0.1,
|
||||
|
||||
Reference in New Issue
Block a user