Make some demos work again, reimport

This commit is contained in:
Bojidar Marinov
2018-01-16 17:45:36 +02:00
parent dabd28cc92
commit 03ba4fc1df
34 changed files with 823 additions and 494 deletions

View File

@@ -19,6 +19,7 @@ tracks/0/path = NodePath("cube:rotation_degrees")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/keys = {
"times": PoolRealArray( 0, 10 ),
"transitions": PoolRealArray( 1, 1 ),
@@ -26,11 +27,11 @@ tracks/0/keys = {
"values": [ Vector3( 0, 0, 0 ), Vector3( 0, -360, 0 ) ]
}
[node name="pause_scene" type="Spatial"]
[node name="pause_scene" type="Spatial" index="0"]
script = ExtResource( 1 )
[node name="cube" type="MeshInstance" parent="."]
[node name="cube" type="MeshInstance" parent="." index="0"]
layers = 1
material_override = null
@@ -45,33 +46,34 @@ mesh = SubResource( 1 )
skeleton = NodePath("..")
material/0 = null
[node name="camera" type="Camera" parent="."]
[node name="camera" type="Camera" parent="." index="1"]
transform = Transform( 0.571594, 0.275303, -0.772974, 0, 0.942035, 0.335515, 0.820537, -0.191779, 0.538461, -5.59754, 2.75935, 4.01344 )
projection = 0
fov = 60.0
near = 0.1
far = 100.0
keep_aspect = 1
current = false
cull_mask = 1048575
environment = null
h_offset = 0.0
v_offset = 0.0
doppler/tracking = 0
doppler_tracking = 0
projection = 0
current = false
fov = 60.0
size = 1.0
near = 0.1
far = 100.0
[node name="anim" type="AnimationPlayer" parent="."]
[node name="anim" type="AnimationPlayer" parent="." index="2"]
root_node = NodePath("..")
autoplay = "spin"
playback_process_mode = 1
playback_default_blend_time = 0.0
root_node = NodePath("..")
playback_speed = 1.0
anims/spin = SubResource( 2 )
playback/active = true
playback/speed = 1.0
blend_times = [ ]
autoplay = "spin"
[node name="spot" type="SpotLight" parent="."]
[node name="spot" type="SpotLight" parent="." index="3"]
transform = Transform( 0.792992, 0.251051, -0.555101, 0, 0.911149, 0.412078, 0.609232, -0.326775, 0.722534, -3.05357, 1.80053, 3.64099 )
layers = 1
@@ -80,6 +82,7 @@ light_energy = 1.0
light_indirect_energy = 1.0
light_negative = false
light_specular = 0.5
light_bake_mode = 1
light_cull_mask = -1
shadow_enabled = false
shadow_color = Color( 0, 0, 0, 1 )
@@ -93,7 +96,7 @@ spot_angle = 45.0
spot_angle_attenuation = 1.0
_sections_unfolded = [ "Spot" ]
[node name="pause" type="Button" parent="."]
[node name="pause" type="Button" parent="." index="4"]
anchor_left = 0.0
anchor_top = 0.0
@@ -104,8 +107,9 @@ margin_top = 24.0
margin_right = 120.0
margin_bottom = 56.0
rect_pivot_offset = Vector2( 0, 0 )
rect_clip_content = false
focus_mode = 2
mouse_filter = 0
mouse_default_cursor_shape = 0
size_flags_horizontal = 2
size_flags_vertical = 2
toggle_mode = false
@@ -114,8 +118,9 @@ shortcut = null
group = null
text = "PAUSE!"
flat = false
align = 1
[node name="pause_popup" type="PopupPanel" parent="."]
[node name="pause_popup" type="PopupPanel" parent="." index="5"]
pause_mode = 2
visible = false
@@ -129,14 +134,14 @@ margin_top = 72.0
margin_right = 638.0
margin_bottom = 433.0
rect_pivot_offset = Vector2( 0, 0 )
rect_clip_content = false
mouse_filter = 0
mouse_default_cursor_shape = 0
size_flags_horizontal = 2
size_flags_vertical = 2
popup_exclusive = false
_sections_unfolded = [ "Pause" ]
[node name="text" type="Label" parent="pause_popup"]
[node name="text" type="Label" parent="pause_popup" index="0"]
anchor_left = 0.0
anchor_top = 0.0
@@ -147,8 +152,8 @@ margin_top = 49.0
margin_right = 389.0
margin_bottom = 154.0
rect_pivot_offset = Vector2( 0, 0 )
rect_clip_content = false
mouse_filter = 2
mouse_default_cursor_shape = 0
size_flags_horizontal = 2
size_flags_vertical = 0
text = "The game has been paused! Nodes are not processing anymore, but this popup can still process!"
@@ -157,7 +162,7 @@ percent_visible = 1.0
lines_skipped = 0
max_lines_visible = -1
[node name="unpause" type="Button" parent="pause_popup"]
[node name="unpause" type="Button" parent="pause_popup" index="1"]
anchor_left = 0.0
anchor_top = 0.0
@@ -168,8 +173,9 @@ margin_top = 288.0
margin_right = 281.0
margin_bottom = 320.0
rect_pivot_offset = Vector2( 0, 0 )
rect_clip_content = false
focus_mode = 2
mouse_filter = 0
mouse_default_cursor_shape = 0
size_flags_horizontal = 2
size_flags_vertical = 2
toggle_mode = false
@@ -178,6 +184,7 @@ shortcut = null
group = null
text = "UN-PAUSE!"
flat = false
align = 1
[connection signal="pressed" from="pause" to="." method="_on_pause_pressed"]