Archived
1
0
Fork 0
This repository has been archived on 2026-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
Danmaku/client/danmaku!/Board.tscn

36 lines
1.1 KiB
Text

[gd_scene load_steps=4 format=3 uid="uid://dsiowq0rnacln"]
[ext_resource type="PackedScene" uid="uid://cd3tqt7hr5pqs" path="res://danmaku!/Player.tscn" id="1_22cjd"]
[ext_resource type="Script" path="res://danmaku!/scaling.gd" id="1_o1mqp"]
[ext_resource type="Script" path="res://danmaku!/network_manager.gd" id="2_b2dol"]
[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="ReferenceRect" 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)
[node name="Player" parent="World" instance=ExtResource("1_22cjd")]
[node name="NetworkManager" type="Node2D" parent="World" node_paths=PackedStringArray("player")]
script = ExtResource("2_b2dol")
player = NodePath("../Player")