Init commit
This commit is contained in:
commit
a4452b69c4
59 changed files with 1259 additions and 0 deletions
21
Enemies/Scenes/asteroidSm.tscn
Normal file
21
Enemies/Scenes/asteroidSm.tscn
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://cl6diy6jr73gw"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://cg4pd7sdvx3qc" path="res://Enemies/Scripts/asteroid.gd" id="1_csx0u"]
|
||||
[ext_resource type="Texture2D" uid="uid://cv84w0y2jg3i3" path="res://Sprites/i_are_spaceship.png" id="2_cn0tk"]
|
||||
|
||||
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_ft5of"]
|
||||
radius = 6.0
|
||||
height = 16.0
|
||||
|
||||
[node name="Asteroid" type="Area2D"]
|
||||
script = ExtResource("1_csx0u")
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
scale = Vector2(3, 3)
|
||||
texture = ExtResource("2_cn0tk")
|
||||
region_enabled = true
|
||||
region_rect = Rect2(34, 26, 4, 5)
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
position = Vector2(0, 1)
|
||||
shape = SubResource("CapsuleShape2D_ft5of")
|
||||
Loading…
Add table
Add a link
Reference in a new issue