started work on clouds
This commit is contained in:
12
scripts/cloud_spawner.tscn
Normal file
12
scripts/cloud_spawner.tscn
Normal file
@@ -0,0 +1,12 @@
|
||||
[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")
|
||||
Reference in New Issue
Block a user