Added some basic font rendering and texas holdem
This commit is contained in:
BIN
assets/cards_normal.png
Normal file
BIN
assets/cards_normal.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 89 KiB |
BIN
assets/font.png
Normal file
BIN
assets/font.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.0 KiB |
@ -8,9 +8,5 @@ out vec4 FragColor;
|
||||
|
||||
void main() {
|
||||
vec4 color = texture(u_Text, TexCoord);
|
||||
if(color.a == 0) {
|
||||
FragColor = vec4(1, 1, 1, 1);
|
||||
} else {
|
||||
FragColor = color;
|
||||
}
|
||||
FragColor = color;
|
||||
}
|
BIN
assets/world/entity.png
Normal file
BIN
assets/world/entity.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
Reference in New Issue
Block a user