Initial commit
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
extends SkeletonIK3D
|
||||
|
||||
func _ready() -> void:
|
||||
start()
|
||||
@@ -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"]
|
||||
@@ -0,0 +1,19 @@
|
||||
[remap]
|
||||
|
||||
importer="mp3"
|
||||
type="AudioStreamMP3"
|
||||
uid="uid://1bkjenax2g3s"
|
||||
path="res://.godot/imported/Ambience 1 SpaceBots Audio.mp3-c69d0bcb5d16e80c0a5b5c8b44ac1b1c.mp3str"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/Audio/Ambience 1 SpaceBots Audio.mp3"
|
||||
dest_files=["res://.godot/imported/Ambience 1 SpaceBots Audio.mp3-c69d0bcb5d16e80c0a5b5c8b44ac1b1c.mp3str"]
|
||||
|
||||
[params]
|
||||
|
||||
loop=false
|
||||
loop_offset=0
|
||||
bpm=0
|
||||
beat_count=0
|
||||
bar_beats=4
|
||||
Reference in New Issue
Block a user