Starsector API
Loading...
Searching...
No Matches
DuelBackground.java
Go to the documentation of this file.
1package com.fs.starfarer.api.impl.campaign.eventide;
2
3public interface DuelBackground {
4
5 void advance(float amount);
6 void render(DuelPanel panel, float xOffset, float yOffset, float alphaMult);
7 void renderForeground(DuelPanel panel, float xOffset, float yOffset, float alphaMult);
8
9 float getStageWidth();
10}
void renderForeground(DuelPanel panel, float xOffset, float yOffset, float alphaMult)
void render(DuelPanel panel, float xOffset, float yOffset, float alphaMult)