13 lines
455 B
Plaintext
13 lines
455 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://cu6f8karst8uk"]
|
|
|
|
[ext_resource type="Script" uid="uid://bot4t8im34ldh" path="res://Scripts/cloudSpawner.gd" id="1_t6aj5"]
|
|
|
|
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_t6aj5"]
|
|
transparency = 1
|
|
albedo_color = Color(1, 1, 1, 0)
|
|
|
|
[node name="CloudSpawner" type="CSGBox3D"]
|
|
size = Vector3(57.1482, 23.8151, 69.293)
|
|
material = SubResource("StandardMaterial3D_t6aj5")
|
|
script = ExtResource("1_t6aj5")
|