chore: 初始化游戏项目基础框架与菜单系统
新增了基础菜单抽象类、主题配置、开场与主菜单场景,添加了所需的资源文件与项目配置,完善了项目基础结构
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
[gd_scene format=3 uid="uid://cpaa0vcxwar3i"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://bd1nba4oijmgp" path="res://scripts/Statemachine/Abstract/BaseMenu.gd" id="1_x5ano"]
|
||||
|
||||
[node name="Menu" type="Control" unique_id=1823905463]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
script = ExtResource("1_x5ano")
|
||||
|
||||
[node name="animator" type="AnimationPlayer" parent="." unique_id=204407114]
|
||||
unique_name_in_owner = true
|
||||
|
||||
[node name="background" type="ColorRect" parent="." unique_id=1236798550]
|
||||
unique_name_in_owner = true
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="content" type="Control" parent="." unique_id=1993984611]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
Reference in New Issue
Block a user