d3dc / react-godot

A React Component to asynchronously load the Godot Engine and bootstrap a .pck
58 stars 20 forks source link

Make library compatible with newer versions of Godot (tested with Godot 3.5.3 LTS) #8

Open ezwang opened 11 months ago

ezwang commented 11 months ago

The changes in this pull request should make react-godot be able to run Godot games exported with Godot version 3.5.3 LTS (and possibly others).

This change maintains backwards compatibility with whatever version of Godot the library was previously created with.

Major Changes

Minor Changes

Notes

example game: image

Simple exported game with Godot 3.5.3 LTS image

Future Improvements