1
Fork 0
mirror of https://github.com/RYGhub/the-cold-night.git synced 2024-11-22 04:34:19 +00:00

Create scene for ArrowAlternative

This commit is contained in:
Steffo 2022-04-03 21:23:36 +02:00
parent 9aefbee9da
commit 1f04c83171
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -0,0 +1,18 @@
[gd_scene load_steps=4 format=2]
[ext_resource path="res://src/entities/bullets/AbstractBullet.tscn" type="PackedScene" id=1]
[ext_resource path="res://src/entities/bullets/ArrowAlternative.png" type="Texture" id=2]
[sub_resource type="RectangleShape2D" id=1]
extents = Vector2( 6, 1.5 )
[node name="ArrowAlternative" instance=ExtResource( 1 )]
[node name="Shape" type="CollisionShape2D" parent="." index="0"]
shape = SubResource( 1 )
[node name="Sprite" type="Sprite" parent="Shape" index="0"]
texture = ExtResource( 2 )
[node name="BulletMovement" parent="." index="1"]
movement_per_second = 400.0