mirror of
https://gitlab.com/open-fpsz/open-fpsz.git
synced 2026-07-16 00:44:50 +00:00
25 lines
1.1 KiB
Text
25 lines
1.1 KiB
Text
[gd_scene load_steps=5 format=3 uid="uid://dpnu1lvfncx6q"]
|
|
|
|
[ext_resource type="Script" path="res://entities/target_dummy/target_dummy.gd" id="1_iup5v"]
|
|
[ext_resource type="Shape3D" uid="uid://cb8esdlnottdn" path="res://entities/player/collision_shape.tres" id="2_i5k5j"]
|
|
[ext_resource type="PackedScene" uid="uid://chuein4frnvwt" path="res://entities/target_dummy/assets/player_mesh.glb" id="4_fuync"]
|
|
[ext_resource type="PackedScene" uid="uid://bof3mg7wgxrmn" path="res://entities/components/health_component.tscn" id="4_l1exy"]
|
|
|
|
[node name="DummyTarget" type="RigidBody3D"]
|
|
collision_layer = 2147483649
|
|
collision_mask = 2147483649
|
|
axis_lock_angular_x = true
|
|
axis_lock_angular_y = true
|
|
axis_lock_angular_z = true
|
|
mass = 75.0
|
|
continuous_cd = true
|
|
script = ExtResource("1_iup5v")
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0)
|
|
shape = ExtResource("2_i5k5j")
|
|
|
|
[node name="HealthComponent" parent="." instance=ExtResource("4_l1exy")]
|
|
|
|
[node name="TargetMesh" parent="." instance=ExtResource("4_fuync")]
|
|
transform = Transform3D(0.75, 0, 0, 0, 0.75, 0, 0, 0, 0.75, 0, 0, 0)
|