0723b75f7b
- Reduced weapon scale 10-13x (previously OBJ models at native size) - Adjusted on-screen position for each weapon type - Switched from OBJ to GLB imports (better pivot points) - Fixed Revolver model coordinate issue
9 lines
230 B
Plaintext
9 lines
230 B
Plaintext
[gd_scene format=3]
|
|
|
|
[ext_resource type="PackedScene" path="res://assets/quaternius/models/P90.glb" id="1"]
|
|
|
|
[node name="P90" type="Node3D"]
|
|
scale = Vector3(0.3, 0.3, 0.3)
|
|
|
|
[node name="Model" parent="." instance=ExtResource("1")]
|