mirror of
https://gitlab.com/open-fpsz/open-fpsz.git
synced 2026-01-19 19:44:46 +00:00
13 lines
478 B
Plaintext
13 lines
478 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://bof3mg7wgxrmn"]
|
|
|
|
[ext_resource type="Script" path="res://components/health_component.gd" id="1_00xis"]
|
|
[ext_resource type="Shape3D" uid="uid://dkwljsgaflf31" path="res://entities/player/collision_shape.res" id="2_sgbmt"]
|
|
|
|
[node name="HealthComponent" type="Area3D"]
|
|
collision_layer = 0
|
|
collision_mask = 4
|
|
script = ExtResource("1_00xis")
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
|
shape = ExtResource("2_sgbmt")
|