Files
fps_project_1/scripts/chest_spawner.tscn
2025-05-04 23:35:43 -05:00

13 lines
468 B
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://c5t4uqihf8q0i"]
[ext_resource type="Script" uid="uid://fs6qd8efarl7" path="res://scripts/csg_spawner.gd" id="1_l7ryb"]
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_hthjk"]
transparency = 1
shading_mode = 0
albedo_color = Color(0, 0.498039, 0, 0.568627)
[node name="ChestSpawner" type="CSGBox3D" groups=["chest_spawner"]]
material = SubResource("StandardMaterial3D_hthjk")
script = ExtResource("1_l7ryb")