15 lines
581 B
Text
15 lines
581 B
Text
|
|
[gd_resource type="Resource" script_class="FuncGodotFGDSolidClass" load_steps=2 format=3]
|
||
|
|
|
||
|
|
[ext_resource type="Script" uid="uid://5cow84q03m6a" path="res://addons/func_godot/src/fgd/func_godot_fgd_solid_class.gd" id="1_script"]
|
||
|
|
|
||
|
|
[resource]
|
||
|
|
script = ExtResource("1_script")
|
||
|
|
collision_shape_type = 2
|
||
|
|
collision_mask = 0
|
||
|
|
classname = "func_lava"
|
||
|
|
description = "Lava volume. Party takes damage on entry and lasting burn debuff. Swap for a custom Area3D script to drive behavior."
|
||
|
|
meta_properties = Dictionary[String, Variant]({
|
||
|
|
"color": Color(0.95, 0.4, 0.1, 1)
|
||
|
|
})
|
||
|
|
node_class = "Area3D"
|