2DProject 및 Sprite 생성

1. 2DProject 생성
2. Sprite 및 AnimationController
This commit is contained in:
Mingu Kim
2025-01-25 00:43:18 +09:00
commit 20c7e2ba3a
1179 changed files with 172652 additions and 0 deletions

17
2DProject.sln Normal file
View File

@@ -0,0 +1,17 @@
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp", "Assembly-CSharp.csproj", "{2a8b479f-4d14-7e82-bdbc-cd6d9b431814}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2a8b479f-4d14-7e82-bdbc-cd6d9b431814}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2a8b479f-4d14-7e82-bdbc-cd6d9b431814}.Debug|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal