//
// Example of a property file
//


// test boolean
BOX = false

// colour
RGB = 0.2,0.4, 0.3

// name
NAME = myObject

// object radius
RADIUS = 0.55

// and one integer
NUMBER = 42
