Skip to content

Commit

Permalink
typings|client: fix rot and scale TextLabel (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianV85 authored Nov 21, 2023
1 parent 99cc0e7 commit 5482fb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions types/client/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -916,8 +916,8 @@ declare module "@altv/client" {
readonly target: Entity;
visible: boolean;
color: altShared.RGBA;
scale: altShared.Vector2;
rot: number;
scale: number;
rot: altShared.Vector3;
faceCamera: boolean;
readonly streamingDistance: number;

Expand Down
2 changes: 1 addition & 1 deletion types/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@altv/client",
"version": "0.0.9",
"version": "0.0.10",
"description": "This package contains the type definitions for the alt:V JS module v2 client types",
"types": "index.d.ts",
"files": [
Expand Down

0 comments on commit 5482fb8

Please sign in to comment.