Entity positions.

This commit is contained in:
2025-03-02 12:57:20 -06:00
parent 6c3305be10
commit c8abdcb82e
16 changed files with 175 additions and 31 deletions

View File

@@ -4,7 +4,7 @@
// https://opensource.org/licenses/MIT
#include "../fragments/header.glsl"
#include "entity.glsl"
#include "../data/entities.glsl"
// Inputs from vertex shader
in vec2 v_TextureCoord;