added README
This commit is contained in:
parent
11d9924610
commit
bd1c4afa6a
@ -201,7 +201,7 @@
|
|||||||
{
|
{
|
||||||
"name": "",
|
"name": "",
|
||||||
"id": "f50a54fb-bb76-4677-b455-65968df9c7a2",
|
"id": "f50a54fb-bb76-4677-b455-65968df9c7a2",
|
||||||
"path": "<XInputController>/buttonSouth",
|
"path": "<Gamepad>/buttonSouth",
|
||||||
"interactions": "",
|
"interactions": "",
|
||||||
"processors": "",
|
"processors": "",
|
||||||
"groups": "",
|
"groups": "",
|
||||||
@ -220,6 +220,17 @@
|
|||||||
"isComposite": false,
|
"isComposite": false,
|
||||||
"isPartOfComposite": false
|
"isPartOfComposite": false
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "",
|
||||||
|
"id": "1cf1d5dd-5218-4705-aeb0-4348efb3969d",
|
||||||
|
"path": "<Gamepad>/buttonEast",
|
||||||
|
"interactions": "",
|
||||||
|
"processors": "",
|
||||||
|
"groups": "",
|
||||||
|
"action": "Dash",
|
||||||
|
"isComposite": false,
|
||||||
|
"isPartOfComposite": false
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "",
|
"name": "",
|
||||||
"id": "e38735ff-622f-4d8f-887e-721283315576",
|
"id": "e38735ff-622f-4d8f-887e-721283315576",
|
||||||
@ -231,6 +242,17 @@
|
|||||||
"isComposite": false,
|
"isComposite": false,
|
||||||
"isPartOfComposite": false
|
"isPartOfComposite": false
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "",
|
||||||
|
"id": "1d40d2f1-2dc9-486b-a729-15814a47e43d",
|
||||||
|
"path": "<Gamepad>/buttonWest",
|
||||||
|
"interactions": "",
|
||||||
|
"processors": "",
|
||||||
|
"groups": "",
|
||||||
|
"action": "Hook",
|
||||||
|
"isComposite": false,
|
||||||
|
"isPartOfComposite": false
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "",
|
"name": "",
|
||||||
"id": "0fc0794e-f312-44a5-bca8-837df5578ab1",
|
"id": "0fc0794e-f312-44a5-bca8-837df5578ab1",
|
||||||
@ -241,6 +263,17 @@
|
|||||||
"action": "Attack",
|
"action": "Attack",
|
||||||
"isComposite": false,
|
"isComposite": false,
|
||||||
"isPartOfComposite": false
|
"isPartOfComposite": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "",
|
||||||
|
"id": "aaa7da10-7267-4382-a59b-cf46c8e9ba68",
|
||||||
|
"path": "<Gamepad>/rightShoulder",
|
||||||
|
"interactions": "",
|
||||||
|
"processors": "",
|
||||||
|
"groups": "",
|
||||||
|
"action": "Attack",
|
||||||
|
"isComposite": false,
|
||||||
|
"isPartOfComposite": false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -49,7 +49,7 @@ Material:
|
|||||||
m_Offset: {x: 0, y: 0}
|
m_Offset: {x: 0, y: 0}
|
||||||
m_Floats:
|
m_Floats:
|
||||||
- _Exposure: 1
|
- _Exposure: 1
|
||||||
- _Rotation: 243.09329
|
- _Rotation: 29.97103
|
||||||
m_Colors:
|
m_Colors:
|
||||||
- _Color: {r: 1, g: 1, b: 1, a: 1}
|
- _Color: {r: 1, g: 1, b: 1, a: 1}
|
||||||
- _Tint: {r: 0.5, g: 0.5, b: 0.5, a: 0.5}
|
- _Tint: {r: 0.5, g: 0.5, b: 0.5, a: 0.5}
|
||||||
|
26
README.txt
Normal file
26
README.txt
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
Aufgabe 1:
|
||||||
|
- Teil A
|
||||||
|
- Features:
|
||||||
|
- Controller support
|
||||||
|
- Double jump
|
||||||
|
- Dash
|
||||||
|
- Grappling hook
|
||||||
|
- Jump pads
|
||||||
|
- Kann projektile verschiesen
|
||||||
|
- HP anzeige
|
||||||
|
Aufgabe 2:
|
||||||
|
- Nachbau von der Unreal Tournament Karte "facing worlds" (https://www.youtube.com/watch?v=4vHZcZJTegQ)
|
||||||
|
- Verwendete assets:
|
||||||
|
- https://assetstore.unity.com/packages/2d/textures-materials/sky/earth-planets-skyboxes-53752
|
||||||
|
- https://assetstore.unity.com/packages/2d/textures-materials/floors/stylized-terrain-texture-153469
|
||||||
|
Aufgabe 3:
|
||||||
|
- Teil A
|
||||||
|
- Features:
|
||||||
|
- Bot mit animationen
|
||||||
|
- Kann den spieler entdecken und angreifen
|
||||||
|
- Verwendete assets:
|
||||||
|
- https://assetstore.unity.com/packages/essentials/asset-packs/standard-assets-for-unity-2018-4-32351
|
||||||
|
|
||||||
|
Video:
|
||||||
|
https://www.youtube.com/watch?v=B0HSb1Ff9n0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user