Pixel-Composer/objects/o_video_banner/Create_0.gml
2023-12-24 18:06:44 +07:00

8 lines
129 B
Plaintext

/// @description Insert description here
depth = -99999;
anim = 1;
prog = 1;
w = 620;
h = 240;
surface = surface_create(w, h);