RhythmGame/scenes/StepMenu.tscn

39 lines
1.2 KiB
Plaintext

[gd_scene load_steps=7 format=2]
[ext_resource path="res://scripts/ScoreText.gd" type="Script" id=1]
[ext_resource path="res://scripts/StepMenu.gd" type="Script" id=2]
[ext_resource path="res://shaders/menu.tres" type="Material" id=3]
[ext_resource path="res://shaders/scoretext.tres" type="Material" id=4]
[ext_resource path="res://scenes/JoypadMonitor6Btn.tscn" type="PackedScene" id=5]
[sub_resource type="Curve" id=1]
min_value = -1.0
_data = [ Vector2( -1, -1 ), 0.0, 0.0, 0, 0, Vector2( 0, 0 ), 2.0, 2.0, 1, 1, Vector2( 1, 1 ), 0.0, 0.0, 0, 0 ]
[node name="StepMenu" type="Control"]
material = ExtResource( 3 )
anchor_right = 1.0
anchor_bottom = 1.0
rect_clip_content = true
script = ExtResource( 2 )
ease_curve = SubResource( 1 )
[node name="ScoreText" type="Node2D" parent="."]
material = ExtResource( 4 )
script = ExtResource( 1 )
[node name="PVMusic" type="AudioStreamPlayer" parent="."]
bus = "Preview"
[node name="JoypadMonitor" parent="." instance=ExtResource( 5 )]
[node name="JoypadMonitor2" parent="." instance=ExtResource( 5 )]
margin_left = 200.0
joypad_index = 1
[node name="JoypadMonitor3" parent="." instance=ExtResource( 5 )]
margin_left = 400.0
margin_right = 200.0
margin_bottom = 238.0
joypad_index = 1