Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file added .vs/CSharpMainProject111/v18/.suo
Binary file not shown.
37 changes: 37 additions & 0 deletions .vs/CSharpMainProject111/v18/DocumentLayout.backup.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"Version": 1,
"WorkspaceRootPath": "C:\\Users\\barce\\CSharpMainProject111\\",
"Documents": [
{
"AbsoluteMoniker": "D:0:0:{611D0770-8D9C-765C-71B1-024EB8B05A8C}|Root.csproj|c:\\users\\barce\\csharpmainproject111\\assets\\scripts\\model\\runtime\\projectiles\\archtotileprojectile.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
"RelativeMoniker": "D:0:0:{611D0770-8D9C-765C-71B1-024EB8B05A8C}|Root.csproj|solutionrelative:assets\\scripts\\model\\runtime\\projectiles\\archtotileprojectile.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
}
],
"DocumentGroupContainers": [
{
"Orientation": 0,
"VerticalTabListWidth": 256,
"DocumentGroups": [
{
"DockedWidth": 200,
"SelectedChildIndex": 0,
"Children": [
{
"$type": "Document",
"DocumentIndex": 0,
"Title": "ArchToTileProjectile.cs",
"DocumentMoniker": "C:\\Users\\barce\\CSharpMainProject111\\Assets\\Scripts\\Model\\Runtime\\Projectiles\\ArchToTileProjectile.cs",
"RelativeDocumentMoniker": "Assets\\Scripts\\Model\\Runtime\\Projectiles\\ArchToTileProjectile.cs",
"ToolTip": "C:\\Users\\barce\\CSharpMainProject111\\Assets\\Scripts\\Model\\Runtime\\Projectiles\\ArchToTileProjectile.cs",
"RelativeToolTip": "Assets\\Scripts\\Model\\Runtime\\Projectiles\\ArchToTileProjectile.cs",
"ViewState": "AgIAAAUAAAAAAAAAAAAQwAYAAAApAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
"WhenOpened": "2026-04-15T17:48:54.411Z",
"EditorCaption": ""
}
]
}
]
}
]
}
37 changes: 37 additions & 0 deletions .vs/CSharpMainProject111/v18/DocumentLayout.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"Version": 1,
"WorkspaceRootPath": "C:\\Users\\barce\\CSharpMainProject111\\",
"Documents": [
{
"AbsoluteMoniker": "D:0:0:{611D0770-8D9C-765C-71B1-024EB8B05A8C}|Root.csproj|c:\\users\\barce\\csharpmainproject111\\assets\\scripts\\model\\runtime\\projectiles\\archtotileprojectile.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
"RelativeMoniker": "D:0:0:{611D0770-8D9C-765C-71B1-024EB8B05A8C}|Root.csproj|solutionrelative:assets\\scripts\\model\\runtime\\projectiles\\archtotileprojectile.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
}
],
"DocumentGroupContainers": [
{
"Orientation": 0,
"VerticalTabListWidth": 256,
"DocumentGroups": [
{
"DockedWidth": 200,
"SelectedChildIndex": 0,
"Children": [
{
"$type": "Document",
"DocumentIndex": 0,
"Title": "ArchToTileProjectile.cs",
"DocumentMoniker": "C:\\Users\\barce\\CSharpMainProject111\\Assets\\Scripts\\Model\\Runtime\\Projectiles\\ArchToTileProjectile.cs",
"RelativeDocumentMoniker": "Assets\\Scripts\\Model\\Runtime\\Projectiles\\ArchToTileProjectile.cs",
"ToolTip": "C:\\Users\\barce\\CSharpMainProject111\\Assets\\Scripts\\Model\\Runtime\\Projectiles\\ArchToTileProjectile.cs",
"RelativeToolTip": "Assets\\Scripts\\Model\\Runtime\\Projectiles\\ArchToTileProjectile.cs",
"ViewState": "AgIAAAsAAAAAAAAAAAAQwCAAAAAgAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
"WhenOpened": "2026-04-15T17:48:54.411Z",
"EditorCaption": ""
}
]
}
]
}
]
}
3 changes: 1 addition & 2 deletions Assets/Scripts/Controller/BotController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
using UnityEngine;
using Utilities;
//hello
//How are you?
//i'm fine
//How are you???
namespace Controller
{
public class BotController
Expand Down
2 changes: 1 addition & 1 deletion Assets/Scripts/EnterPoint.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class EnterPoint : MonoBehaviour
{
[SerializeField] private Settings _settings;
[SerializeField] private Canvas _targetCanvas;
private float _timeScale = 1;
private float _timeScale = 5;

void Start()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,14 @@ protected override void UpdateImpl(float deltaTime, float time)
///////////////////////////////////////
// Insert you code here
///////////////////////////////////////


float maxHeight = 2;
localHeight = maxHeight * (-(t * 2 - 1) * (t * 2 - 1) + 1);

///////////////////////////////////////
// End of the code to insert
///////////////////////////////////////

Height = localHeight;
if (time > StartTime + _timeToTarget)
Hit(_target);
Expand Down
38 changes: 38 additions & 0 deletions CSharpMainProject111.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp", "Assembly-CSharp.csproj", "{8705CB09-CD97-F2A2-3DCD-2C51CCE7E8AE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp-Editor", "Assembly-CSharp-Editor.csproj", "{CCFB424A-2BE2-CF53-3B3C-D40A5E15CF7F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Root", "Root.csproj", "{611D0770-8D9C-765C-71B1-024EB8B05A8C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests.csproj", "{F3524EA9-CD6E-7722-FF56-650D4581D5BA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8705CB09-CD97-F2A2-3DCD-2C51CCE7E8AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8705CB09-CD97-F2A2-3DCD-2C51CCE7E8AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8705CB09-CD97-F2A2-3DCD-2C51CCE7E8AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8705CB09-CD97-F2A2-3DCD-2C51CCE7E8AE}.Release|Any CPU.Build.0 = Release|Any CPU
{CCFB424A-2BE2-CF53-3B3C-D40A5E15CF7F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CCFB424A-2BE2-CF53-3B3C-D40A5E15CF7F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CCFB424A-2BE2-CF53-3B3C-D40A5E15CF7F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CCFB424A-2BE2-CF53-3B3C-D40A5E15CF7F}.Release|Any CPU.Build.0 = Release|Any CPU
{611D0770-8D9C-765C-71B1-024EB8B05A8C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{611D0770-8D9C-765C-71B1-024EB8B05A8C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{611D0770-8D9C-765C-71B1-024EB8B05A8C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{611D0770-8D9C-765C-71B1-024EB8B05A8C}.Release|Any CPU.Build.0 = Release|Any CPU
{F3524EA9-CD6E-7722-FF56-650D4581D5BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F3524EA9-CD6E-7722-FF56-650D4581D5BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F3524EA9-CD6E-7722-FF56-650D4581D5BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F3524EA9-CD6E-7722-FF56-650D4581D5BA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Loading