[gd_scene load_steps=7 format=2] [ext_resource path="res://ai/ogre.gd" type="Script" id=1] [ext_resource path="res://art/Ogre_Run.png" type="Texture" id=2] [ext_resource path="res://Music and Fonts(Misc.)/Ogre Hit.tres" type="Animation" id=3] [ext_resource path="res://Music and Fonts(Misc.)/Ogre Run.tres" type="Animation" id=4] [sub_resource type="CapsuleShape2D" id=1] height = 4.0 [sub_resource type="CapsuleShape2D" id=2] radius = 12.0 height = 6.0 [node name="Ogre" type="KinematicBody2D"] collision_layer = 4 collision_mask = 2147483655 script = ExtResource( 1 ) [node name="Sprite" type="Sprite" parent="."] position = Vector2( 0, -17 ) texture = ExtResource( 2 ) hframes = 4 frame = 2 [node name="CollisionShape2D" type="CollisionShape2D" parent="."] visible = false position = Vector2( 1, -12 ) shape = SubResource( 1 ) [node name="DamageCD" type="Timer" parent="."] wait_time = 0.5 one_shot = true [node name="AnimationPlayer" type="AnimationPlayer" parent="."] autoplay = "Run" anims/Run = ExtResource( 4 ) [node name="AnimationPlayer2" type="AnimationPlayer" parent="."] anims/Hit = ExtResource( 3 ) "anims/Ogre Hit" = ExtResource( 3 ) [node name="Area2D" type="Area2D" parent="."] visible = false collision_layer = 0 [node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"] position = Vector2( 1, -13 ) shape = SubResource( 2 )