4 Commits

Author SHA1 Message Date
bdbeb399d5 v1.11.1 release 2019-01-27 14:32:00 +01:00
976bc01c20 Update .gitignore 2019-01-27 14:18:50 +01:00
4424107f16 Update Start.tscn 2019-01-27 14:18:46 +01:00
bdba103417 fix flash text (again) 2019-01-27 14:18:42 +01:00
4 changed files with 6 additions and 6 deletions

2
.gitignore vendored
View File

@ -11,3 +11,5 @@ midi/FluidR3 GM.sf2
release/ release/
*.import *.import
*.tmp *.tmp
desktop.ini

View File

@ -10,7 +10,5 @@ func print(text):
$AnimationPlayer.play("Flash") $AnimationPlayer.play("Flash")
func _on_AnimationPlayer_animation_finished(anim_name): func _on_AnimationPlayer_animation_finished(anim_name):
texts = PoolStringArray() texts.resize(0)
func _on_Stats_flash_text(text):
self.print(text)

View File

@ -26,7 +26,7 @@ _sections_unfolded = [ "Extra Spacing", "Font", "Font/fallback", "Settings" ]
default_font = SubResource( 2 ) default_font = SubResource( 2 )
[node name="Start" type="Control" index="0"] [node name="Start" type="Control"]
anchor_left = 0.5 anchor_left = 0.5
anchor_top = 0.5 anchor_top = 0.5

Binary file not shown.