From 6dbfaa6e14862b7f8e2050c8ba02619dbd08ac98 Mon Sep 17 00:00:00 2001 From: Antoine Date: Wed, 16 Jun 2021 16:12:15 +0200 Subject: [PATCH] =?UTF-8?q?Nouvelle=20ar=C3=A8ne=20dans=20match.java=20:po?= =?UTF-8?q?g:?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/gameplay/match/match.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/gameplay/match/match.java b/src/gameplay/match/match.java index eda292c..77f6032 100644 --- a/src/gameplay/match/match.java +++ b/src/gameplay/match/match.java @@ -144,11 +144,11 @@ public class match { boolean Joystick2Present = glfwJoystickPresent(GLFW_JOYSTICK_2); String path = "textures/Sprite.png"; - String pathToBG = "textures/background_beach.png"; + String pathToBG = "textures/arena1.png"; - ObjectGl background = new ObjectGl(0f,1f,1f,10f, pathToBG, null); - background.setTextureWrap(0,0,621, 224); - background.translate(new Vector3f(-3011.0f, 1400.0f, 1.0f)); + ObjectGl background = new ObjectGl(0f,1f,1f,2.5f, pathToBG, null); + background.setTextureWrap(0, 0, 1914f, 701f); + background.translate(new Vector3f(-1000f, 1000f, 0f)); engine.add_objectGl(background); p1 = CharacterBlue.generateCharBlue();