spimort / TerraBrush

MIT License
645 stars 23 forks source link

Update ZonesResource.cs to be net8 compatable #82

Closed jasonswearingen closed 4 months ago

jasonswearingen commented 4 months ago

FileAccess is also part of net8 so the usage needs to be explicit to Godot.FileAccess.FileExists()

jasonswearingen commented 4 months ago

other than this, TerraBrush is fully compatible with net8 + Godot4.2.2.stable.mono

spimort commented 4 months ago

Awesome! thanks for fixing this 🙂!

spimort commented 4 months ago

I increased the version