mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-02 07:11:15 +00:00
Parenting changes
This commit is contained in:
parent
b7fb003b70
commit
6fbbe7ee4c
7 changed files with 225 additions and 160 deletions
|
|
@ -1,16 +1,20 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://b1qnfiuokpvsr"]
|
||||
[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="Node2D"]
|
||||
[node name="Bullet" type="Area2D"]
|
||||
script = ExtResource("1_jvxw3")
|
||||
metadata/_edit_group_ = true
|
||||
|
||||
[node name="RigidBody2D" type="RigidBody2D" parent="."]
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="RigidBody2D"]
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
texture = ExtResource("1_2eu87")
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="RigidBody2D"]
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
shape = SubResource("CircleShape2D_jxptd")
|
||||
|
||||
[node name="Node2D" type="Node2D" parent="."]
|
||||
editor_description = "Player Bullet"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue