init:项目初始化,搭建Godot文件结构
This commit is contained in:
0
scenes/.gitkeep
Normal file
0
scenes/.gitkeep
Normal file
8
scenes/main_scene.tscn
Normal file
8
scenes/main_scene.tscn
Normal file
@@ -0,0 +1,8 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://4ptgx76y83mx"]
|
||||
|
||||
[sub_resource type="AudioStream" id="AudioStream_o3jxj"]
|
||||
|
||||
[node name="Node2D" type="Node2D"]
|
||||
|
||||
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
|
||||
stream = SubResource("AudioStream_o3jxj")
|
||||
Reference in New Issue
Block a user