14 lines
496 B
Plaintext
14 lines
496 B
Plaintext
|
[gd_scene load_steps=3 format=3 uid="uid://daa6idpu4gkat"]
|
||
|
|
||
|
[ext_resource type="Script" uid="uid://ock81bqismk0" path="res://scripts/bullet.gd" id="1_mkf8s"]
|
||
|
|
||
|
[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)
|