Skip to content

Commit 5932a04

Browse files
authored
Update README.md
1 parent 465e19b commit 5932a04

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

addons/datatable_godot/README.md

+9-5
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,20 @@ If you got some suggestions (features, types, etc.), found a bug, or want to say
2525

2626
- All data are saved inside a [PackedDataContainer](https://docs.godotengine.org/en/stable/classes/class_packeddatacontainer.html) that allow you to serielizes them with ease!
2727

28-
## 👨‍💻Upcoming Features
28+
- Collection system - A feature that allow you to create multiple datatable file for one project
2929

30-
- The ability to link other table / table item inside another table
30+
- Setting a default value for each parameters of a structure
3131

32-
- Collection system - A feature that will allow you to create multiple datatable file for one project
32+
- Generate a base class from your structure
3333

34-
- Setting a default value for each parameters of a structure
34+
## 👨‍💻Upcoming Features
35+
36+
- The ability to link other table / table item inside another table
3537

3638
- Example project
3739

40+
- [And more!](https://github.com/users/Ward727a/projects/2)
41+
3842
- Want something and don't see it here? [Make an issue!](https://github.com/Ward727a/godot_datatable_plugin/issues)🙂
3943

4044
## ❔FAQ
@@ -45,7 +49,7 @@ The C# is not actually supported, I will work on it if it's needed, but for now
4549

4650
#### I created my table, and added elements in it, how can I access it?
4751

48-
You can access it by using the `datatable_` class, please be aware that this class will be renamed to `datatable` in the next version!
52+
You can access it by using the `Collection` class!
4953

5054
## ©License
5155

0 commit comments

Comments
 (0)