Adds proper licensing for future material.

This commit is contained in:
Markil3
2020-12-13 22:45:54 -07:00
parent b35a66a895
commit 85e38b6525
3 changed files with 37 additions and 2 deletions

View File

@@ -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

View File

@@ -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);