midori-school/sprites/common/bullet/fireball.tscn

25 lines
962 B
Text
Raw Permalink Normal View History

2024-01-29 01:52:01 +01:00
[gd_scene load_steps=4 format=3 uid="uid://dibpmnnxefgi2"]
2024-01-21 01:45:41 +01:00
2024-01-29 01:52:01 +01:00
[ext_resource type="Script" path="res://sprites/common/bullet/fireball.gd" id="1_o7kcl"]
2024-01-21 01:45:41 +01:00
[ext_resource type="Texture2D" uid="uid://cfqxhmvjstwcd" path="res://sprites/common/bullet/fireball.png" id="1_ues2l"]
2024-01-29 01:52:01 +01:00
[sub_resource type="RectangleShape2D" id="RectangleShape2D_g125y"]
2024-01-21 01:45:41 +01:00
size = Vector2(47, 60)
2024-01-29 01:52:01 +01:00
[node name="Fireball" type="Area2D"]
script = ExtResource("1_o7kcl")
2024-01-21 01:45:41 +01:00
[node name="Sprite2D" type="Sprite2D" parent="."]
texture = ExtResource("1_ues2l")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
position = Vector2(0.5, 0)
2024-01-29 01:52:01 +01:00
shape = SubResource("RectangleShape2D_g125y")
2024-03-24 19:23:12 +01:00
[node name="VisibleOnScreenNotifier2D" type="VisibleOnScreenNotifier2D" parent="."]
position = Vector2(-7.15256e-07, -1.43051e-06)
scale = Vector2(3, 3)
2024-01-29 01:52:01 +01:00
2024-01-29 03:42:38 +01:00
[connection signal="area_entered" from="." to="." method="_on_area_entered"]
2024-01-29 01:52:01 +01:00
[connection signal="body_entered" from="." to="." method="_on_body_entered"]