RhythmGame/Menu.tscn

25 lines
734 B
Plaintext
Raw Normal View History

2021-01-02 18:51:54 +10:30
[gd_scene load_steps=5 format=2]
2021-01-02 18:51:54 +10:30
[ext_resource path="res://scripts/ScoreText.gd" type="Script" id=1]
[ext_resource path="res://scripts/Menu.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]
[node name="Menu" type="Control"]
2021-01-02 18:51:54 +10:30
material = ExtResource( 3 )
margin_left = -540.0
margin_top = -540.0
margin_right = 540.0
margin_bottom = 540.0
rect_pivot_offset = Vector2( 540, 540 )
rect_clip_content = true
2021-01-02 18:51:54 +10:30
script = ExtResource( 2 )
__meta__ = {
"_edit_use_anchors_": false
}
2021-01-02 18:51:54 +10:30
NoteHandlerPath = NodePath("../NoteHandler")
[node name="ScoreText" type="Node2D" parent="."]
2021-01-02 18:51:54 +10:30
material = ExtResource( 4 )
script = ExtResource( 1 )