Promixe

Results 1 issues of Promixe

Hi, TouilleMan, I'm trying to use Godot's Array class from python. I have a global.py script (excerpt): ``` @exposed class Global(Node): key_signal = signal() test = export(str) velocities = export(Array)...