Skip to content

Commit 4749e54

Browse files
committed
Add warning about Godot 4
1 parent 003524e commit 4749e54

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22

33
<img src="extras/icon.png" alt="Lua PluginScript icon" width="128" height="128"/>
44

5-
[![Godot Asset Library Icon](https://img.shields.io/static/v1?style=for-the-badge&logo=godotengine&label=asset%20library&color=478CBF&message=0.5.1)](https://godotengine.org/asset-library/asset/1078)
5+
[![Godot Asset Library Icon](https://img.shields.io/static/v1?style=for-the-badge&logo=godotengine&label=asset%20library&color=478CBF&message=0.5.2)](https://godotengine.org/asset-library/asset/1078)
66
[![Pluginscript Lua](https://img.shields.io/discord/1056941025559588874.svg?label=Discord&logo=Discord&colorB=7289da&style=for-the-badge)](https://discord.gg/rZJbXZXQWe)
77

8+
> **WARNING**
9+
>
10+
> This does not work with Godot 4.X, since it relies on GDNative, a Godot 3.X only technology.
11+
812
GDNative + PluginScript library that adds support for [Lua](https://www.lua.org/)
913
as a scripting language in [Godot](https://godotengine.org/) 3.X
1014

0 commit comments

Comments
 (0)