Skip to content
Snippets Groups Projects
Commit 4beb66dd authored by Leonard's avatar Leonard
Browse files

added 2 views

parent 0dec34d2
No related branches found
No related tags found
No related merge requests found
package com.galaxytrucker.galaxytruckerreloaded.View.UI.Ship;
import com.badlogic.gdx.graphics.OrthographicCamera;
import com.badlogic.gdx.graphics.g2d.SpriteBatch;
public class ShieldView {
/** SpriteBatch */
private SpriteBatch batch;
/** Orthographic camera */
private OrthographicCamera camera;
}
package com.galaxytrucker.galaxytruckerreloaded.View.UI;
package com.galaxytrucker.galaxytruckerreloaded.View.UI.Ship;
import com.badlogic.gdx.graphics.OrthographicCamera;
import com.badlogic.gdx.graphics.Texture;
......@@ -28,6 +28,11 @@ public class ShipView {
*/
private Texture enemyShipBackgroundTexture;
/**
* Ship shield view
*/
private ShieldView shieldView;
/**
* Setup called after initialisation
*/
......@@ -39,7 +44,7 @@ public class ShipView {
*/
public void showShipView() {
}
/**
* Hide the ship
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment