Skip to content

Commit

Permalink
added some contributers on the readme file
Browse files Browse the repository at this point in the history
please add any missing info or contributors in this
  • Loading branch information
TheStinkern authored Feb 5, 2025
1 parent c734a4b commit dc6ff1e
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,28 @@ if you wish to disable things like *Lua Scripts* or *Video Cutscenes*, you can r

inside `Project.xml`, you will find several variables to customize JS Engine to your liking

to start you off, disabling Videos should be simple, simply Delete the line `"VIDEOS_ALLOWED"` or comment it out by wrapping the line in XML-like comments, like this `<!-- YOUR_LINE_HERE -->`
to start you off, disabling Videos should be simple, simply Delete the line `"VIDEOS_ALLOWED"` or comment it out by wrapping the line in XML-like comments, like this: `<!-- YOUR_LINE_HERE -->`

same goes for *Lua Scripts*, comment out or delete the line with `LUA_ALLOWED`, this and other customization options are all available within the `Project.xml` file.

# Contributers

@JordanSantiagoYT (of course)
- He's the owner... What do you think?

@TheStinkern
- Was originaly going to only answer issues and try to fix it.
- Also trying to learn haxe a bit.

@moxie-coder
- Codes part of the engine

@NAEL2XD
- Does pull requests

@PatoFlamejanteTV
- Small coding, also made a PDF guide for JS Engine.

same goes for *Lua Scripts*, comment out or delete the line with `LUA_ALLOWED`, this and other customization options are all available within the `Project.xml` file
<details>
<summary><h2>OG Psych Engine Credits and Stuff</h2></summary>

Expand Down

1 comment on commit dc6ff1e

@SyncGit12
Copy link

@SyncGit12 SyncGit12 commented on dc6ff1e Feb 5, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

uh me

mostly the same reason as yours, stinkern

Please sign in to comment.