Maybe fix scroll
This commit is contained in:
parent
88fa879396
commit
30f0b82159
7 changed files with 33 additions and 3 deletions
BIN
assets/bgm.ogg
BIN
assets/bgm.ogg
Binary file not shown.
BIN
assets/bgm.wav
Normal file
BIN
assets/bgm.wav
Normal file
Binary file not shown.
24
assets/bgm.wav.import
Normal file
24
assets/bgm.wav.import
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="wav"
|
||||||
|
type="AudioStreamWAV"
|
||||||
|
uid="uid://cdvvsv0q3vxbh"
|
||||||
|
path="res://.godot/imported/bgm.wav-986847edff92f29ec805368a841d2666.sample"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://assets/bgm.wav"
|
||||||
|
dest_files=["res://.godot/imported/bgm.wav-986847edff92f29ec805368a841d2666.sample"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
force/8_bit=false
|
||||||
|
force/mono=false
|
||||||
|
force/max_rate=false
|
||||||
|
force/max_rate_hz=44100
|
||||||
|
edit/trim=false
|
||||||
|
edit/normalize=false
|
||||||
|
edit/loop_mode=0
|
||||||
|
edit/loop_begin=0
|
||||||
|
edit/loop_end=-1
|
||||||
|
compress/mode=0
|
|
@ -168,3 +168,4 @@ theme_override_font_sizes/normal_font_size = 24
|
||||||
bbcode_enabled = true
|
bbcode_enabled = true
|
||||||
text = "[code]HELLO[/code]
|
text = "[code]HELLO[/code]
|
||||||
"
|
"
|
||||||
|
scroll_active = false
|
||||||
|
|
|
@ -506,6 +506,8 @@ theme_override_font_sizes/normal_font_size = 176
|
||||||
theme_override_font_sizes/bold_font_size = 176
|
theme_override_font_sizes/bold_font_size = 176
|
||||||
bbcode_enabled = true
|
bbcode_enabled = true
|
||||||
text = "[wave amp=50.0 freq=5.0 connected=1]XTRA[wave]"
|
text = "[wave amp=50.0 freq=5.0 connected=1]XTRA[wave]"
|
||||||
|
fit_content = true
|
||||||
|
scroll_active = false
|
||||||
|
|
||||||
[node name="Wipe" type="ColorRect" parent="XTRA"]
|
[node name="Wipe" type="ColorRect" parent="XTRA"]
|
||||||
layout_mode = 1
|
layout_mode = 1
|
||||||
|
@ -566,6 +568,8 @@ theme_override_font_sizes/normal_font_size = 176
|
||||||
theme_override_font_sizes/bold_font_size = 176
|
theme_override_font_sizes/bold_font_size = 176
|
||||||
bbcode_enabled = true
|
bbcode_enabled = true
|
||||||
text = "[wave amp=50.0 freq=5.0 connected=1]GorkaMorka[wave]"
|
text = "[wave amp=50.0 freq=5.0 connected=1]GorkaMorka[wave]"
|
||||||
|
fit_content = true
|
||||||
|
scroll_active = false
|
||||||
|
|
||||||
[node name="Wipe" type="ColorRect" parent="GorkaMorka"]
|
[node name="Wipe" type="ColorRect" parent="GorkaMorka"]
|
||||||
layout_mode = 1
|
layout_mode = 1
|
||||||
|
@ -626,6 +630,8 @@ theme_override_font_sizes/normal_font_size = 176
|
||||||
theme_override_font_sizes/bold_font_size = 176
|
theme_override_font_sizes/bold_font_size = 176
|
||||||
bbcode_enabled = true
|
bbcode_enabled = true
|
||||||
text = "[wave amp=50.0 freq=5.0 connected=1]AUGI[wave]"
|
text = "[wave amp=50.0 freq=5.0 connected=1]AUGI[wave]"
|
||||||
|
fit_content = true
|
||||||
|
scroll_active = false
|
||||||
|
|
||||||
[node name="Wipe" type="ColorRect" parent="Augi"]
|
[node name="Wipe" type="ColorRect" parent="Augi"]
|
||||||
layout_mode = 1
|
layout_mode = 1
|
||||||
|
@ -701,8 +707,6 @@ layout_mode = 1
|
||||||
anchors_preset = 15
|
anchors_preset = 15
|
||||||
anchor_right = 1.0
|
anchor_right = 1.0
|
||||||
anchor_bottom = 1.0
|
anchor_bottom = 1.0
|
||||||
offset_top = 788.0
|
|
||||||
offset_bottom = 788.0
|
|
||||||
grow_horizontal = 2
|
grow_horizontal = 2
|
||||||
grow_vertical = 2
|
grow_vertical = 2
|
||||||
color = Color(0, 0, 0, 1)
|
color = Color(0, 0, 0, 1)
|
||||||
|
|
|
@ -49,7 +49,7 @@ custom_features=""
|
||||||
export_filter="all_resources"
|
export_filter="all_resources"
|
||||||
include_filter=""
|
include_filter=""
|
||||||
exclude_filter=""
|
exclude_filter=""
|
||||||
export_path="output/v0.0.1/win/demo.exe"
|
export_path="output/scroll-fix-test/demo.exe"
|
||||||
encryption_include_filters=""
|
encryption_include_filters=""
|
||||||
encryption_exclude_filters=""
|
encryption_exclude_filters=""
|
||||||
encrypt_pck=false
|
encrypt_pck=false
|
||||||
|
|
|
@ -23,6 +23,7 @@ func _ready() -> void:
|
||||||
$Augi.visible = false;
|
$Augi.visible = false;
|
||||||
$Godot.visible = false;
|
$Godot.visible = false;
|
||||||
|
|
||||||
|
|
||||||
XTRA_name_timer.start();
|
XTRA_name_timer.start();
|
||||||
|
|
||||||
$AnimationPlayer.play("xtra_wipe");
|
$AnimationPlayer.play("xtra_wipe");
|
||||||
|
|
Loading…
Reference in a new issue