You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
373 B
12 lines
373 B
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://MultiColorFog/MultiColorFogMaterial.tres" type="Material" id=1]
|
|
|
|
[sub_resource type="QuadMesh" id=1]
|
|
material = ExtResource( 1 )
|
|
size = Vector2( 2, 2 )
|
|
|
|
[node name="MultiColorFogOverlay" type="MeshInstance"]
|
|
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -0.1 )
|
|
mesh = SubResource( 1 )
|
|
material/0 = null
|
|
|