various updates
This commit is contained in:
parent
8d6da7bf7e
commit
43b52fcea9
17 changed files with 244 additions and 109 deletions
18
games/space invaders/invadersBullet.tscn
Normal file
18
games/space invaders/invadersBullet.tscn
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
[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")
|
||||
Loading…
Add table
Add a link
Reference in a new issue