Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

Commit

Permalink
Add space field in velocity entity condition type testdata.
Browse files Browse the repository at this point in the history
  • Loading branch information
MerchantPug committed Dec 11, 2023
1 parent 8107789 commit c682e6f
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "apoli:action_over_time",
"entity_action": {
"type": "apoli:execute_command",
"command": "say I am moving!"
},
"interval": 1,
"condition": {
"type": "apugli:velocity",
"axes": [
"X",
"Z"
],
"compare_to": 0.0,
"comparison": ">",
"space": "velocity_horizontal"
}
}

0 comments on commit c682e6f

Please sign in to comment.