This commit is contained in:
adrienmalin
2019-01-24 20:37:42 +01:00
parent 231ba2fbff
commit b7650efdf6
9 changed files with 63 additions and 29 deletions

View File

@ -36,7 +36,7 @@ flag_rotate_y = true
flag_disable_z = false
spread = 0.0
flatness = 0.0
gravity = Vector3( 0, -20, 10 )
gravity = Vector3( 0, -30, 5 )
initial_velocity = 100.0
initial_velocity_random = 1.0
angular_velocity = 210.0
@ -63,7 +63,7 @@ anim_offset_random = 0.0
anim_loop = false
_sections_unfolded = [ "Angular Velocity", "Color", "Emission Shape", "Gravity", "Initial Velocity", "Linear Accel", "Scale", "Spread" ]
[node name="ExplodingMino" type="Particles" index="0"]
[node name="ExplodingMino" type="Particles"]
layers = 1
material_override = null

View File

@ -162,7 +162,7 @@ subdivide_width = 0
subdivide_height = 0
subdivide_depth = 0
[node name="Mino" type="Spatial"]
[node name="Mino" type="Spatial" index="0"]
transform = Transform( 0.997027, 0, 0, 0, 0.997027, 0, 0, 0, 0.997027, 0, 0, 0 )
_sections_unfolded = [ "Pause", "Transform", "Visibility" ]
@ -204,13 +204,13 @@ _sections_unfolded = [ "Draw Passes", "Drawing", "Geometry", "LOD", "Process Mat
[node name="SpotLight" type="SpotLight" parent="." index="2"]
transform = Transform( 1, 0, 0, 0, 0.0174524, 0.999848, 0, -0.999848, 0.0174524, 0, -0.5, 0.6 )
transform = Transform( 1, 0, 0, 0, 0.0174524, 0.999848, 0, -0.999848, 0.0174524, 0, 4, 1 )
layers = 1
light_color = Color( 1, 1, 1, 1 )
light_energy = 16.0
light_indirect_energy = 1.0
light_negative = false
light_specular = 0.5
light_specular = 0.86
light_bake_mode = 1
light_cull_mask = -1
shadow_enabled = false
@ -219,10 +219,10 @@ shadow_bias = 0.15
shadow_contact = 0.0
shadow_reverse_cull_face = false
editor_only = false
spot_range = 20.0
spot_range = 30.0
spot_attenuation = 0.5
spot_angle = 5.0
spot_angle_attenuation = 2.0
_sections_unfolded = [ "Light", "Spot", "Transform" ]
_sections_unfolded = [ "Editor", "Light", "Spot", "Transform" ]

View File

@ -2,8 +2,6 @@
[ext_resource path="res://Tetrominos/Mino/MinoMaterial.tres" type="Material" id=1]
[sub_resource type="CubeMesh" id=1]
custom_aabb = AABB( 0, 0, 0, 0, 0, 0 )
@ -12,7 +10,7 @@ subdivide_width = 0
subdivide_height = 0
subdivide_depth = 0
[node name="Mino" type="MeshInstance" index="0"]
[node name="Mino" type="MeshInstance"]
layers = 1
material_override = null

View File

@ -6,6 +6,7 @@
[node name="TetroT" type="Spatial"]
script = ExtResource( 1 )
_sections_unfolded = [ "Transform" ]
[node name="Mino0" parent="." index="0" instance=ExtResource( 2 )]