Move input handling into the Terminal node

Former-commit-id: d64800229f
This commit is contained in:
Leroy Hopson 2020-09-24 17:29:19 +07:00
parent 9d06d7c313
commit 5e33e560f1
6 changed files with 223 additions and 74 deletions

View file

@ -11,3 +11,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Implementation of Terminal node from GDScript to GDNative using [Aetf's patched version of libtsm](https://github.com/Aetf/libtsm).
- Move input handling to the Terminal node itself, rather than handling it in a seperate Control node.