Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/devedse/LD54
Browse files Browse the repository at this point in the history
  • Loading branch information
Frib authored and Frib committed Oct 2, 2023
2 parents 888e3aa + 9577245 commit a33efae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Expand Up @@ -64,15 +64,15 @@ void FixedUpdate()

if (btn_0_pressed)
{
rb.AddTorque(new Vector3(0, rotatoNu, 0), ForceMode.VelocityChange);
rb.AddTorque(new Vector3(0, -rotatoNu, 0), ForceMode.VelocityChange);
}
if (btn_1_pressed)
{
rb.AddForce(transform.forward * (SpeedModifier * baseSpeed), ForceMode.VelocityChange);
}
if (btn_2_pressed)
{
rb.AddTorque(new Vector3(0, -rotatoNu, 0), ForceMode.VelocityChange);
rb.AddTorque(new Vector3(0, rotatoNu, 0), ForceMode.VelocityChange);
}

//Fix always upright ofzo
Expand Down
4 changes: 2 additions & 2 deletions UnityGame/Assets/Scenes/InBetweenPodium.unity
Expand Up @@ -1388,7 +1388,7 @@ Transform:
serializedVersion: 2
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 0, y: 0.489, z: 0}
m_LocalScale: {x: 0.623, y: 0.991, z: 1}
m_LocalScale: {x: -0.623, y: 0.991, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 1893144365}
Expand Down Expand Up @@ -2354,7 +2354,7 @@ GameObject:
- component: {fileID: 1142490955}
- component: {fileID: 1142490954}
m_Layer: 0
m_Name: Quad
m_Name: PlasWater
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
Expand Down

0 comments on commit a33efae

Please sign in to comment.