Pyxus / fray

Fray – Godot Combat Framework
https://fray.pyxus.dev
MIT License
249 stars 11 forks source link

Nonexistent function 'get_color' error when attempting to use custom attribute on 2d hitbox #41

Closed Pyxus closed 1 year ago

Pyxus commented 1 year ago

Good chance this is an engine issue. The error only appears in the editor and doesn't appear to effect anything at runtime. Nevermind, the custom attribute needs to be a tool script for this to work. Maybe look into giving a warning if a non-tool script is detected if possible.