mirror of
https://github.com/zoriya/Prototype-Magnifique.git
synced 2026-06-03 02:41:23 +00:00
Changing player collision system. Changing Input System. Completing Environemental Velocity Variation.
This commit is contained in:
@@ -11,6 +11,9 @@ EditorBuildSettings:
|
||||
- enabled: 1
|
||||
path: Assets/Scenes/Lobby.unity
|
||||
guid: c794eb2a612de56469552783b828c6be
|
||||
- enabled: 1
|
||||
path: Assets/Scenes/GameScene.unity
|
||||
guid: a625a2ad8e6f8504cb5464cd7ef7050f
|
||||
- enabled: 1
|
||||
path: Assets/Scenes/Test.unity
|
||||
guid: 039110368d0c1f34eba15342aca192d2
|
||||
|
||||
@@ -150,7 +150,7 @@ InputManager:
|
||||
axis: 0
|
||||
joyNum: 8
|
||||
- serializedVersion: 3
|
||||
m_Name: Vertical
|
||||
m_Name: Vertical_Keyboard
|
||||
descriptiveName:
|
||||
descriptiveNegativeName:
|
||||
negativeButton: down
|
||||
@@ -164,7 +164,135 @@ InputManager:
|
||||
invert: 0
|
||||
type: 0
|
||||
axis: 0
|
||||
joyNum: 0
|
||||
joyNum: 16
|
||||
- serializedVersion: 3
|
||||
m_Name: Vertical_J1
|
||||
descriptiveName:
|
||||
descriptiveNegativeName:
|
||||
negativeButton: down
|
||||
positiveButton: up
|
||||
altNegativeButton: s
|
||||
altPositiveButton: w
|
||||
gravity: 3
|
||||
dead: 0.001
|
||||
sensitivity: 3
|
||||
snap: 1
|
||||
invert: 1
|
||||
type: 2
|
||||
axis: 1
|
||||
joyNum: 1
|
||||
- serializedVersion: 3
|
||||
m_Name: Vertical_J2
|
||||
descriptiveName:
|
||||
descriptiveNegativeName:
|
||||
negativeButton: down
|
||||
positiveButton: up
|
||||
altNegativeButton: s
|
||||
altPositiveButton: w
|
||||
gravity: 3
|
||||
dead: 0.001
|
||||
sensitivity: 3
|
||||
snap: 1
|
||||
invert: 1
|
||||
type: 2
|
||||
axis: 1
|
||||
joyNum: 2
|
||||
- serializedVersion: 3
|
||||
m_Name: Vertical_J3
|
||||
descriptiveName:
|
||||
descriptiveNegativeName:
|
||||
negativeButton: down
|
||||
positiveButton: up
|
||||
altNegativeButton: s
|
||||
altPositiveButton: w
|
||||
gravity: 3
|
||||
dead: 0.001
|
||||
sensitivity: 3
|
||||
snap: 1
|
||||
invert: 1
|
||||
type: 2
|
||||
axis: 1
|
||||
joyNum: 3
|
||||
- serializedVersion: 3
|
||||
m_Name: Vertical_J4
|
||||
descriptiveName:
|
||||
descriptiveNegativeName:
|
||||
negativeButton: down
|
||||
positiveButton: up
|
||||
altNegativeButton: s
|
||||
altPositiveButton: w
|
||||
gravity: 3
|
||||
dead: 0.001
|
||||
sensitivity: 3
|
||||
snap: 1
|
||||
invert: 1
|
||||
type: 2
|
||||
axis: 1
|
||||
joyNum: 4
|
||||
- serializedVersion: 3
|
||||
m_Name: Vertical_J5
|
||||
descriptiveName:
|
||||
descriptiveNegativeName:
|
||||
negativeButton: down
|
||||
positiveButton: up
|
||||
altNegativeButton: s
|
||||
altPositiveButton: w
|
||||
gravity: 3
|
||||
dead: 0.001
|
||||
sensitivity: 3
|
||||
snap: 1
|
||||
invert: 1
|
||||
type: 2
|
||||
axis: 1
|
||||
joyNum: 5
|
||||
- serializedVersion: 3
|
||||
m_Name: Vertical_J6
|
||||
descriptiveName:
|
||||
descriptiveNegativeName:
|
||||
negativeButton: down
|
||||
positiveButton: up
|
||||
altNegativeButton: s
|
||||
altPositiveButton: w
|
||||
gravity: 3
|
||||
dead: 0.001
|
||||
sensitivity: 3
|
||||
snap: 1
|
||||
invert: 1
|
||||
type: 2
|
||||
axis: 1
|
||||
joyNum: 6
|
||||
- serializedVersion: 3
|
||||
m_Name: Vertical_J7
|
||||
descriptiveName:
|
||||
descriptiveNegativeName:
|
||||
negativeButton: down
|
||||
positiveButton: up
|
||||
altNegativeButton: s
|
||||
altPositiveButton: w
|
||||
gravity: 3
|
||||
dead: 0.001
|
||||
sensitivity: 3
|
||||
snap: 1
|
||||
invert: 1
|
||||
type: 2
|
||||
axis: 1
|
||||
joyNum: 7
|
||||
- serializedVersion: 3
|
||||
m_Name: Vertical_J8
|
||||
descriptiveName:
|
||||
descriptiveNegativeName:
|
||||
negativeButton: down
|
||||
positiveButton: up
|
||||
altNegativeButton: s
|
||||
altPositiveButton: w
|
||||
gravity: 3
|
||||
dead: 0.001
|
||||
sensitivity: 3
|
||||
snap: 1
|
||||
invert: 1
|
||||
type: 2
|
||||
axis: 1
|
||||
joyNum: 8
|
||||
- serializedVersion: 3
|
||||
m_Name: Fire1
|
||||
descriptiveName:
|
||||
|
||||
@@ -3,7 +3,9 @@
|
||||
--- !u!78 &1
|
||||
TagManager:
|
||||
serializedVersion: 2
|
||||
tags: []
|
||||
tags:
|
||||
- DeathZone
|
||||
- SmallProjectile
|
||||
layers:
|
||||
- Default
|
||||
- TransparentFX
|
||||
@@ -15,7 +17,7 @@ TagManager:
|
||||
-
|
||||
- Ground
|
||||
- Wall
|
||||
-
|
||||
- Player
|
||||
-
|
||||
-
|
||||
-
|
||||
|
||||
Reference in New Issue
Block a user