MarchGame/scenes/bullet.tscn

16 lines
585 B
Plaintext
Raw Normal View History

[gd_scene format=3 uid="uid://ium8i6770pf4"]
[ext_resource type="Script" uid="uid://bfuhpow7x2xr1" path="res://scripts/bullet.gd" id="1_mkf8s"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_h1aey"]
size = Vector2(9, 2.25)
[node name="Bullet" type="Area2D" unique_id=223347173]
script = ExtResource("1_mkf8s")
metadata/_edit_group_ = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="." unique_id=219685621]
position = Vector2(0, 0.125)
shape = SubResource("RectangleShape2D_h1aey")
debug_color = Color(0.9529412, 0.078431375, 0.019607844, 0.41960785)