mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:05:34 +00:00
20 lines
694 B
Text
20 lines
694 B
Text
[gd_scene load_steps=4 format=3 uid="uid://b1qnfiuokpvsr"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://cybpmpb0d8yva" path="res://Sprites/Projectile.png" id="1_2eu87"]
|
|
[ext_resource type="Script" path="res://Scripts/Bullet.cs" id="1_jvxw3"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_jxptd"]
|
|
radius = 2.23607
|
|
|
|
[node name="Bullet" type="Area2D"]
|
|
script = ExtResource("1_jvxw3")
|
|
metadata/_edit_group_ = true
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
texture = ExtResource("1_2eu87")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("CircleShape2D_jxptd")
|
|
|
|
[node name="Node2D" type="Node2D" parent="."]
|
|
editor_description = "Player Bullet"
|