Skip to content

Commit f44718c

Browse files
committed
Update README
1 parent a5c45e6 commit f44718c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ This is a part of a project: [Lua-Debug-API](https://github.com/NewbySlime/Lua-D
1515
- Variables can be viewed in the variable inspector window.
1616
- Integrated console window for Lua IO.
1717

18+
## Limitations
19+
- This only works on Windows as of now (Windows 10 19045). Considering on creating Linux version of the project.
20+
1821
## How To Use
1922
Open the program, then
2023
Open the target Lua source code
@@ -48,6 +51,7 @@ Open Godot with this project, and build it in the **Project/Export** menu.
4851
- Pausing or Stopping while running thread blocked due to IO Library will cause the whole program to hang.
4952

5053
## Planned Features
54+
These planned features are uncertain as of now, end goal of the project might change over time. Reason for uncertainty is due to this project being a personal learning project. As of now, I wanted to push the limits of what I can do with Lua code.
5155
Note: the list is ordered by priority, top is highest priority, bottom is lowest priority.
5256
- Reference List (holding Table and Function values as reference)
5357
- Editing values using VariableWatcher (not yet for Table and Functions)
@@ -61,4 +65,7 @@ Note: the list is ordered by priority, top is highest priority, bottom is lowest
6165
## Contributing
6266
Any contributions are appreciated, make sure to state the problems in the app or wanted features. You might also want to expect on some short delay in merging since I'm still in University.
6367

64-
As simple as reporting an issue also helps the project to grow!
68+
As simple as reporting an issue also helps the project to grow!
69+
70+
## Found Issues or any Ideas?
71+
If you find any issues or any ideas, you can directly report it in the Issues tab or discuss it in the Discussion, I'll respond to it as soon as I can. I will not accept any kind of message privately, unless in important context.

godot_workspace/bin/CPPAPI.ilk

-9.57 MB
Binary file not shown.

0 commit comments

Comments
 (0)