first
This commit is contained in:
18
scene/minigames/steering/Astroid.tscn
Normal file
18
scene/minigames/steering/Astroid.tscn
Normal file
@@ -0,0 +1,18 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://dwa766yx7axly"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://cub0eem47ktoj" path="res://assets/2D/SteeringMinigame/Astroid.png" id="1_x4x3j"]
|
||||
[ext_resource type="Script" uid="uid://bdt2b0lde2vqk" path="res://scene/minigames/steering/astroid.gd" id="2_x64bv"]
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_x4x3j"]
|
||||
radius = 21.2132
|
||||
|
||||
[node name="Astroid" type="Sprite2D"]
|
||||
texture = ExtResource("1_x4x3j")
|
||||
script = ExtResource("2_x64bv")
|
||||
|
||||
[node name="Area2D" type="Area2D" parent="."]
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"]
|
||||
shape = SubResource("CircleShape2D_x4x3j")
|
||||
|
||||
[connection signal="area_entered" from="Area2D" to="." method="_on_area_2d_area_entered"]
|
||||
Reference in New Issue
Block a user