arypbatista / godot-bordered-polygon-2d

Polygon2D with textured borders
MIT License
61 stars 9 forks source link

Invalid call. Nonexistent function 'tile_get_texture' in base 'ImageTexture'. #40

Closed Stevo91 closed 7 years ago

Stevo91 commented 7 years ago

Hi, I tried using this add on but hit this error message for nonexistent function. I'm using the 0.2 version from the asset library for GODOT v2.1.2. error1 error2

jtaart commented 7 years ago

It looks like you put a texture where a tile map should be. Try making Border Textures null. (Border Textures is optional so you can delete it)

Stevo91 commented 7 years ago

Ah okay, yes I now see the difference between textures and texture here. I should be able to make good use of this plug in. Thx. texture border