Init commit
This commit is contained in:
commit
a4452b69c4
59 changed files with 1259 additions and 0 deletions
19
Enemies/Scenes/asteroid.tscn
Normal file
19
Enemies/Scenes/asteroid.tscn
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://1jbq4x3kmhn1"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://cg4pd7sdvx3qc" path="res://Enemies/Scripts/asteroid.gd" id="1_wfjj5"]
|
||||
[ext_resource type="Texture2D" uid="uid://cv84w0y2jg3i3" path="res://Sprites/i_are_spaceship.png" id="2_3al5e"]
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_p0ukn"]
|
||||
radius = 6.0
|
||||
|
||||
[node name="Asteroid" type="Area2D"]
|
||||
script = ExtResource("1_wfjj5")
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
scale = Vector2(2, 2)
|
||||
texture = ExtResource("2_3al5e")
|
||||
region_enabled = true
|
||||
region_rect = Rect2(41, 17, 6, 6)
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
shape = SubResource("CircleShape2D_p0ukn")
|
||||
19
Enemies/Scenes/asteroidBig.tscn
Normal file
19
Enemies/Scenes/asteroidBig.tscn
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://dx86f17gehnea"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://cg4pd7sdvx3qc" path="res://Enemies/Scripts/asteroid.gd" id="1_tn6au"]
|
||||
[ext_resource type="Texture2D" uid="uid://cv84w0y2jg3i3" path="res://Sprites/i_are_spaceship.png" id="2_pp4o0"]
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_1l7hq"]
|
||||
radius = 7.0
|
||||
|
||||
[node name="Asteroid" type="Area2D"]
|
||||
script = ExtResource("1_tn6au")
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
texture = ExtResource("2_pp4o0")
|
||||
region_enabled = true
|
||||
region_rect = Rect2(32, 2, 15, 13)
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
position = Vector2(1, 0)
|
||||
shape = SubResource("CircleShape2D_1l7hq")
|
||||
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")
|
||||
21
Enemies/Scenes/asteroidTiny.tscn
Normal file
21
Enemies/Scenes/asteroidTiny.tscn
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://3l5rlho4v4l3"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://cg4pd7sdvx3qc" path="res://Enemies/Scripts/asteroid.gd" id="1_ub6x2"]
|
||||
[ext_resource type="Texture2D" uid="uid://cv84w0y2jg3i3" path="res://Sprites/i_are_spaceship.png" id="2_m5fot"]
|
||||
|
||||
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_8kah6"]
|
||||
radius = 2.8242884
|
||||
height = 9.961488
|
||||
|
||||
[node name="Asteroid" type="Area2D"]
|
||||
script = ExtResource("1_ub6x2")
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
scale = Vector2(2, 2)
|
||||
texture = ExtResource("2_m5fot")
|
||||
region_enabled = true
|
||||
region_rect = Rect2(42, 26, 4, 4)
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
rotation = 0.73129296
|
||||
shape = SubResource("CapsuleShape2D_8kah6")
|
||||
Loading…
Add table
Add a link
Reference in a new issue