[gd_scene load_steps=27 format=3 uid="uid://b7innrovtmf5u"] [ext_resource type="Script" uid="uid://dli2i6albvugt" path="res://scripts/entities/plants/RuntimePlantData.cs" id="1_klsgb"] [ext_resource type="Material" uid="uid://cn7ac4meka1hc" path="res://assets/GenericFlashMaterial.tres" id="2_klsgb"] [ext_resource type="Texture2D" uid="uid://cu0651pvvkmvm" path="res://assets/sprites/atlases/plants/snow_pea.png" id="2_ytrm0"] [ext_resource type="AnimationLibrary" uid="uid://cke5wmmrvevbs" path="res://assets/animations/plants/snowpea.res" id="4_jvx5y"] [ext_resource type="PackedScene" uid="uid://domeukw4ucmyr" path="res://scenes/projectiles/snowpea_projectile.tscn" id="5_bv86m"] [ext_resource type="Script" uid="uid://dwlwi42smgxkb" path="res://scripts/TimeScalableAnimationTree.cs" id="5_fbp2l"] [ext_resource type="Script" uid="uid://ceprqkraw3v6m" path="res://scripts/entities/plants/Shooter.cs" id="6_br16s"] [ext_resource type="Script" uid="uid://c4jy0cnbnx33h" path="res://scripts/TimeScalableTimer.cs" id="8_bjd0y"] [ext_resource type="Script" uid="uid://bdk5iqtw4xbkl" path="res://scripts/entities/plants/behaviours/PeashooterBehaviour.cs" id="9_hg126"] [ext_resource type="Script" uid="uid://dn53jvpjyg63l" path="res://scripts/entities/plants/Eyesight.cs" id="10_noqdw"] [ext_resource type="Script" uid="uid://hccb0aee0x0o" path="res://scripts/entities/plants/PlantEyesightLimiter.cs" id="11_terbf"] [ext_resource type="Script" uid="uid://c36bj8u7jghc7" path="res://scripts/audio/ChannelPlayer.cs" id="12_dvoqf"] [ext_resource type="AudioStream" uid="uid://dsv81mvrdg3w3" path="res://assets/audio/sfx/throw_generic.tres" id="13_o05jr"] [ext_resource type="Script" uid="uid://30pbgasu64aw" path="res://scripts/entities/FlashShaderController.cs" id="14_oijop"] [sub_resource type="Animation" id="Animation_pephc"] length = 0.001 tracks/0/type = "value" tracks/0/imported = false tracks/0/enabled = true tracks/0/path = NodePath("Sprite2D:frame") tracks/0/interp = 1 tracks/0/loop_wrap = true tracks/0/keys = { "times": PackedFloat32Array(0), "transitions": PackedFloat32Array(1), "update": 1, "values": [0] } [sub_resource type="AnimationLibrary" id="AnimationLibrary_djmlc"] _data = { &"RESET": SubResource("Animation_pephc") } [sub_resource type="AnimationNodeTimeScale" id="AnimationNodeTimeScale_mbbd7"] [sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_dv2ad"] animation = &"snowpea/idle" [sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_ptach"] animation = &"snowpea/shoot" [sub_resource type="AnimationNodeStateMachineTransition" id="AnimationNodeStateMachineTransition_8spty"] switch_mode = 2 advance_mode = 2 [sub_resource type="AnimationNodeStateMachineTransition" id="AnimationNodeStateMachineTransition_lshcr"] advance_mode = 2 [sub_resource type="AnimationNodeStateMachineTransition" id="AnimationNodeStateMachineTransition_ihul0"] advance_mode = 2 advance_condition = &"ready" [sub_resource type="AnimationNodeStateMachine" id="AnimationNodeStateMachine_qdmro"] states/snowpea_idle/node = SubResource("AnimationNodeAnimation_dv2ad") states/snowpea_idle/position = Vector2(408, 100) states/snowpea_shoot/node = SubResource("AnimationNodeAnimation_ptach") states/snowpea_shoot/position = Vector2(682, 100) transitions = ["snowpea_shoot", "snowpea_idle", SubResource("AnimationNodeStateMachineTransition_8spty"), "Start", "snowpea_idle", SubResource("AnimationNodeStateMachineTransition_lshcr"), "snowpea_idle", "snowpea_shoot", SubResource("AnimationNodeStateMachineTransition_ihul0")] [sub_resource type="AnimationNodeBlendTree" id="AnimationNodeBlendTree_3oyhk"] graph_offset = Vector2(-518.8, 27.8) nodes/TimeScale/node = SubResource("AnimationNodeTimeScale_mbbd7") nodes/TimeScale/position = Vector2(0, 120) nodes/Tree/node = SubResource("AnimationNodeStateMachine_qdmro") nodes/Tree/position = Vector2(-320, 100) node_connections = [&"TimeScale", 0, &"Tree", &"output", 0, &"TimeScale"] [sub_resource type="SegmentShape2D" id="SegmentShape2D_3oyhk"] resource_local_to_scene = true [sub_resource type="RectangleShape2D" id="RectangleShape2D_r7xnh"] size = Vector2(20, 44) [node name="Snowpea" type="Node2D" node_paths=PackedStringArray("_player", "_tree")] script = ExtResource("1_klsgb") MaxHP = 30.0 _player = NodePath("AnimationPlayer") _tree = NodePath("AnimationTree") [node name="Sprite2D" type="Sprite2D" parent="."] material = ExtResource("2_klsgb") texture = ExtResource("2_ytrm0") hframes = 10 vframes = 2 [node name="AnimationPlayer" type="AnimationPlayer" parent="."] libraries = { &"": SubResource("AnimationLibrary_djmlc"), &"snowpea": ExtResource("4_jvx5y") } autoplay = "snowpea/idle" [node name="AnimationTree" type="AnimationTree" parent="." node_paths=PackedStringArray("entity")] tree_root = SubResource("AnimationNodeBlendTree_3oyhk") anim_player = NodePath("../AnimationPlayer") parameters/TimeScale/scale = 1.0 parameters/Tree/conditions/ready = false script = ExtResource("5_fbp2l") entity = NodePath("..") [node name="Shooter" type="Marker2D" parent="." node_paths=PackedStringArray("_timer")] position = Vector2(12, -4) script = ExtResource("6_br16s") _projectile = ExtResource("5_bv86m") _timer = NodePath("FireTimer") [node name="FireTimer" type="Timer" parent="Shooter" node_paths=PackedStringArray("entity")] wait_time = 1.5 one_shot = true script = ExtResource("8_bjd0y") entity = NodePath("../..") [node name="Behaviour" type="Node" parent="." node_paths=PackedStringArray("_shootTimer", "_sight")] script = ExtResource("9_hg126") _shootTimer = NodePath("../Shooter/FireTimer") _sight = NodePath("../Eysight") [node name="Eysight" type="Area2D" parent="."] collision_layer = 4 collision_mask = 8 script = ExtResource("10_noqdw") [node name="CollisionShape2D" type="CollisionShape2D" parent="Eysight"] shape = SubResource("SegmentShape2D_3oyhk") script = ExtResource("11_terbf") [node name="Hitbox" type="Area2D" parent="."] collision_layer = 2 collision_mask = 0 [node name="CollisionShape2D" type="CollisionShape2D" parent="Hitbox"] position = Vector2(0, 5) shape = SubResource("RectangleShape2D_r7xnh") [node name="ChannelPlayer" type="Node" parent="."] script = ExtResource("12_dvoqf") audioStream = ExtResource("13_o05jr") channel = "pea_shoot" metadata/_custom_type_script = "uid://c36bj8u7jghc7" [node name="FlashController" type="Node" parent="."] script = ExtResource("14_oijop") shaderMaterial = ExtResource("2_klsgb") [connection signal="OnDamaged" from="." to="FlashController" method="DamageFlash"]