mirror of
https://github.com/QuiteAFancyEmerald/Holy-Unblocker.git
synced 2025-05-15 21:00:00 -04:00
Updated vibeOS
This commit is contained in:
parent
280ed50182
commit
958467bf44
3751 changed files with 0 additions and 0 deletions
12
vibeOS/scripts/textEditor.js
Normal file
12
vibeOS/scripts/textEditor.js
Normal 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;
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue