NO MORe Autoplay
This commit is contained in:
parent
24d94821e0
commit
b126484109
1 changed files with 5 additions and 4 deletions
|
@ -4,11 +4,15 @@
|
||||||
[ext_resource path="res://objects/hud/3d_text.gd" type="Script" id=2]
|
[ext_resource path="res://objects/hud/3d_text.gd" type="Script" id=2]
|
||||||
[ext_resource path="res://ui/Kozuka Mincho Std H.otf" type="DynamicFontData" id=3]
|
[ext_resource path="res://ui/Kozuka Mincho Std H.otf" type="DynamicFontData" id=3]
|
||||||
|
|
||||||
|
[sub_resource type="SpatialMaterial" id=12]
|
||||||
|
albedo_color = Color( 0.439216, 0.780392, 0.658824, 1 )
|
||||||
|
|
||||||
[sub_resource type="DynamicFont" id=8]
|
[sub_resource type="DynamicFont" id=8]
|
||||||
font_data = ExtResource( 1 )
|
font_data = ExtResource( 1 )
|
||||||
|
|
||||||
[sub_resource type="TextMesh" id=2]
|
[sub_resource type="TextMesh" id=2]
|
||||||
resource_local_to_scene = true
|
resource_local_to_scene = true
|
||||||
|
material = SubResource( 12 )
|
||||||
text = "TEXT"
|
text = "TEXT"
|
||||||
font = SubResource( 8 )
|
font = SubResource( 8 )
|
||||||
pixel_size = 0.05
|
pixel_size = 0.05
|
||||||
|
@ -257,9 +261,6 @@ tracks/4/keys = {
|
||||||
"values": [ ExtResource( 1 ) ]
|
"values": [ ExtResource( 1 ) ]
|
||||||
}
|
}
|
||||||
|
|
||||||
[sub_resource type="SpatialMaterial" id=12]
|
|
||||||
albedo_color = Color( 0.439216, 0.780392, 0.658824, 1 )
|
|
||||||
|
|
||||||
[sub_resource type="Animation" id=13]
|
[sub_resource type="Animation" id=13]
|
||||||
resource_name = "prey slaughtered"
|
resource_name = "prey slaughtered"
|
||||||
step = 0.05
|
step = 0.05
|
||||||
|
@ -420,6 +421,7 @@ anchor_right = 1.0
|
||||||
anchor_bottom = 1.0
|
anchor_bottom = 1.0
|
||||||
script = ExtResource( 2 )
|
script = ExtResource( 2 )
|
||||||
text = "TEXT"
|
text = "TEXT"
|
||||||
|
text_material = SubResource( 12 )
|
||||||
|
|
||||||
[node name="Viewport" type="Viewport" parent="."]
|
[node name="Viewport" type="Viewport" parent="."]
|
||||||
size = Vector2( 256, 192 )
|
size = Vector2( 256, 192 )
|
||||||
|
@ -444,7 +446,6 @@ environment = SubResource( 4 )
|
||||||
|
|
||||||
[node name="AnimationPlayer" type="AnimationPlayer" parent="Viewport"]
|
[node name="AnimationPlayer" type="AnimationPlayer" parent="Viewport"]
|
||||||
unique_name_in_owner = true
|
unique_name_in_owner = true
|
||||||
autoplay = "prey slaughtered"
|
|
||||||
anims/RESET = SubResource( 5 )
|
anims/RESET = SubResource( 5 )
|
||||||
"anims/Zoom Entrance" = SubResource( 6 )
|
"anims/Zoom Entrance" = SubResource( 6 )
|
||||||
"anims/game over" = SubResource( 10 )
|
"anims/game over" = SubResource( 10 )
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue