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

24 lines
721 B
Text
Raw Normal View History

2024-11-04 21:38:20 +01:00
[gd_scene load_steps=4 format=2]
2024-03-31 20:39:39 +02:00
2024-11-04 21:38:20 +01:00
[ext_resource path="res://sprites/common/bullet/arrow.png" type="Texture" id=1]
[ext_resource path="res://sprites/common/bullet/arrow.gd" type="Script" id=2]
2024-03-31 20:39:39 +02:00
2024-11-04 21:38:20 +01:00
[sub_resource type="RectangleShape2D" id=1]
extents = Vector2( 65, 10 )
2024-03-31 20:39:39 +02:00
[node name="Arrow" type="Area2D"]
2024-11-04 21:38:20 +01:00
script = ExtResource( 2 )
2024-03-31 20:39:39 +02:00
2024-11-04 21:38:20 +01:00
[node name="Sprite" type="Sprite" parent="."]
position = Vector2( 1, 1 )
2024-03-31 20:39:39 +02:00
rotation = 3.14159
2024-11-04 21:38:20 +01:00
texture = ExtResource( 1 )
2024-03-31 20:39:39 +02:00
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
2024-11-04 21:38:20 +01:00
position = Vector2( 1, 1 )
shape = SubResource( 1 )
2024-03-31 20:39:39 +02:00
2024-11-04 21:38:20 +01:00
[node name="VisibleOnScreenNotifier2D" type="VisibilityNotifier2D" parent="."]
position = Vector2( 0.874994, 0.906251 )
scale = Vector2( 6.5125, 1.00937 )