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/MyFirstProjectCSharp/v18/.suo
Binary file not shown.
37 changes: 37 additions & 0 deletions .vs/MyFirstProjectCSharp/v18/DocumentLayout.backup.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"Version": 1,
"WorkspaceRootPath": "C:\\Users\\\u042F\u0440\u043E\u0441\u043B\u0430\u0432\\Documents\\XYZ Study\\Fork\\MyFirstProjectCSharp\\",
"Documents": [
{
"AbsoluteMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|C:\\Users\\\u042F\u0440\u043E\u0441\u043B\u0430\u0432\\Documents\\XYZ Study\\Fork\\MyFirstProjectCSharp\\Assets\\Scripts\\EnterPoint.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
"RelativeMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|solutionrelative:Assets\\Scripts\\EnterPoint.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
}
],
"DocumentGroupContainers": [
{
"Orientation": 0,
"VerticalTabListWidth": 256,
"DocumentGroups": [
{
"DockedWidth": 200,
"SelectedChildIndex": 0,
"Children": [
{
"$type": "Document",
"DocumentIndex": 0,
"Title": "EnterPoint.cs",
"DocumentMoniker": "C:\\Users\\\u042F\u0440\u043E\u0441\u043B\u0430\u0432\\Documents\\XYZ Study\\Fork\\MyFirstProjectCSharp\\Assets\\Scripts\\EnterPoint.cs",
"RelativeDocumentMoniker": "Assets\\Scripts\\EnterPoint.cs",
"ToolTip": "C:\\Users\\\u042F\u0440\u043E\u0441\u043B\u0430\u0432\\Documents\\XYZ Study\\Fork\\MyFirstProjectCSharp\\Assets\\Scripts\\EnterPoint.cs",
"RelativeToolTip": "Assets\\Scripts\\EnterPoint.cs",
"ViewState": "AgIAAAAAAAAAAAAAAAAAAAcAAAAHAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
"WhenOpened": "2026-06-09T20:07:37.637Z",
"EditorCaption": ""
}
]
}
]
}
]
}
37 changes: 37 additions & 0 deletions .vs/MyFirstProjectCSharp/v18/DocumentLayout.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"Version": 1,
"WorkspaceRootPath": "C:\\Users\\\u042F\u0440\u043E\u0441\u043B\u0430\u0432\\Documents\\XYZ Study\\Fork\\MyFirstProjectCSharp\\",
"Documents": [
{
"AbsoluteMoniker": "D:0:0:{ABAE7792-EA2C-3A6E-43BC-586EF72028F2}|Root.csproj|c:\\users\\\u044F\u0440\u043E\u0441\u043B\u0430\u0432\\documents\\xyz study\\fork\\myfirstprojectcsharp\\assets\\scripts\\enterpoint.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
"RelativeMoniker": "D:0:0:{ABAE7792-EA2C-3A6E-43BC-586EF72028F2}|Root.csproj|solutionrelative:assets\\scripts\\enterpoint.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
}
],
"DocumentGroupContainers": [
{
"Orientation": 0,
"VerticalTabListWidth": 256,
"DocumentGroups": [
{
"DockedWidth": 200,
"SelectedChildIndex": 0,
"Children": [
{
"$type": "Document",
"DocumentIndex": 0,
"Title": "EnterPoint.cs",
"DocumentMoniker": "C:\\Users\\\u042F\u0440\u043E\u0441\u043B\u0430\u0432\\Documents\\XYZ Study\\Fork\\MyFirstProjectCSharp\\Assets\\Scripts\\EnterPoint.cs",
"RelativeDocumentMoniker": "Assets\\Scripts\\EnterPoint.cs",
"ToolTip": "C:\\Users\\\u042F\u0440\u043E\u0441\u043B\u0430\u0432\\Documents\\XYZ Study\\Fork\\MyFirstProjectCSharp\\Assets\\Scripts\\EnterPoint.cs",
"RelativeToolTip": "Assets\\Scripts\\EnterPoint.cs",
"ViewState": "AgIAAAAAAAAAAAAAAAAAAAwAAAAgAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
"WhenOpened": "2026-06-09T20:07:37.637Z",
"EditorCaption": ""
}
]
}
]
}
]
}
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
38 changes: 38 additions & 0 deletions MyFirstProjectCSharp.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", "{F86F4667-36D4-8DAD-518F-DF72CC9C2AE4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp-Editor", "Assembly-CSharp-Editor.csproj", "{8B3B4B32-5E5D-3F99-3DF6-5F1BE5B22DFF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Root", "Root.csproj", "{ABAE7792-EA2C-3A6E-43BC-586EF72028F2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests.csproj", "{CE50FED3-0D69-F6F3-C27B-224D018824E4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F86F4667-36D4-8DAD-518F-DF72CC9C2AE4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F86F4667-36D4-8DAD-518F-DF72CC9C2AE4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F86F4667-36D4-8DAD-518F-DF72CC9C2AE4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F86F4667-36D4-8DAD-518F-DF72CC9C2AE4}.Release|Any CPU.Build.0 = Release|Any CPU
{8B3B4B32-5E5D-3F99-3DF6-5F1BE5B22DFF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8B3B4B32-5E5D-3F99-3DF6-5F1BE5B22DFF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8B3B4B32-5E5D-3F99-3DF6-5F1BE5B22DFF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8B3B4B32-5E5D-3F99-3DF6-5F1BE5B22DFF}.Release|Any CPU.Build.0 = Release|Any CPU
{ABAE7792-EA2C-3A6E-43BC-586EF72028F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ABAE7792-EA2C-3A6E-43BC-586EF72028F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ABAE7792-EA2C-3A6E-43BC-586EF72028F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ABAE7792-EA2C-3A6E-43BC-586EF72028F2}.Release|Any CPU.Build.0 = Release|Any CPU
{CE50FED3-0D69-F6F3-C27B-224D018824E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE50FED3-0D69-F6F3-C27B-224D018824E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE50FED3-0D69-F6F3-C27B-224D018824E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE50FED3-0D69-F6F3-C27B-224D018824E4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Loading