forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
9
Kha/Backends/Java/kha/java/Graphics.hx
Normal file
9
Kha/Backends/Java/kha/java/Graphics.hx
Normal file
@ -0,0 +1,9 @@
|
||||
package kha.java;
|
||||
|
||||
class Graphics {
|
||||
public function new() {}
|
||||
|
||||
public function maxTextureSize(): Int {
|
||||
return 4096;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user