A game created for the Godot Wild Jam #21
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- [gd_scene load_steps=2 format=2]
-
- [ext_resource path="res://Data/Scripts/ScreenShake.gd" type="Script" id=1]
-
- [node name="ScreenShake" type="Node2D"]
- script = ExtResource( 1 )
-
- [node name="Shake" type="Tween" parent="."]
-
- [node name="Frequency" type="Timer" parent="."]
-
- [node name="Duration" type="Timer" parent="."]
- [connection signal="timeout" from="Frequency" to="." method="_on_Frequency_timeout"]
- [connection signal="timeout" from="Duration" to="." method="_on_Duration_timeout"]
|