diff options
author | Henrique Lacreta Alves <henriquelalves@gmail.com> | 2023-04-08 11:11:31 -0400 |
---|---|---|
committer | Henrique Lacreta Alves <henriquelalves@gmail.com> | 2023-04-08 11:11:31 -0400 |
commit | 522d781e416ea94500e2ebd06795173a3bfabb77 (patch) | |
tree | e5a6b8dfc763d8be47df89836b71fade7e063b19 /README.md | |
parent | 7dff0dcc148362117a4b4e6110421cd26880440c (diff) | |
download | glam-522d781e416ea94500e2ebd06795173a3bfabb77.tar.gz glam-522d781e416ea94500e2ebd06795173a3bfabb77.tar.bz2 glam-522d781e416ea94500e2ebd06795173a3bfabb77.zip |
Update to godot 4
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -32,6 +32,10 @@ glam apply GodotTIE ## Disclaimer **This project is a WIP!** This is a beta release to anyone interested in using or contributing to this project. It may contain bugs that may ruin your project if you don't make any backups or use version-control wisely. +## TODO's + +- [ ] Check if project is Godot 3 vs Godot 4 for initialization. + ## Alternatives - https://github.com/imjp94/gd-plug This is an addon that inspired and works similarly to this CLI tool, but using GDScript (and the Godot executable). I prefered creating the Rust CLI tool though, so I wouldn't need to bootstrap my Godot projects to use it, and to easier extend the tool to my needs. |