From 71e35c43e74f99172a0d4dabf2c4915e02874ec2 Mon Sep 17 00:00:00 2001 From: crazyRBLX11 <165557662+crazyRBLX11@users.noreply.github.com> Date: Sat, 7 Dec 2024 13:49:43 +0000 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2c9c2ed..f9d055a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Atom Framework -An easy to implement Roblox framework. +[![Lua](https://img.shields.io/badge/Lua-%232C2D72.svg?logo=lua&logoColor=white)](#) [![Markdown](https://img.shields.io/badge/Markdown-%23000000.svg?logo=markdown&logoColor=white)](#) [![YAML](https://img.shields.io/badge/YAML-CB171E?logo=yaml&logoColor=fff)](#) +
An easy to implement Roblox framework. ## Introduction The Atom Framework is an open-source framework used for crazyattaker1's games on Roblox. @@ -15,4 +16,4 @@ Atom was designed to do all the heavy work for multi module codebases. Some of t * Automatic Garbage Collection - Atom uses the Janitor module to clean up instances when they're no longer needed. ## Building Atom's source code -Do NOT build from this repository, due to limitations with putting scripts under ModuleScripts I've had to structure the repository entirely different than how Atom thinks it's structured. If you build this repository and try to use it nothing will work. If you know how I could fix this please put a pull request or an issue ticket and I'll contact you via it. If you'd like to use Atom, please use a pre-built .rbxm under releases. \ No newline at end of file +Do NOT build from this repository, due to limitations with putting scripts under ModuleScripts I've had to structure the repository entirely different than how Atom thinks it's structured. If you build this repository and try to use it nothing will work. If you know how I could fix this please put a pull request or an issue ticket and I'll contact you via it. If you'd like to use Atom, please use a pre-built .rbxm under releases.