13 lines
426 B
Plaintext
13 lines
426 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://c0vc26f4warsi"]
|
|
|
|
[ext_resource type="Script" uid="uid://1q8lyvac5gft" path="res://scripts/cloudSpawner.gd" id="1_4fk3q"]
|
|
|
|
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_hthjk"]
|
|
transparency = 1
|
|
shading_mode = 0
|
|
albedo_color = Color(1, 1, 1, 0)
|
|
|
|
[node name="CSGBox3D" type="CSGBox3D"]
|
|
material = SubResource("StandardMaterial3D_hthjk")
|
|
script = ExtResource("1_4fk3q")
|