Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dig1t committed Jan 16, 2025
1 parent c483466 commit 1247fc5
Show file tree
Hide file tree
Showing 6 changed files with 89 additions and 613 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## What is red?
red is a lightweight, easy-to-use, and efficient event-driven library for Roblox.
red provides a simple API that allows you to create and manage events, actions, and state in your game, making it easy to build complex systems and features.
red provides a simple API that allows you to create and manage events, actions, and state in your game.

## Benefits
- **Simple API**: red is designed to be easy to use and understand, making it perfect for developers of all skill levels.
Expand All @@ -26,10 +26,3 @@ red = "dig1t/[email protected]"
Download the rbxl file from the [releases](https://github.com/dig1t/red/releases) tab.

Once the place file is open, you can find the package inside `ReplicatedStorage.Packages`.

## Games powered by red
<a href="https://www.roblox.com/games/4771858173/Survival-Islands"><img width="49%" src="https://i.imgur.com/Y9dYTWF.png" /></a>
<a href="https://www.roblox.com/games/4693424588/Zombie-Task-Force"><img width="49%" src="https://i.imgur.com/P4U5zls.png" /></a>
<a href="https://www.roblox.com/games/17750544340/Murder-Escape"><img width="49%" src="https://i.imgur.com/hp4zts7.png" /></a>

Add your game here! Create a Pull Request to add your game to the list.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"build:rojo": "rojo build -o dev-build.rbxl build.project.json",
"build:docs": "moonwave build",
"build": "npm run build:dependencies && npm run build:rojo",

"dev": "npm run build && dev-build.rbxl && npm start",
"start": "rojo serve build.project.json"
},
Expand All @@ -23,6 +22,6 @@
},
"homepage": "https://github.com/dig1t/red#readme",
"dependencies": {
"moonwave": "^1.1.3"
"moonwave": "^1.2.1"
}
}
240 changes: 0 additions & 240 deletions src/Controller.luau

This file was deleted.

Loading

0 comments on commit 1247fc5

Please sign in to comment.