Skip to content

Commit

Permalink
Logo e ajuste de lerp de movimento
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasVinicius314 committed Sep 1, 2022
1 parent a3023d4 commit 92cc80f
Show file tree
Hide file tree
Showing 5 changed files with 114 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Assets/Scenes/MainScene.unity
Original file line number Diff line number Diff line change
Expand Up @@ -2150,17 +2150,17 @@ RectTransform:
m_GameObject: {fileID: 217563230}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1.8, y: 1.8, z: 1}
m_LocalScale: {x: 2.94, y: 2.94, z: 2.94}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 252050067}
m_RootOrder: 1
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 0.5}
m_AnchorMax: {x: 0.5, y: 0.5}
m_AnchoredPosition: {x: 692, y: 67}
m_AnchorMin: {x: 1, y: 0}
m_AnchorMax: {x: 1, y: 0}
m_AnchoredPosition: {x: -100, y: 100}
m_SizeDelta: {x: 100, y: 100}
m_Pivot: {x: 0.5, y: 0.5}
m_Pivot: {x: 1, y: 0}
--- !u!114 &217563232
MonoBehaviour:
m_ObjectHideFlags: 0
Expand Down Expand Up @@ -2350,7 +2350,7 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 0, y: 0}
m_AnchoredPosition: {x: 148, y: 122}
m_AnchoredPosition: {x: 100, y: 100}
m_SizeDelta: {x: 100, y: 100}
m_Pivot: {x: 0, y: 0}
--- !u!114 &1007556445
Expand Down
2 changes: 1 addition & 1 deletion Assets/Scripts/PlayerScript.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ void HandleMovement(CharacterController controller)
processedMoveInput = Vector2.Lerp(
processedMoveInput,
targetMoveInput,
.02f
.08f
);

var moveInput = processedMoveInput;
Expand Down
Binary file added Assets/Sprites/slashlust.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
98 changes: 98 additions & 0 deletions Assets/Sprites/slashlust.jpg.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 9 additions & 2 deletions ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ PlayerSettings:
targetDevice: 2
useOnDemandResources: 0
accelerometerFrequency: 60
companyName: DefaultCompany
companyName: Slashlust
productName: Slashlust
defaultCursor: {fileID: 0}
cursorHotspot: {x: 0, y: 0}
Expand Down Expand Up @@ -270,7 +270,14 @@ PlayerSettings:
AndroidMinifyDebug: 0
AndroidValidateAppBundleSize: 1
AndroidAppBundleSizeToValidate: 150
m_BuildTargetIcons: []
m_BuildTargetIcons:
- m_BuildTarget:
m_Icons:
- serializedVersion: 2
m_Icon: {fileID: 2800000, guid: 42a14278d20c56e4b8ffddba9deb0e40, type: 3}
m_Width: 128
m_Height: 128
m_Kind: 0
m_BuildTargetPlatformIcons:
- m_BuildTarget: Android
m_Icons:
Expand Down

0 comments on commit 92cc80f

Please sign in to comment.