Got an update of Defold this morning (now in 1.11.1), and now the following line make the code crashe :
go.property(“pressed_time”, socket.gettime())
Error message :
unexpected function
This line is BEFORE any function.
Trying to put :
local temps = socket.gettime()
go.property("pressed_time", temps)
Give me :
expecting a function