Skip to content

Commit

Permalink
Build 5cc3e8b
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 12, 2024
1 parent cc41473 commit b2e1bf9
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 5 deletions.
2 changes: 1 addition & 1 deletion index.html

Large diffs are not rendered by default.

28 changes: 24 additions & 4 deletions love-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1483,13 +1483,33 @@
{
"returns": [
{
"description": "Forward vector of the listener orientation.",
"name": "fx, fy, fz",
"description": "Forward x of the listener orientation.",
"name": "fx",
"type": "number"
},
{
"description": "Up vector of the listener orientation.",
"name": "ux, uy, uz",
"description": "Forward y of the listener orientation.",
"name": "fy",
"type": "number"
},
{
"description": "Forward z of the listener orientation.",
"name": "fz",
"type": "number"
},
{
"description": "Up x of the listener orientation.",
"name": "ux",
"type": "number"
},
{
"description": "Up y of the listener orientation.",
"name": "uy",
"type": "number"
},
{
"description": "Up z of the listener orientation.",
"name": "uz",
"type": "number"
}
]
Expand Down

0 comments on commit b2e1bf9

Please sign in to comment.