Clean up events, add weapon tag for weaker on swing
This commit is contained in:
@@ -261,6 +261,13 @@ public partial class App : Node, IApp
|
||||
|
||||
MainMenu.StartGame -= OnStartGame;
|
||||
MainMenu.EnemyViewer -= OnEnemyViewer;
|
||||
MainMenu.Gallery -= OnGallery;
|
||||
MainMenu.Options -= OnOptions;
|
||||
MainMenu.Quit -= OnQuit;
|
||||
|
||||
GalleryMenu.GalleryExited -= GalleryExited;
|
||||
|
||||
OptionsMenu.OptionsMenuExited -= OptionsMenu_OptionsMenuExited;
|
||||
OptionsMenu.DeleteSaveData -= DeleteSaveData;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user