From 3090134068e99e73ca57e8c0b62534c9bc99e93b Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Fri, 7 Nov 2025 04:55:35 +0530 Subject: Changes Docs Folders --- html_docs/index.html | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 html_docs/index.html (limited to 'html_docs/index.html') diff --git a/html_docs/index.html b/html_docs/index.html deleted file mode 100644 index ef7e6e1..0000000 --- a/html_docs/index.html +++ /dev/null @@ -1,15 +0,0 @@ -ReiLua - -

ReiLua Enhanced

Lua binding for Raylib.

Documentation

Quick Start

Create main.lua:

function RL.init()
-  RL.SetWindowTitle("Hello")
-end
-
-function RL.update(dt)
-end
-
-function RL.draw()
-  RL.ClearBackground(RL.RAYWHITE)
-  RL.DrawText("Hello!",190,200,20,RL.BLACK)
-end

Run: ReiLua.exe

\ No newline at end of file -- cgit v1.2.3