Advertisement
Humanagon

Untitled

Nov 12th, 2023
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. var module = {};
  2.  
  3. openWindow({size_x: "500px", size_y: "500px", pos_x: "calc(50% - 250px)", pos_y: "calc(50% - 250px)", window_title: "idk", background_color: "#FFFFFF"})
  4.  
  5. module.var1 = "a";
  6.  
  7. return module;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement