CodeAndWeb / texturepacker-godot-plugin

AtlasTexture and TileSet importer for Godot engine. Loads sprites sheets created with TexturePacker
MIT License
65 stars 17 forks source link

Fail with Godot 4 beta API changed. #22

Closed harrisyu closed 2 years ago

harrisyu commented 2 years ago

In Godot 4 change File & Directory to FileAccess & DirAccess. Here is my fix patch. Fix texturepacker importer with godot 4 beta API change.zip

leongxo commented 2 years ago

How to use it?

harrisyu commented 2 years ago

How to use it?

Try follow this article: https://www.specbee.com/blogs/how-create-and-apply-patch-git-diff-and-git-apply-commands-your-drupal-website

For me, I use an GUI frontend to apply patch.

CodeAndWeb commented 2 years ago

I've just merged the changes - thanks to @harrisyu.