soil/src/ingame/chlorophyll.tscn
2025-02-11 08:00:26 -03:00

26 lines
829 B
Plaintext

[gd_scene load_steps=4 format=3 uid="uid://byfbrru6pl1ue"]
[ext_resource type="Script" path="res://src/ingame/chlorophyll.gd" id="1_t6bqw"]
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_l1bir"]
albedo_color = Color(0, 0.894118, 0.211765, 1)
emission_enabled = true
emission = Color(0, 0.894118, 0.211765, 1)
emission_energy_multiplier = 2.0
[sub_resource type="SphereShape3D" id="SphereShape3D_so6gf"]
radius = 0.3
[node name="Chlorophyll" type="Node3D"]
script = ExtResource("1_t6bqw")
[node name="CSGSphere3D" type="CSGSphere3D" parent="."]
material_override = SubResource("StandardMaterial3D_l1bir")
radius = 0.1
[node name="PickupArea" type="Area3D" parent="."]
collision_layer = 16
[node name="CollisionShape3D" type="CollisionShape3D" parent="PickupArea"]
shape = SubResource("SphereShape3D_so6gf")