2024-11-04 00:29:58 +01:00
|
|
|
[gd_scene load_steps=4 format=2]
|
2024-01-21 01:45:41 +01:00
|
|
|
|
2024-11-04 00:29:58 +01:00
|
|
|
[ext_resource path="res://sprites/common/bullet/fireball.png" type="Texture" id=1]
|
|
|
|
[ext_resource path="res://sprites/common/bullet/fireball.gd" type="Script" id=2]
|
2024-01-21 01:45:41 +01:00
|
|
|
|
2024-11-04 00:29:58 +01:00
|
|
|
[sub_resource type="RectangleShape2D" id=1]
|
|
|
|
extents = Vector2( 24.5, 31 )
|
2024-01-21 01:45:41 +01:00
|
|
|
|
2024-01-29 01:52:01 +01:00
|
|
|
[node name="Fireball" type="Area2D"]
|
2024-11-04 00:29:58 +01:00
|
|
|
script = ExtResource( 2 )
|
2024-01-21 01:45:41 +01:00
|
|
|
|
2024-11-04 00:29:58 +01:00
|
|
|
[node name="Sprite" type="Sprite" parent="."]
|
|
|
|
texture = ExtResource( 1 )
|
2024-01-21 01:45:41 +01:00
|
|
|
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
2024-11-04 00:29:58 +01:00
|
|
|
position = Vector2( 0.5, 0 )
|
|
|
|
shape = SubResource( 1 )
|
2024-01-29 01:52:01 +01:00
|
|
|
|
2024-11-04 00:29:58 +01:00
|
|
|
[node name="VisibleOnScreenNotifier2D" type="VisibilityNotifier2D" parent="."]
|
|
|
|
position = Vector2( 0.499999, -9.83477e-07 )
|
|
|
|
scale = Vector2( 2.45, 3.1 )
|