JanuaryGodotGame/januaryproject/scenes/bullet.tscn

14 lines
457 B
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://sh1w4h1sgw7g"]
[ext_resource type="Script" path="res://scripts/bullet.gd" id="1_88s8x"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_f10ps"]
size = Vector2(8, 4)
[node name="Area2D" type="Area2D"]
script = ExtResource("1_88s8x")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("RectangleShape2D_f10ps")
debug_color = Color(0.93687, 0.231161, 0.261845, 0.42)