File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
9
9
Implementation of [ inkle’s Ink] in pure GDScript, with editor support.
10
10
11
+ > [ !IMPORTANT]
12
+ > _ inkgd_ is compatible with Godot 4.2+, but has no official releases yet.
13
+ > To use _ inkgd_ with Godot 4.2+, fetch the [ ` godot4 ` ] branch.
14
+
11
15
> [ !NOTE]
12
16
> _ inkgd_ shines for rapid prototyping in GDScript and small games.
13
17
> While the runtime implementation is feature-complete and passes the
14
18
> test suite, it’s slower than the original C# implementation. It is used
15
19
> in commercial games, but if you need a faster solution and don’t mind C#,
16
20
> you should consider using [ godot-ink] .
17
21
18
- > [ !IMPORTANT]
19
- > _ inkgd_ is compatible with Godot 4.1+, but has no official releases yet.
20
- > To use _ inkgd_ with Godot 4.1+, fetch the [ ` godot4 ` ] branch.
21
-
22
22
[ `godot4` ] : https://github.com/ephread/inkgd/tree/godot4
23
23
[ inkle’s Ink ] : https://github.com/inkle/ink
24
24
[ godot-ink ] : https://github.com/paulloz/godot-ink
You can’t perform that action at this time.
0 commit comments