Quilly-Crawler
Quilly-Crawler copied to clipboard
A small Dungeon Crawler game with a round based fighting system written in Kotlin using LibGDX.
Results
1
Quilly-Crawler issues
Sort by
recently updated
recently updated
newest added
``` vec2 pixelSize = 1.0 / textureSize(u_texture, 0).xy; ``` ``` Exception in thread "main" com.badlogic.gdx.utils.GdxRuntimeException: Could not compile shader 'commonsOutlineShader': Fragment shader: 0(16) : error C7532: global function textureSize requires...
help wanted