/*
These are simple defaults for your project.
*/
world
fps = 25 // 25 frames per second
icon_size = 32 // 32x32 icon size by default
view = 6 // show up to 6 tiles outward from center (13x13 view)
// Make objects move 8 pixels per tick when walking
mob
step_size = 8
obj
step_size = 8
I'm not going to say exactly what I think about this, I'd rather ask you what you all think about it. This way I don't influence the discussion from the start.
They did a similar thing when they added the map_format variable where it would warn you about the settings for it when you first compiled a project.