renamed assets folder and added space to organize vert.

mostly actually to trigger git to rename the folder...
This commit is contained in:
Harrison Deng 2020-02-23 14:53:47 -05:00
parent 07bfc8ab43
commit 92d9988166
3 changed files with 3 additions and 1 deletions

View File

@ -11,5 +11,6 @@ void main()
{ {
texCoord = aTexCoord; texCoord = aTexCoord;
color = aColor; color = aColor;
gl_Position = vec4(aPosition, 1.0f) * transform; gl_Position = vec4(aPosition, 1.0f) * transform;
} }

View File

@ -16,7 +16,7 @@
<ProjectReference Include="..\RecrownedGTK\RecrownedGTK.csproj" /> <ProjectReference Include="..\RecrownedGTK\RecrownedGTK.csproj" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Content Include="Assets/*"> <Content Include="assets/*">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content> </Content>
</ItemGroup> </ItemGroup>

View File

@ -11,5 +11,6 @@ void main()
{ {
texCoord = aTexCoord; texCoord = aTexCoord;
color = aColor; color = aColor;
gl_Position = vec4(aPosition, 1.0f) * transform; gl_Position = vec4(aPosition, 1.0f) * transform;
} }