SeptemberGame/scenes/bullet.tscn

15 lines
534 B
Plaintext
Raw Normal View History

[gd_scene load_steps=3 format=3 uid="uid://daa6idpu4gkat"]
[ext_resource type="Script" uid="uid://cbp3pm7i587mv" path="res://scripts/bullet.gd" id="1_mkf8s"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_h1aey"]
size = Vector2(4, 2)
[node name="Bullet" type="Area2D"]
scale = Vector2(3.2338707, 2.7645516)
script = ExtResource("1_mkf8s")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("RectangleShape2D_h1aey")
debug_color = Color(0.78294253, 0.1467745, 0.21462014, 0.41960785)