mirror of
https://github.com/tonytins/dressupzack
synced 2025-06-26 08:34:43 -04:00
New title! Finally.
- Changing Nathan to a fennec, starting with the ears. - Cleaned up README
This commit is contained in:
parent
782361dc0b
commit
05cc47e9d9
9 changed files with 186 additions and 144 deletions
|
@ -8,22 +8,11 @@ func _on_ClassicBtn_pressed():
|
|||
func _on_ModernBtn_pressed():
|
||||
switch_scenes("modern")
|
||||
|
||||
func _on_ClassicBtn_mouse_entered():
|
||||
$Modern.hide()
|
||||
$ClassicBG.show()
|
||||
|
||||
func _on_ClassicBtn_mouse_exited():
|
||||
$ClassicBG.hide()
|
||||
$Modern.show()
|
||||
|
||||
func _on_CreditsBtn_pressed():
|
||||
$WinDialogs/CreditsWin.show()
|
||||
|
||||
func _on_LicenseBtn_pressed():
|
||||
$WinDialogs/LicenseWin.show()
|
||||
|
||||
func _on_PlayBtn_toggled(button_pressed):
|
||||
if button_pressed == true:
|
||||
$MenuRf/ModePanel.show()
|
||||
else:
|
||||
$MenuRf/ModePanel.hide()
|
||||
func _on_PlayBtn_pressed():
|
||||
$MenuRf/ModePanel.show()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue