1
0
Fork 0
mirror of https://github.com/tonytins/dressupzack synced 2025-06-26 08:34:43 -04:00

Overlooked another mistake

This commit is contained in:
Anthony Wilcox 2019-01-04 20:11:01 -05:00
parent 93a70f2da9
commit bd6b7331dd
3 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@ func _on_CreditsBtn_pressed():
$CreditsWin.show()
func _on_LicenseBtn_pressed():
$SettingsWin.show()
$LicenseWin.show()
func _on_CloseAbtBtn_pressed():
$AboutWin.hide()