19 lines
677 B
Text
19 lines
677 B
Text
|
|
[gd_scene load_steps=4 format=3 uid="uid://ci31lqth7avk3"]
|
||
|
|
|
||
|
|
[ext_resource type="Texture2D" uid="uid://d3gtcjbsp5da1" path="res://sprites/invadersBullet.png" id="1_kq8vf"]
|
||
|
|
[ext_resource type="Script" uid="uid://bmjqhgclmoohl" path="res://games/space invaders/invaders_bullet.gd" id="1_xysrh"]
|
||
|
|
|
||
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_xysrh"]
|
||
|
|
radius = 7.07107
|
||
|
|
|
||
|
|
[node name="InvadersBullet" type="Area2D"]
|
||
|
|
script = ExtResource("1_xysrh")
|
||
|
|
speed = 160.0
|
||
|
|
|
||
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||
|
|
shape = SubResource("CircleShape2D_xysrh")
|
||
|
|
|
||
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||
|
|
scale = Vector2(2, 2)
|
||
|
|
texture = ExtResource("1_kq8vf")
|