[gd_scene load_steps=15 format=3 uid="uid://skrlnoimlhsv"] [ext_resource type="Script" path="res://system/character/player.gd" id="1_dq1e5"] [ext_resource type="PackedScene" uid="uid://0bbmh4421wli" path="res://system/character/actor.tscn" id="4_1qoqa"] [ext_resource type="PackedScene" uid="uid://bahejxgq2chrj" path="res://system/weapon/weapon.tscn" id="5_ap0mh"] [ext_resource type="Script" path="res://system/damage/hitbox.gd" id="6_7vx05"] [ext_resource type="Script" path="res://system/damage/resource_damage_team.gd" id="7_kemyk"] [ext_resource type="Material" uid="uid://cbc0e23kmqwml" path="res://system/particle/particle_process_explosion.tres" id="8_gy25l"] [ext_resource type="Texture2D" uid="uid://mq5138bpgc6v" path="res://content/particle/particle_leaf_pink.png" id="9_tshn7"] [ext_resource type="Script" path="res://system/particle/particle.gd" id="10_5nv5x"] [ext_resource type="Resource" uid="uid://dn4insrhu8kmh" path="res://content/particle/particle_leaf_pink.tres" id="11_35qmv"] [ext_resource type="Script" path="res://system/input/human_controller.gd" id="12_1q2xm"] [sub_resource type="CircleShape2D" id="CircleShape2D_k42ji"] radius = 4.03113 [sub_resource type="Resource" id="Resource_7y04q"] script = ExtResource("7_kemyk") team = 0 ally_team = Array[int]([]) friendly_fire = false [sub_resource type="CircleShape2D" id="CircleShape2D_n4cwn"] radius = 8.06226 [sub_resource type="CanvasItemMaterial" id="CanvasItemMaterial_8w1a3"] particles_animation = true particles_anim_h_frames = 6 particles_anim_v_frames = 1 particles_anim_loop = false [node name="Player" type="CharacterBody2D"] collision_layer = 2 collision_mask = 3 motion_mode = 1 script = ExtResource("1_dq1e5") [node name="Actor" parent="." instance=ExtResource("4_1qoqa")] [node name="Shape" type="CollisionShape2D" parent="."] position = Vector2(0, 7.5) shape = SubResource("CircleShape2D_k42ji") [node name="HumanController" type="Node" parent="."] script = ExtResource("12_1q2xm") [node name="Weapon" parent="." instance=ExtResource("5_ap0mh")] [node name="Hitbox" type="Area2D" parent="."] collision_layer = 4 collision_mask = 0 monitoring = false script = ExtResource("6_7vx05") team = SubResource("Resource_7y04q") [node name="Shape" type="CollisionShape2D" parent="Hitbox"] position = Vector2(0, 3) shape = SubResource("CircleShape2D_n4cwn") [node name="ParticleDamage" type="GPUParticles2D" parent="Hitbox"] material = SubResource("CanvasItemMaterial_8w1a3") emitting = false amount = 4 process_material = ExtResource("8_gy25l") texture = ExtResource("9_tshn7") lifetime = 0.8 one_shot = true speed_scale = 1.5 script = ExtResource("10_5nv5x") resource_particle = ExtResource("11_35qmv")