Hint to improve my code - part 2 (SOLVED)

I didn’t mean it literaly. It’s an idiom: In my book - Idioms by The Free Dictionary

@Pkeod on the other hand started writing a book on Defold but it is not finished. Any update on the book btw @Pkeod?

local sprite_size = go.get("#sprite", "size")
local world_scale = go.get_world_scale()
local scaled_size = vmath.vector3(sprite_size.x * world_scale.x, sprite_size.y * world_scale.y, sprite_size.z * world_scale.z)
1 Like