Compare commits

..

No commits in common. "00a6979442f4456434ab70d6a60d08d6f209fed9" and "512c4534e5a5e7d78405ce05d89dd925ae92dc15" have entirely different histories.

2 changed files with 1 additions and 16 deletions

View File

@ -1,13 +0,0 @@
extends Node2D
# Called when the node enters the scene tree for the first time.
func _ready() -> void:
pass # Replace with function body.
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta: float) -> void:
pass

View File

@ -1,10 +1,8 @@
[gd_scene load_steps=3 format=3 uid="uid://dwpbn3x8kh3qm"]
[gd_scene load_steps=2 format=3 uid="uid://dwpbn3x8kh3qm"]
[ext_resource type="Script" path="res://node_2d.gd" id="1_7g16r"]
[ext_resource type="AudioStream" uid="uid://6gqhxvgw5y3y" path="res://摇啊摇诡异pipa.wav" id="1_jxs8q"]
[node name="Node2D" type="Node2D"]
script = ExtResource("1_7g16r")
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]