feat(compat): make compatible with godot v4.2+

Previously the plugin could only be used with v4.2.1. This commit
extends support support back to v4.2.0.
This commit is contained in:
Leroy Hopson 2024-03-03 14:08:09 +13:00
parent 1a5f0f96da
commit c6609ebae5
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA
6 changed files with 18 additions and 19 deletions

View file

@ -4,7 +4,7 @@
<br/>
[![Godot Version](https://img.shields.io/badge/Godot-3.4.x-blue.svg)](#supported-godot-versions)
[![Godot Version](https://img.shields.io/badge/Godot-4.2+-blue.svg)](#supported-godot-versions)
[![License](https://img.shields.io/badge/License-MIT-green.svg)](https://github.com/lihop/godot-xterm/blob/stable/LICENSE.md)
[![Build and Test](https://github.com/lihop/godot-xterm/actions/workflows/main.yml/badge.svg?event=schedule)](https://github.com/lihop/godot-xterm/actions/workflows/main.yml)