[gd_scene load_steps=7 format=2] [ext_resource path="res://Hazards/Heater/Heater2.png" type="Texture" id=1] [ext_resource path="res://Hazards/Heater/Heater3.png" type="Texture" id=2] [ext_resource path="res://Hazards/Heater/Heater1.png" type="Texture" id=3] [ext_resource path="res://Hazards/Heater/Heater.gd" type="Script" id=4] [sub_resource type="SpriteFrames" id=1] animations = [ { "frames": [ ExtResource( 3 ), ExtResource( 1 ), ExtResource( 2 ) ], "loop": true, "name": "default", "speed": 5.0 } ] [sub_resource type="CapsuleShape2D" id=2] radius = 81.0 height = 714.0 [node name="Heater" type="Node2D"] script = ExtResource( 4 ) [node name="PivotPoint" type="Position2D" parent="."] position = Vector2( 3, -494 ) [node name="Sprite" type="AnimatedSprite" parent="PivotPoint"] position = Vector2( 0, 494 ) frames = SubResource( 1 ) [node name="Hitbox" type="Area2D" parent="."] [node name="CollisionShape2D" type="CollisionShape2D" parent="Hitbox"] position = Vector2( 0, 29 ) shape = SubResource( 2 ) [node name="Timer" type="Timer" parent="."] [node name="TweenPush" type="Tween" parent="."] [connection signal="timeout" from="Timer" to="." method="_on_Timer_timeout"]