movement stuff

This commit is contained in:
GoaLitiuM
2021-04-08 19:31:01 +03:00
parent ae8983a90e
commit 1234dd9393
11 changed files with 248 additions and 141 deletions

View File

@@ -1,45 +0,0 @@
{
"ID": "327f82d44b3114035981f68c3ad0f793",
"TypeName": "FlaxEngine.Prefab",
"EngineBuild": 6216,
"Data": [
{
"ID": "b2779da2451cf5ce88400d8663df4963",
"TypeName": "FlaxEngine.UICanvas",
"ParentID": "00000000000000000000000000000000",
"Name": "ConsoleUICanvas",
"Transform": {
"Orientation": {
"X": 1.0,
"Y": 4.3711388286737938e-8,
"Z": 4.3711388286737938e-8,
"W": 1.910685465164705e-15
}
},
"V": {
"Order": -999999999,
"Size": {
"X": 1456.0,
"Y": 813.0
}
}
},
{
"ID": "13d32654469ac6b38052ff937edbe9a0",
"TypeName": "Cabrito.ConsoleScript",
"ParentID": "b2779da2451cf5ce88400d8663df4963",
"V": {
"ConsoleHeight": 0.635,
"ConsoleFont": "43f32bec443158643f53699f07b2e09c",
"BackgroundTexture": "16a2d3f1465e834c8ac965bd072c1dca",
"BackgroundColor": {
"R": 0.0,
"G": 0.0,
"B": 0.0,
"A": 1.0
},
"LineSpacing": 1.0
}
}
]
}

View File

@@ -1,7 +1,7 @@
{
"ID": "8ec53dba4c238bfbea1d62922e612a4d",
"TypeName": "FlaxEditor.Content.Settings.InputSettings",
"EngineBuild": 6216,
"EngineBuild": 6217,
"Data": {
"ActionMappings": [
{
@@ -59,6 +59,14 @@
"MouseButton": 0,
"GamepadButton": 0,
"Gamepad": 0
},
{
"Name": "Jump",
"Mode": 0,
"Key": 32,
"MouseButton": 3,
"GamepadButton": 0,
"Gamepad": 0
}
],
"AxisMappings": [

View File

@@ -1,11 +1,11 @@
{
"ID": "4bd8a4cc460399b5f1975fbe0a668e3f",
"TypeName": "FlaxEditor.Content.Settings.PhysicsSettings",
"EngineBuild": 6216,
"EngineBuild": 6217,
"Data": {
"DefaultGravity": {
"X": 0.0,
"Y": -9810.0,
"Y": -800.0,
"Z": 0.0
},
"QueriesHitTriggers": true,

View File

@@ -1,7 +1,7 @@
{
"ID": "a55dc3c04da4ea3744b7f1994565beac",
"TypeName": "FlaxEditor.Content.Settings.TimeSettings",
"EngineBuild": 6216,
"EngineBuild": 6217,
"Data": {
"UpdateFPS": 120.0,
"PhysicsFPS": 60.0,