2025-10-21 01:06:01 +00:00
|
|
|
[gd_scene load_steps=4 format=3 uid="uid://daa6idpu4gkat"]
|
2025-10-07 00:56:47 +00:00
|
|
|
|
|
|
|
|
[ext_resource type="Script" uid="uid://ock81bqismk0" path="res://scripts/bullet.gd" id="1_mkf8s"]
|
2025-10-21 01:06:01 +00:00
|
|
|
[ext_resource type="Texture2D" uid="uid://db8y73is6w2g0" path="res://assets/graphics/projectiles/pixel_bullet (1).png" id="2_y25gk"]
|
2025-10-07 00:56:47 +00:00
|
|
|
|
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_h1aey"]
|
|
|
|
|
size = Vector2(8, 6)
|
|
|
|
|
|
|
|
|
|
[node name="Bullet" type="Area2D"]
|
|
|
|
|
script = ExtResource("1_mkf8s")
|
|
|
|
|
|
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
|
|
|
shape = SubResource("RectangleShape2D_h1aey")
|
|
|
|
|
debug_color = Color(0.95943683, 0.18113726, 0.24279165, 0.41960785)
|
2025-10-21 01:06:01 +00:00
|
|
|
|
|
|
|
|
[node name="BulletGraphic" type="Sprite2D" parent="."]
|
|
|
|
|
texture_filter = 1
|
|
|
|
|
position = Vector2(-2, -2)
|
|
|
|
|
rotation = 3.1415927
|
|
|
|
|
scale = Vector2(0.07614212, 0.1079566)
|
|
|
|
|
texture = ExtResource("2_y25gk")
|