Pixel-Composer/objects/o_video_banner/Create_0.gml

8 lines
129 B
Plaintext
Raw Normal View History

2023-12-24 12:06:44 +01:00
/// @description Insert description here
depth = -99999;
anim = 1;
prog = 1;
w = 620;
h = 240;
surface = surface_create(w, h);