29 lines
1.1 KiB
Text
29 lines
1.1 KiB
Text
[gd_scene load_steps=4 format=3 uid="uid://b1m2pclbncn68"]
|
|
|
|
[ext_resource type="Script" path="res://danmaku!/scaling.gd" id="1_mxxs1"]
|
|
[ext_resource type="PackedScene" uid="uid://cd3tqt7hr5pqs" path="res://danmaku!/player.tscn" id="2_d6n3g"]
|
|
[ext_resource type="Script" path="res://danmaku!/network_manager.gd" id="3_4fnyw"]
|
|
|
|
[node name="Board" type="AspectRatioContainer"]
|
|
anchors_preset = -1
|
|
anchor_right = 0.263889
|
|
anchor_bottom = 0.257716
|
|
offset_right = 14.0
|
|
offset_bottom = 27.0
|
|
ratio = 0.5625
|
|
script = ExtResource("1_mxxs1")
|
|
metadata/_edit_use_anchors_ = true
|
|
|
|
[node name="ReferenceRect" type="ReferenceRect" parent="."]
|
|
layout_mode = 2
|
|
border_color = Color(0.995542, 0.845388, 0.421763, 1)
|
|
editor_only = false
|
|
|
|
[node name="Container" type="Node2D" parent="ReferenceRect"]
|
|
scale = Vector2(1.2125, 1.2125)
|
|
|
|
[node name="Player" parent="ReferenceRect/Container" instance=ExtResource("2_d6n3g")]
|
|
|
|
[node name="NetworkManager" type="Node2D" parent="ReferenceRect/Container" node_paths=PackedStringArray("player")]
|
|
script = ExtResource("3_4fnyw")
|
|
player = NodePath("../Player")
|