Pizzicato
This commit is contained in:
@ -131,7 +131,7 @@ lod_min_distance = 0.0
|
||||
lod_min_hysteresis = 0.0
|
||||
lod_max_distance = 0.0
|
||||
lod_max_hysteresis = 0.0
|
||||
emitting = true
|
||||
emitting = false
|
||||
amount = 20
|
||||
lifetime = 0.1
|
||||
one_shot = false
|
||||
|
@ -23,7 +23,7 @@ params_point_size = 1.0
|
||||
params_billboard_mode = 0
|
||||
params_grow = false
|
||||
params_use_alpha_scissor = false
|
||||
albedo_color = Color( 0.601563, 0.775878, 1, 0.25 )
|
||||
albedo_color = Color( 0.601563, 0.775878, 1, 0.162157 )
|
||||
metallic = 0.4
|
||||
metallic_specular = 1.0
|
||||
metallic_texture_channel = 0
|
||||
|
10
Mino/Mino_Library.tscn
Normal file
10
Mino/Mino_Library.tscn
Normal file
@ -0,0 +1,10 @@
|
||||
[gd_scene load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://Mino/MinoMesh.tscn" type="PackedScene" id=1]
|
||||
|
||||
|
||||
[node name="Mino_Library" type="Spatial" index="0"]
|
||||
|
||||
[node name="Mino" parent="." index="0" instance=ExtResource( 1 )]
|
||||
|
||||
|
Reference in New Issue
Block a user