Initial project sync
This commit is contained in:
@@ -0,0 +1,204 @@
|
||||
[gd_scene format=3 uid="uid://csydrlqpqyx3s"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://cl8oghmhtwkl" path="res://scenes/ui/rhythm_track.gd" id="1"]
|
||||
[ext_resource type="Texture2D" uid="uid://6qsuvcixdqmp" path="res://assets/ui/rhythm/b.png" id="2_track_bg"]
|
||||
[ext_resource type="Texture2D" uid="uid://dml5nkni6bpoq" path="res://assets/ui/rhythm/anchor01.png" id="4_center_idle"]
|
||||
[ext_resource type="Texture2D" uid="uid://cgswvlcqufim" path="res://assets/ui/rhythm/c01.png" id="5_center_flash"]
|
||||
[ext_resource type="Texture2D" uid="uid://rt631il3y6h7" path="res://assets/ui/rhythm/star.png" id="6_star"]
|
||||
[ext_resource type="Texture2D" path="res://assets/ui/buff/buff_off.png" id="7_buff_off"]
|
||||
[ext_resource type="Texture2D" path="res://assets/ui/judgements/perfect.png" id="8_judgement_perfect"]
|
||||
|
||||
[node name="RhythmTrack" type="Control" unique_id=1294325361]
|
||||
layout_mode = 3
|
||||
anchors_preset = 5
|
||||
anchor_left = 0.5
|
||||
anchor_right = 0.5
|
||||
offset_left = -432.0
|
||||
offset_top = 54.0
|
||||
offset_right = 432.0
|
||||
offset_bottom = 294.0
|
||||
grow_horizontal = 2
|
||||
script = ExtResource("1")
|
||||
|
||||
[node name="TrackBackground" type="TextureRect" parent="." unique_id=325202199]
|
||||
layout_mode = 0
|
||||
offset_left = 16.0
|
||||
offset_top = 19.0
|
||||
offset_right = 848.0
|
||||
offset_bottom = 135.0
|
||||
texture = ExtResource("2_track_bg")
|
||||
expand_mode = 1
|
||||
stretch_mode = 5
|
||||
|
||||
[node name="TrackLine" type="TextureRect" parent="." unique_id=1123045159]
|
||||
visible = false
|
||||
layout_mode = 0
|
||||
offset_left = 66.0
|
||||
offset_top = 40.0
|
||||
offset_right = 798.0
|
||||
offset_bottom = 87.0
|
||||
expand_mode = 1
|
||||
stretch_mode = 5
|
||||
|
||||
[node name="LeftMover" type="TextureRect" parent="." unique_id=790581017]
|
||||
layout_mode = 0
|
||||
offset_left = 32.0
|
||||
offset_top = 32.5
|
||||
offset_right = 100.0
|
||||
offset_bottom = 94.5
|
||||
texture = ExtResource("6_star")
|
||||
expand_mode = 1
|
||||
stretch_mode = 5
|
||||
|
||||
[node name="RightMover" type="TextureRect" parent="." unique_id=46330219]
|
||||
layout_mode = 0
|
||||
offset_left = 764.0
|
||||
offset_top = 32.5
|
||||
offset_right = 832.0
|
||||
offset_bottom = 94.5
|
||||
texture = ExtResource("6_star")
|
||||
expand_mode = 1
|
||||
stretch_mode = 5
|
||||
|
||||
[node name="CenterBase" type="TextureRect" parent="." unique_id=652811094]
|
||||
z_index = 2
|
||||
layout_mode = 0
|
||||
offset_left = 389.0
|
||||
offset_top = -2.0
|
||||
offset_right = 475.0
|
||||
offset_bottom = 129.0
|
||||
texture = ExtResource("4_center_idle")
|
||||
expand_mode = 1
|
||||
stretch_mode = 5
|
||||
|
||||
[node name="CenterFlash" type="TextureRect" parent="." unique_id=1409206211]
|
||||
modulate = Color(1, 1, 1, 0)
|
||||
z_index = 1
|
||||
layout_mode = 0
|
||||
offset_left = 359.0
|
||||
offset_top = -12.0
|
||||
offset_right = 505.0
|
||||
offset_bottom = 139.0
|
||||
texture = ExtResource("5_center_flash")
|
||||
expand_mode = 1
|
||||
stretch_mode = 5
|
||||
|
||||
[node name="ChartMarkerContainer" type="Control" parent="." unique_id=92513456]
|
||||
anchors_preset = 0
|
||||
offset_right = 864.0
|
||||
offset_bottom = 106.0
|
||||
mouse_filter = 2
|
||||
|
||||
[node name="HudReadoutRow" type="VBoxContainer" parent="."]
|
||||
layout_mode = 0
|
||||
offset_left = 214.0
|
||||
offset_top = 104.0
|
||||
offset_right = 650.0
|
||||
offset_bottom = 138.0
|
||||
theme_override_constants/separation = 2
|
||||
alignment = 1
|
||||
|
||||
[node name="ComboCountLabel" type="Label" parent="HudReadoutRow"]
|
||||
custom_minimum_size = Vector2(190, 34)
|
||||
layout_mode = 2
|
||||
theme_override_colors/font_color = Color(1, 0.88, 0.46, 1)
|
||||
theme_override_colors/font_shadow_color = Color(0.18, 0.03, 0.01, 0.95)
|
||||
theme_override_constants/shadow_offset_x = 2
|
||||
theme_override_constants/shadow_offset_y = 2
|
||||
theme_override_font_sizes/font_size = 28
|
||||
text = "combo 0"
|
||||
horizontal_alignment = 0
|
||||
vertical_alignment = 1
|
||||
|
||||
[node name="AttackBuffValueLabel" type="Label" parent="HudReadoutRow"]
|
||||
custom_minimum_size = Vector2(190, 34)
|
||||
layout_mode = 2
|
||||
theme_override_colors/font_color = Color(1, 0.88, 0.46, 1)
|
||||
theme_override_colors/font_shadow_color = Color(0.18, 0.03, 0.01, 0.95)
|
||||
theme_override_constants/shadow_offset_x = 2
|
||||
theme_override_constants/shadow_offset_y = 2
|
||||
theme_override_font_sizes/font_size = 28
|
||||
text = "ATK x 0%"
|
||||
horizontal_alignment = 0
|
||||
vertical_alignment = 1
|
||||
|
||||
[node name="BuffPipRow" type="HBoxContainer" parent="."]
|
||||
layout_mode = 0
|
||||
offset_left = 249.0
|
||||
offset_top = 132.0
|
||||
offset_right = 615.0
|
||||
offset_bottom = 190.0
|
||||
theme_override_constants/separation = 12
|
||||
alignment = 1
|
||||
|
||||
[node name="BuffPip1" type="TextureRect" parent="BuffPipRow"]
|
||||
custom_minimum_size = Vector2(42, 55)
|
||||
layout_mode = 2
|
||||
texture = ExtResource("7_buff_off")
|
||||
expand_mode = 1
|
||||
stretch_mode = 5
|
||||
|
||||
[node name="BuffPip2" type="TextureRect" parent="BuffPipRow"]
|
||||
custom_minimum_size = Vector2(42, 55)
|
||||
layout_mode = 2
|
||||
texture = ExtResource("7_buff_off")
|
||||
expand_mode = 1
|
||||
stretch_mode = 5
|
||||
|
||||
[node name="BuffPip3" type="TextureRect" parent="BuffPipRow"]
|
||||
custom_minimum_size = Vector2(42, 55)
|
||||
layout_mode = 2
|
||||
texture = ExtResource("7_buff_off")
|
||||
expand_mode = 1
|
||||
stretch_mode = 5
|
||||
|
||||
[node name="BuffPip4" type="TextureRect" parent="BuffPipRow"]
|
||||
custom_minimum_size = Vector2(42, 55)
|
||||
layout_mode = 2
|
||||
texture = ExtResource("7_buff_off")
|
||||
expand_mode = 1
|
||||
stretch_mode = 5
|
||||
|
||||
[node name="BuffPip5" type="TextureRect" parent="BuffPipRow"]
|
||||
custom_minimum_size = Vector2(42, 55)
|
||||
layout_mode = 2
|
||||
texture = ExtResource("7_buff_off")
|
||||
expand_mode = 1
|
||||
stretch_mode = 5
|
||||
|
||||
[node name="BuffPip6" type="TextureRect" parent="BuffPipRow"]
|
||||
custom_minimum_size = Vector2(42, 55)
|
||||
layout_mode = 2
|
||||
texture = ExtResource("7_buff_off")
|
||||
expand_mode = 1
|
||||
stretch_mode = 5
|
||||
|
||||
[node name="BuffPip7" type="TextureRect" parent="BuffPipRow"]
|
||||
custom_minimum_size = Vector2(42, 55)
|
||||
layout_mode = 2
|
||||
texture = ExtResource("7_buff_off")
|
||||
expand_mode = 1
|
||||
stretch_mode = 5
|
||||
|
||||
[node name="JudgementArt" type="TextureRect" parent="."]
|
||||
layout_mode = 0
|
||||
offset_left = 310.0
|
||||
offset_top = 222.0
|
||||
offset_right = 554.0
|
||||
offset_bottom = 282.0
|
||||
pivot_offset = Vector2(122, 30)
|
||||
texture = ExtResource("8_judgement_perfect")
|
||||
expand_mode = 1
|
||||
stretch_mode = 5
|
||||
|
||||
[node name="JudgementLabel" type="Label" parent="." unique_id=1712665799]
|
||||
visible = false
|
||||
layout_mode = 0
|
||||
offset_left = 202.0
|
||||
offset_top = 222.0
|
||||
offset_right = 662.0
|
||||
offset_bottom = 282.0
|
||||
theme_override_font_sizes/font_size = 30
|
||||
text = "READY"
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
Reference in New Issue
Block a user