Fixed spacing between some comments

This commit is contained in:
OverloadedOrama 2020-03-09 02:17:49 +02:00
parent f4dbd2aadb
commit 1e5c674673
9 changed files with 20 additions and 22 deletions

View file

@ -375,7 +375,7 @@ func image_menu_id_pressed(id : int) -> void:
func help_menu_id_pressed(id : int) -> void:
match id:
0: # Splash Screen
$SplashDialog.popup_centered() # Splash screen
$SplashDialog.popup_centered()
Global.can_draw = false
1: # Issue Tracker
OS.shell_open("https://github.com/Orama-Interactive/Pixelorama/issues")