mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-03 11:11:15 +00:00
fragola and bullet
This commit is contained in:
parent
c9b3164362
commit
b7fb003b70
14 changed files with 383 additions and 53 deletions
16
Scenes/bullet.tscn
Normal file
16
Scenes/bullet.tscn
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://b1qnfiuokpvsr"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://cybpmpb0d8yva" path="res://Sprites/Projectile.png" id="1_2eu87"]
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_jxptd"]
|
||||
radius = 2.23607
|
||||
|
||||
[node name="Bullet" type="Node2D"]
|
||||
|
||||
[node name="RigidBody2D" type="RigidBody2D" parent="."]
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="RigidBody2D"]
|
||||
texture = ExtResource("1_2eu87")
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="RigidBody2D"]
|
||||
shape = SubResource("CircleShape2D_jxptd")
|
||||
Loading…
Add table
Add a link
Reference in a new issue