Hellswipers/game/arrow.tscn
Mutzi afab78db12
Rewrote the game in C#
Added sounds and music
2024-03-21 11:53:40 +01:00

16 lines
566 B
Plaintext

[gd_scene load_steps=2 format=3 uid="uid://cjc46cgqe1r20"]
[ext_resource type="Script" path="res://src/Game/Arrow.cs" id="1_fcyti"]
[node name="Outline" type="Polygon2D"]
color = Color(0, 0, 0, 1)
offset = Vector2(-32, -32)
antialiased = true
polygon = PackedVector2Array(0, 20, 0, 44, 20, 44, 20, 64, 32, 64, 64, 32, 32, 0, 20, 0, 20, 20)
script = ExtResource("1_fcyti")
[node name="Inner" type="Polygon2D" parent="."]
offset = Vector2(-32, -32)
antialiased = true
polygon = PackedVector2Array(4, 24, 4, 40, 24, 40, 24, 60, 30, 60, 58, 32, 30, 4, 24, 4, 24, 24)