Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
bdbeb399d5 | |||
976bc01c20 | |||
4424107f16 | |||
bdba103417 |
4
.gitignore
vendored
4
.gitignore
vendored
@ -10,4 +10,6 @@ export_presets.cfg
|
||||
midi/FluidR3 GM.sf2
|
||||
release/
|
||||
*.import
|
||||
*.tmp
|
||||
*.tmp
|
||||
|
||||
desktop.ini
|
||||
|
@ -10,7 +10,5 @@ func print(text):
|
||||
$AnimationPlayer.play("Flash")
|
||||
|
||||
func _on_AnimationPlayer_animation_finished(anim_name):
|
||||
texts = PoolStringArray()
|
||||
|
||||
func _on_Stats_flash_text(text):
|
||||
self.print(text)
|
||||
texts.resize(0)
|
||||
|
||||
|
@ -26,7 +26,7 @@ _sections_unfolded = [ "Extra Spacing", "Font", "Font/fallback", "Settings" ]
|
||||
|
||||
default_font = SubResource( 2 )
|
||||
|
||||
[node name="Start" type="Control" index="0"]
|
||||
[node name="Start" type="Control"]
|
||||
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
|
Binary file not shown.
Reference in New Issue
Block a user