From c2a7bab6dc267a3e091f17a67733e37b94fe83b3 Mon Sep 17 00:00:00 2001 From: ZXMushroom63 Date: Sun, 8 Dec 2024 16:21:10 +0800 Subject: [PATCH] increase gun scale in third person --- examplemods/guns.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examplemods/guns.js b/examplemods/guns.js index 46cc14d..27f8336 100644 --- a/examplemods/guns.js +++ b/examplemods/guns.js @@ -99,7 +99,7 @@ "thirdperson": { "rotation": [ 5, 80, -45 ], "translation": [ 0, 1, -3 ], - "scale": [ 0.1, 0.1, 0.1 ] + "scale": [ 1.0, 1.0, 1.0 ] }, "firstperson": { "rotation": [ 0, -135, 25 ],