JuneGame/scenes/bullet.tscn

15 lines
515 B
Plaintext
Raw Normal View History

[gd_scene load_steps=3 format=3 uid="uid://cair7oymuohyq"]
[ext_resource type="Script" uid="uid://b8fowda770nwo" path="res://scripts/bullet.gd" id="1_mkf8s"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_y25gk"]
size = Vector2(10, 4)
[node name="Bullet" type="Area2D"]
script = ExtResource("1_mkf8s")
metadata/_edit_group_ = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("RectangleShape2D_y25gk")
debug_color = Color(0.680659, 0.501456, 0.117679, 0.42)