mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 19:24:44 -04:00
Fixed spacing between some comments
This commit is contained in:
parent
f4dbd2aadb
commit
1e5c674673
9 changed files with 20 additions and 22 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue