When saving picture in form.txt:
Picture."Picture1" {
Enabled = false;
IgnoreMouseEvents = true;
Size = (716, 346.731);
Renderer {
texture = data/raku2.png; //here is error it should be in "", because if it isn't then
}
}
Failed to load 'form.txt', reason: Error while parsing input at line 14. Found empty value.
line 14 is the line with texture value.