Initial commit: Fighting_Rthythm_game project setup
This commit is contained in:
192
scenes/main/main.tscn
Normal file
192
scenes/main/main.tscn
Normal file
@@ -0,0 +1,192 @@
|
||||
[gd_scene format=3 uid="uid://brx0c2va3831p"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://cs0rhloanh2u4" path="res://scenes/ground/ground.tscn" id="1_ground"]
|
||||
[ext_resource type="PackedScene" path="res://scenes/characters/player.tscn" id="2_player"]
|
||||
[ext_resource type="Script" uid="uid://3n4nkejauoim" path="res://scenes/main/main.gd" id="3_main_script"]
|
||||
[ext_resource type="Script" uid="uid://brh83qp8flq5u" path="res://scenes/rhythm/rhythm_conductor.gd" id="4_rhythm_script"]
|
||||
[ext_resource type="AudioStream" uid="uid://di5ceecn088rk" path="res://assets/audio/song.ogg" id="5_song"]
|
||||
[ext_resource type="Texture2D" uid="uid://brqr1gyyxth8p" path="res://assets/ui/rhythm/center.png" id="6_center"]
|
||||
[ext_resource type="Texture2D" uid="uid://bkqec7mh5yfrd" path="res://assets/ui/rhythm/center_flash.png" id="7_center_flash"]
|
||||
[ext_resource type="Texture2D" uid="uid://cj5pa4c3arevn" path="res://assets/ui/rhythm/rod.png" id="8_rod"]
|
||||
[ext_resource type="Texture2D" uid="uid://dbmdivnpjf48l" path="res://assets/ui/rhythm/blue_ball.png" id="9_blue_ball"]
|
||||
[ext_resource type="Texture2D" uid="uid://ewr8k3lwpcna" path="res://assets/ui/rhythm/yellow_ball.png" id="10_yellow_ball"]
|
||||
|
||||
[node name="Main" type="Node2D" unique_id=596674982]
|
||||
script = ExtResource("3_main_script")
|
||||
|
||||
[node name="RhythmConductor" type="AudioStreamPlayer" parent="." unique_id=147408036]
|
||||
stream = ExtResource("5_song")
|
||||
volume_db = -10.0
|
||||
script = ExtResource("4_rhythm_script")
|
||||
|
||||
[node name="ground" parent="." unique_id=235100600 instance=ExtResource("1_ground")]
|
||||
|
||||
[node name="Player" parent="." unique_id=1027194058 instance=ExtResource("2_player")]
|
||||
position = Vector2(2047, 370)
|
||||
|
||||
[node name="RhythmFeedback" type="CanvasLayer" parent="." unique_id=979375765]
|
||||
|
||||
[node name="RhythmTrack" type="Control" parent="RhythmFeedback" unique_id=529739298]
|
||||
layout_mode = 3
|
||||
anchors_preset = 5
|
||||
anchor_left = 0.5
|
||||
anchor_right = 0.5
|
||||
offset_left = -520.0
|
||||
offset_top = 28.0
|
||||
offset_right = 520.0
|
||||
offset_bottom = 172.0
|
||||
grow_horizontal = 2
|
||||
|
||||
[node name="LeftRod" type="TextureRect" parent="RhythmFeedback/RhythmTrack" unique_id=569576128]
|
||||
layout_mode = 0
|
||||
offset_left = 64.0
|
||||
offset_top = 60.0
|
||||
offset_right = 464.0
|
||||
offset_bottom = 84.0
|
||||
texture = ExtResource("8_rod")
|
||||
expand_mode = 1
|
||||
stretch_mode = 5
|
||||
|
||||
[node name="LeftRod" type="TextureRect" parent="RhythmFeedback/RhythmTrack/LeftRod" unique_id=1074213105]
|
||||
layout_mode = 0
|
||||
offset_left = 127.0
|
||||
offset_top = 1.0
|
||||
offset_right = 527.0
|
||||
offset_bottom = 25.0
|
||||
texture = ExtResource("8_rod")
|
||||
expand_mode = 1
|
||||
stretch_mode = 5
|
||||
|
||||
[node name="RightRod" type="TextureRect" parent="RhythmFeedback/RhythmTrack" unique_id=112177250]
|
||||
layout_mode = 0
|
||||
offset_left = 446.0
|
||||
offset_top = 62.0
|
||||
offset_right = 846.0
|
||||
offset_bottom = 86.0
|
||||
texture = ExtResource("8_rod")
|
||||
expand_mode = 1
|
||||
stretch_mode = 5
|
||||
|
||||
[node name="RightRod" type="TextureRect" parent="RhythmFeedback/RhythmTrack/RightRod" unique_id=1431511936]
|
||||
layout_mode = 0
|
||||
offset_left = 127.0
|
||||
offset_right = 527.0
|
||||
offset_bottom = 24.0
|
||||
texture = ExtResource("8_rod")
|
||||
expand_mode = 1
|
||||
stretch_mode = 5
|
||||
|
||||
[node name="BlueBallLeft1" type="TextureRect" parent="RhythmFeedback/RhythmTrack" unique_id=649449082]
|
||||
layout_mode = 0
|
||||
offset_left = 184.0
|
||||
offset_top = 49.0
|
||||
offset_right = 228.0
|
||||
offset_bottom = 93.0
|
||||
texture = ExtResource("9_blue_ball")
|
||||
expand_mode = 1
|
||||
stretch_mode = 5
|
||||
|
||||
[node name="BlueBallLeft2" type="TextureRect" parent="RhythmFeedback/RhythmTrack" unique_id=1327939368]
|
||||
layout_mode = 0
|
||||
offset_left = 309.0
|
||||
offset_top = 50.0
|
||||
offset_right = 353.0
|
||||
offset_bottom = 94.0
|
||||
texture = ExtResource("9_blue_ball")
|
||||
expand_mode = 1
|
||||
stretch_mode = 5
|
||||
|
||||
[node name="BlueBallLeft3" type="TextureRect" parent="RhythmFeedback/RhythmTrack" unique_id=1352623059]
|
||||
layout_mode = 0
|
||||
offset_left = 427.0
|
||||
offset_top = 51.0
|
||||
offset_right = 471.0
|
||||
offset_bottom = 95.0
|
||||
texture = ExtResource("9_blue_ball")
|
||||
expand_mode = 1
|
||||
stretch_mode = 5
|
||||
|
||||
[node name="BlueBallRight1" type="TextureRect" parent="RhythmFeedback/RhythmTrack" unique_id=75338529]
|
||||
layout_mode = 0
|
||||
offset_left = 567.0
|
||||
offset_top = 52.0
|
||||
offset_right = 611.0
|
||||
offset_bottom = 96.0
|
||||
texture = ExtResource("9_blue_ball")
|
||||
expand_mode = 1
|
||||
stretch_mode = 5
|
||||
|
||||
[node name="BlueBallRight2" type="TextureRect" parent="RhythmFeedback/RhythmTrack" unique_id=484948530]
|
||||
layout_mode = 0
|
||||
offset_left = 687.0
|
||||
offset_top = 52.0
|
||||
offset_right = 731.0
|
||||
offset_bottom = 96.0
|
||||
texture = ExtResource("9_blue_ball")
|
||||
expand_mode = 1
|
||||
stretch_mode = 5
|
||||
|
||||
[node name="BlueBallRight3" type="TextureRect" parent="RhythmFeedback/RhythmTrack" unique_id=587810490]
|
||||
layout_mode = 0
|
||||
offset_left = 813.0
|
||||
offset_top = 52.0
|
||||
offset_right = 857.0
|
||||
offset_bottom = 96.0
|
||||
texture = ExtResource("9_blue_ball")
|
||||
expand_mode = 1
|
||||
stretch_mode = 5
|
||||
|
||||
[node name="LeftMover" type="TextureRect" parent="RhythmFeedback/RhythmTrack" unique_id=2070100389]
|
||||
layout_mode = 0
|
||||
offset_left = 183.0
|
||||
offset_top = 47.0
|
||||
offset_right = 227.0
|
||||
offset_bottom = 91.0
|
||||
texture = ExtResource("10_yellow_ball")
|
||||
expand_mode = 1
|
||||
stretch_mode = 5
|
||||
|
||||
[node name="RightMover" type="TextureRect" parent="RhythmFeedback/RhythmTrack" unique_id=1028576547]
|
||||
layout_mode = 0
|
||||
offset_left = 815.0
|
||||
offset_top = 52.0
|
||||
offset_right = 859.0
|
||||
offset_bottom = 96.0
|
||||
texture = ExtResource("10_yellow_ball")
|
||||
expand_mode = 1
|
||||
stretch_mode = 5
|
||||
|
||||
[node name="CenterBase" type="TextureRect" parent="RhythmFeedback/RhythmTrack" unique_id=1816341281]
|
||||
layout_mode = 0
|
||||
offset_left = 464.0
|
||||
offset_top = 16.0
|
||||
offset_right = 576.0
|
||||
offset_bottom = 128.0
|
||||
texture = ExtResource("6_center")
|
||||
expand_mode = 1
|
||||
stretch_mode = 5
|
||||
|
||||
[node name="CenterFlash" type="TextureRect" parent="RhythmFeedback/RhythmTrack" unique_id=1764975684]
|
||||
modulate = Color(1, 1, 1, 0)
|
||||
layout_mode = 0
|
||||
offset_left = 440.0
|
||||
offset_top = -8.0
|
||||
offset_right = 600.0
|
||||
offset_bottom = 152.0
|
||||
texture = ExtResource("7_center_flash")
|
||||
expand_mode = 1
|
||||
stretch_mode = 5
|
||||
|
||||
[node name="JudgementLabel" type="Label" parent="RhythmFeedback" unique_id=776378947]
|
||||
anchors_preset = 5
|
||||
anchor_left = 0.5
|
||||
anchor_right = 0.5
|
||||
offset_left = -240.0
|
||||
offset_top = 174.0
|
||||
offset_right = 240.0
|
||||
offset_bottom = 222.0
|
||||
grow_horizontal = 2
|
||||
theme_override_font_sizes/font_size = 24
|
||||
text = "READY"
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
Reference in New Issue
Block a user