mirror of
https://github.com/QuiteAFancyEmerald/Holy-Unblocker.git
synced 2025-05-16 05:00:02 -04:00
Added vibeOS
This commit is contained in:
parent
c96ff80627
commit
280ed50182
4118 changed files with 70573 additions and 3 deletions
12
public/scripts/textEditor.js
Normal file
12
public/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