chore: format
This commit is contained in:
parent
4a122d618d
commit
7780844088
|
@ -5,30 +5,30 @@ export function kittyJSON() {
|
|||
const move = buildInvoke(['entity', 'moveFor'], [
|
||||
buildInvoke(['global', 'randomNumber'], [0.25, 2.5, false])
|
||||
]);
|
||||
|
||||
|
||||
const stopAnimating = buildTraversal(
|
||||
['entity', 'isAnimating'],
|
||||
false
|
||||
);
|
||||
|
||||
|
||||
const firstWait = buildInvoke(['global', 'wait'], [
|
||||
buildInvoke(['global', 'randomNumber'], [1, 4, false])
|
||||
]);
|
||||
|
||||
|
||||
const turn = buildTraversal(
|
||||
['entity', 'direction'],
|
||||
buildInvoke(['global', 'randomNumber'], [0, 3])
|
||||
);
|
||||
|
||||
|
||||
const secondWait = buildInvoke(['global', 'wait'], [
|
||||
buildInvoke(['global', 'randomNumber'], [0.5, 3, false])
|
||||
]);
|
||||
|
||||
|
||||
const startAnimating = buildTraversal(
|
||||
['entity', 'isAnimating'],
|
||||
true
|
||||
);
|
||||
|
||||
|
||||
return {
|
||||
traits: {
|
||||
alive: {},
|
||||
|
|
Loading…
Reference in New Issue
Block a user