fix most of the script errors and warnings, fixed a couple tiny bugs in the process :)
This commit is contained in:
parent
9435089f21
commit
72733db609
23 changed files with 55 additions and 63 deletions
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=20 format=2]
|
||||
[gd_scene load_steps=19 format=2]
|
||||
|
||||
[ext_resource path="res://shaders/wibble_wobble.gdshader" type="Shader" id=1]
|
||||
[ext_resource path="res://shaders/ska_plane.gdshader" type="Shader" id=2]
|
||||
|
@ -40,11 +40,6 @@ shader_param/ammount = Vector2( 9, 8 )
|
|||
shader_param/offset = Vector2( 0, 0 )
|
||||
shader_param/delay = Vector2( 0, 0 )
|
||||
|
||||
[sub_resource type="Animation" id=3]
|
||||
resource_name = "New Anim"
|
||||
length = 2.0
|
||||
loop = true
|
||||
|
||||
[sub_resource type="Animation" id=10]
|
||||
length = 0.001
|
||||
tracks/0/type = "value"
|
||||
|
@ -319,7 +314,7 @@ tracks/14/keys = {
|
|||
"transitions": PoolRealArray( 1 ),
|
||||
"values": [ {
|
||||
"args": [ ],
|
||||
"method": "final_score"
|
||||
"method": "show_final_score"
|
||||
} ]
|
||||
}
|
||||
|
||||
|
@ -556,7 +551,6 @@ texture = ExtResource( 4 )
|
|||
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
|
||||
autoplay = "results"
|
||||
playback_speed = 2.0
|
||||
"anims/New Anim" = SubResource( 3 )
|
||||
anims/RESET = SubResource( 10 )
|
||||
anims/results = SubResource( 4 )
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue