Create_0.gml 108 B

12345
  1. // Shader ID
  2. shader_test = sh_whiteflash;
  3. // uniform 位置
  4. u_alp = shader_get_uniform(shader_test, "alp");