mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-11-10 20:45:35 +01:00
7 lines
114 B
Plaintext
7 lines
114 B
Plaintext
|
function surface_get_palette(surface, amo){
|
||
|
if(!is_surface(surface)) return -1;
|
||
|
|
||
|
var pal = [];
|
||
|
|
||
|
return pal;
|
||
|
}
|