Updated vibeOS

This commit is contained in:
TheEmeraldStarr 2020-10-15 20:22:29 -07:00
parent 280ed50182
commit 958467bf44
3751 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,12 @@
var initTextEditor = ()=>{
var textEditor = new cwindow('text-editor', 800, 600, (ele)=>{
});
demoWindow.title = 'Text Editor';
demoWindow.width = 800;
demoWindow.height = 600;
demoWindow.x = msize.w / 2 - demoWindow.width / 2;
demoWindow.y = msize.h / 2 - demoWindow.height / 2;
}