Boss and Host now move around the arena based on what happened to them.
This commit is contained in:
parent
c618a4828f
commit
72d51f9558
2 changed files with 21 additions and 18 deletions
|
|
@ -93,17 +93,17 @@
|
|||
},
|
||||
"peasant_girl_rear_view": {
|
||||
"_type": "Animation",
|
||||
"easing": 3,
|
||||
"motion": 0,
|
||||
"ease_rate": 0.2,
|
||||
"min_x": 0.5,
|
||||
"min_y": 0.5,
|
||||
"max_x": 0.5,
|
||||
"max_y": 0.5,
|
||||
"easing": 6,
|
||||
"motion": 1,
|
||||
"ease_rate": 0.05,
|
||||
"min_x": -20.0,
|
||||
"min_y": -20.0,
|
||||
"max_x": 20.0,
|
||||
"max_y": 20.0,
|
||||
"simple": true,
|
||||
"frames": 1,
|
||||
"speed": 0.03,
|
||||
"scaled": true,
|
||||
"speed": 0.01,
|
||||
"scaled": false,
|
||||
"stationary": true,
|
||||
"toggled": false,
|
||||
"flipped": false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue