renamed assets folder and added space to organize vert.
mostly actually to trigger git to rename the folder...
This commit is contained in:
parent
07bfc8ab43
commit
92d9988166
@ -11,5 +11,6 @@ void main()
|
||||
{
|
||||
texCoord = aTexCoord;
|
||||
color = aColor;
|
||||
|
||||
gl_Position = vec4(aPosition, 1.0f) * transform;
|
||||
}
|
@ -16,7 +16,7 @@
|
||||
<ProjectReference Include="..\RecrownedGTK\RecrownedGTK.csproj" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Assets/*">
|
||||
<Content Include="assets/*">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
|
@ -11,5 +11,6 @@ void main()
|
||||
{
|
||||
texCoord = aTexCoord;
|
||||
color = aColor;
|
||||
|
||||
gl_Position = vec4(aPosition, 1.0f) * transform;
|
||||
}
|
Loading…
Reference in New Issue
Block a user