From ecce10272cf936b4ae4c11ae5df3b1370a316f55 Mon Sep 17 00:00:00 2001 From: NoryiE Date: Sun, 9 Feb 2025 18:08:39 +0000 Subject: [PATCH] deploy: 77fe21e7598980de01be5298e1356d235b765a77 --- README.md | 1 - basalt.md | 51 --------------------------------------------------- manual.md | 1 - 3 files changed, 53 deletions(-) delete mode 100644 README.md delete mode 100644 basalt.md delete mode 100644 manual.md diff --git a/README.md b/README.md deleted file mode 100644 index c92c316..0000000 --- a/README.md +++ /dev/null @@ -1 +0,0 @@ -Basalt v2 Dev diff --git a/basalt.md b/basalt.md deleted file mode 100644 index d81bb34..0000000 --- a/basalt.md +++ /dev/null @@ -1,51 +0,0 @@ -## The main Basalt instance - Contains all core functionality and management functions - -### basalt:create (type, id) - -Creates and returns a new UI element of the specified type - -### basalt:createFrame () - -Creates and returns a new frame - -### basalt:getElementManager () - -Returns the element manager instance - -### basalt:getMainFrame () - -Gets or creates the main frame - -### basalt:setActiveFrame (frame) - -Sets the active frame - -### basalt:scheduleUpdate (func) - -Schedules a function to be updated - -### basalt:removeSchedule (id) - -Removes a scheduled update - -### basalt.updateEvent (event, ...) - -Internal event handler - -### basalt.renderFrames () - -Internal render function - -### basalt:update () - -Updates all scheduled functions - -### basalt:stop () - -Stops the Basalt runtime - -### basalt:run (isActive) - -Starts the Basalt runtime - diff --git a/manual.md b/manual.md deleted file mode 100644 index 15cd6ef..0000000 --- a/manual.md +++ /dev/null @@ -1 +0,0 @@ -Comming soon \ No newline at end of file