init:项目初始化,搭建Godot文件结构

This commit is contained in:
2025-12-08 16:03:47 +08:00
commit 5acfa7f42b
15 changed files with 128 additions and 0 deletions

0
scenes/.gitkeep Normal file
View File

8
scenes/main_scene.tscn Normal file
View 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")