Init commit
This commit is contained in:
commit
a4452b69c4
59 changed files with 1259 additions and 0 deletions
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")
|
||||
Loading…
Add table
Add a link
Reference in a new issue