chore: 初始化游戏项目基础框架与菜单系统
新增了基础菜单抽象类、主题配置、开场与主菜单场景,添加了所需的资源文件与项目配置,完善了项目基础结构
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
[gd_scene format=3 uid="uid://blhs4mjutgugy"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://drfuhbhan42q8" path="res://components/Menus/Start.tscn" id="1_f3sb7"]
|
||||
[ext_resource type="PackedScene" uid="uid://3mu73nyxqj7l" path="res://components/Menus/Main.tscn" id="2_fj7yv"]
|
||||
|
||||
[node name="world" type="Node2D" unique_id=1702698981]
|
||||
|
||||
[node name="ui" type="CanvasLayer" parent="." unique_id=508148609]
|
||||
|
||||
[node name="MainMenu" parent="ui" unique_id=1584365993 instance=ExtResource("2_fj7yv")]
|
||||
|
||||
[node name="StartMenu" parent="ui" unique_id=1823905463 instance=ExtResource("1_f3sb7")]
|
||||
Reference in New Issue
Block a user