Skip to content

Commit

Permalink
fix privacy policy link
Browse files Browse the repository at this point in the history
  • Loading branch information
Sesu8642 committed Aug 21, 2022
1 parent e095247 commit c0be29b
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
import com.badlogic.gdx.utils.viewport.ScreenViewport;
import com.badlogic.gdx.utils.viewport.Viewport;
import com.google.common.eventbus.EventBus;

import dagger.Module;
import dagger.Provides;
import de.sesu8642.feudaltactics.dagger.qualifierannotations.AboutScreen;
import de.sesu8642.feudaltactics.dagger.qualifierannotations.AboutSlideStage;
import de.sesu8642.feudaltactics.dagger.qualifierannotations.AboutSlides;
Expand Down Expand Up @@ -54,9 +57,6 @@
import de.sesu8642.feudaltactics.ui.stages.slidestage.SlideStage;
import de.sesu8642.feudaltactics.ui.stages.slidestage.TutorialSlideFactory;

import dagger.Module;
import dagger.Provides;

@Module
class DaggerModule {

Expand Down Expand Up @@ -228,7 +228,7 @@ static MenuStage provideMainMenuWithVersion(EventBus eventBus, @MenuViewport Vie
() -> eventBus.post(new ScreenTransitionTriggerEvent(ScreenTransitionTarget.ABOUT_SCREEN)));
stage.setBottomLeftLabelText("Open Privacy Policy");
stage.setBottomLeftLabelLink(
"https://raw.githubusercontent.com/Sesu8642/FeudalTactics/blob/master/privacy_policy.txt");
"https://raw.githubusercontent.com/Sesu8642/FeudalTactics/master/privacy_policy.txt");
stage.setBottomRightLabelText(String.format("Version %s", gameVersion));
return stage;
}
Expand Down

0 comments on commit c0be29b

Please sign in to comment.