ephread / inkgd

Implementation of inkle's Ink in pure GDScript for Godot, with editor support.
MIT License
305 stars 33 forks source link

Port to Godot 4 #71

Closed Jummit closed 1 year ago

Jummit commented 1 year ago

Runs The Intercept and Crime Scene without issues.

Tests where removed before porting. (Added back now)

There are a few tests failing which look bad, but I hope it's nothing too hard to fix.

Debatable changes:

In one commit I removed uses of self, as the GDScript style guide says not to use it if it isn't necessary.

ephread commented 1 year ago

Thanks for the hard work! A WIP (but usable) port to Godot 4 is now available, see #75.

Jummit commented 1 year ago

Thanks for the hard work! A WIP (but usable) port to Godot 4 is now available, see #75.

Hell yeah! Don't worry about the lost work, it was primarily an experiment to see how far Godot 4 has come. I'm excited to use this in a future project when it's ported!