54 lines
1.6 KiB
Text
54 lines
1.6 KiB
Text
[gd_scene load_steps=5 format=3 uid="uid://dsiowq0rnacln"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://qvo806pvgbdn" path="res://danmaku!/Player/Player.tscn" id="1_22cjd"]
|
|
[ext_resource type="Script" uid="uid://ggkxv1cb1bjk" path="res://danmaku!/Board/boardsize_worldscaling.gd" id="1_o1mqp"]
|
|
[ext_resource type="Script" uid="uid://6ssjul4hjmot" path="res://danmaku!/Board/world.gd" id="2_jxycg"]
|
|
[ext_resource type="Script" uid="uid://ddc5iqgtyv2ns" path="res://danmaku!/Board/bullet_path_manager.gd" id="4_ubrrh"]
|
|
|
|
[node name="Board" type="Control"]
|
|
custom_minimum_size = Vector2(607.5, 1080)
|
|
layout_mode = 3
|
|
anchors_preset = 0
|
|
offset_right = 607.5
|
|
offset_bottom = 1080.0
|
|
size_flags_horizontal = 0
|
|
size_flags_vertical = 0
|
|
script = ExtResource("1_o1mqp")
|
|
|
|
[node name="DebugBoardBorder" type="ReferenceRect" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
border_color = Color(1, 0.80706, 0.336228, 1)
|
|
border_width = 2.0
|
|
editor_only = false
|
|
|
|
[node name="World" type="Node2D" parent="."]
|
|
unique_name_in_owner = true
|
|
scale = Vector2(6.75, 6.75)
|
|
script = ExtResource("2_jxycg")
|
|
|
|
[node name="BulletPathManager" type="Node2D" parent="World"]
|
|
unique_name_in_owner = true
|
|
script = ExtResource("4_ubrrh")
|
|
|
|
[node name="Player" parent="World" instance=ExtResource("1_22cjd")]
|
|
unique_name_in_owner = true
|
|
|
|
[node name="UI" type="Control" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 10
|
|
anchor_right = 1.0
|
|
grow_horizontal = 2
|
|
|
|
[node name="GrazeLabel" type="RichTextLabel" parent="UI"]
|
|
unique_name_in_owner = true
|
|
z_index = 5
|
|
layout_mode = 1
|
|
anchors_preset = 10
|
|
anchor_right = 1.0
|
|
grow_horizontal = 2
|
|
fit_content = true
|