Adds proper licensing for future material.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
/*
|
||||
* Copyright 2020 Markil 3. All rights reserved.
|
||||
* Copyright (c) 2009-2020 jMonkeyEngine. All rights reserved.
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
@@ -21,6 +22,11 @@ import com.jme3.input.event.TouchEvent;
|
||||
|
||||
/**
|
||||
* @author Markil 3
|
||||
* @author Normen Hansen
|
||||
* @author Kirill Vainer
|
||||
* @author Paul Speed
|
||||
* @author dokthar
|
||||
* @author Stephen Gold
|
||||
*/
|
||||
public class JoystickPreviewScreen extends BaseAppState
|
||||
implements RawInputListener
|
||||
|
||||
@@ -141,7 +141,7 @@ public class Main extends SimpleApplication
|
||||
{
|
||||
if (Arrays.binarySearch(args, "--defaultSettings") < 0)
|
||||
{
|
||||
settings.load("Minigames");
|
||||
settings.load("JMEControllerConfig");
|
||||
}
|
||||
}
|
||||
catch (BackingStoreException e1)
|
||||
@@ -150,7 +150,7 @@ public class Main extends SimpleApplication
|
||||
}
|
||||
finally
|
||||
{
|
||||
settings.setTitle("Hide & Crate");
|
||||
settings.setTitle("JMEControllerConfig");
|
||||
settings.setUseJoysticks(true);
|
||||
settings.setEmulateMouse(false);
|
||||
settings.setVSync(true);
|
||||
|
||||
Reference in New Issue
Block a user