2025-11-08 20:19:24 +08:00
|
|
|
[gd_scene load_steps=4 format=3 uid="uid://dumdbryl6i3ph"]
|
|
|
|
|
|
|
|
|
|
[ext_resource type="PackedScene" uid="uid://crtdkysmnkith" path="res://components/Abstracts/BulletBase.tscn" id="1_i8ntk"]
|
|
|
|
|
[ext_resource type="Script" uid="uid://ccmahaw065xaj" path="res://scripts/Contents/Bullets/HJMA.gd" id="2_ml2df"]
|
|
|
|
|
|
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_i8ntk"]
|
|
|
|
|
size = Vector2(200, 200)
|
|
|
|
|
|
|
|
|
|
[node name="HJMA" instance=ExtResource("1_i8ntk")]
|
|
|
|
|
script = ExtResource("2_ml2df")
|
2026-01-18 15:09:49 +08:00
|
|
|
penerate = 1.0
|
2025-11-08 20:19:24 +08:00
|
|
|
lifeTime = 50.0
|
|
|
|
|
|
|
|
|
|
[node name="hitbox" parent="." index="1"]
|
|
|
|
|
shape = SubResource("RectangleShape2D_i8ntk")
|