2024-11-04 21:38:20 +01:00
|
|
|
[gd_scene load_steps=4 format=2]
|
2024-07-14 23:55:40 +02:00
|
|
|
|
2024-11-04 21:38:20 +01:00
|
|
|
[ext_resource path="res://sprites/common/bullet/aero.gd" type="Script" id=1]
|
|
|
|
[ext_resource path="res://sprites/common/bullet/aero.png" type="Texture" id=2]
|
2024-07-14 23:55:40 +02:00
|
|
|
|
2024-11-04 21:38:20 +01:00
|
|
|
[sub_resource type="RectangleShape2D" id=1]
|
|
|
|
extents = Vector2( 14, 63.5 )
|
2024-07-14 23:55:40 +02:00
|
|
|
|
2024-09-23 20:15:07 +02:00
|
|
|
[node name="Aero" type="Area2D"]
|
2024-11-04 21:38:20 +01:00
|
|
|
script = ExtResource( 1 )
|
2024-07-14 23:55:40 +02:00
|
|
|
|
2024-11-04 21:38:20 +01:00
|
|
|
[node name="Sprite" type="Sprite" parent="."]
|
|
|
|
position = Vector2( 0, 64 )
|
2024-07-14 23:55:40 +02:00
|
|
|
rotation = 1.5708
|
2024-11-04 21:38:20 +01:00
|
|
|
texture = ExtResource( 2 )
|
2024-07-14 23:55:40 +02:00
|
|
|
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
2024-11-04 21:38:20 +01:00
|
|
|
position = Vector2( -1, 63.5 )
|
|
|
|
shape = SubResource( 1 )
|
2024-07-14 23:55:40 +02:00
|
|
|
|
2024-11-04 21:38:20 +01:00
|
|
|
[node name="VisibleOnScreenNotifier2D" type="VisibilityNotifier2D" parent="."]
|
|
|
|
position = Vector2( -1, 63.5 )
|
|
|
|
scale = Vector2( 1.4, 6.35 )
|