Pizzicato

This commit is contained in:
adrienmalin
2018-12-30 22:03:06 +01:00
parent cde121ce5a
commit 2192004736
28 changed files with 1014 additions and 44 deletions

View File

@ -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

View File

@ -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
View 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 )]