Replaced the Nobile font with Cantarell, added a BOLD_SANS_FONT constant

This commit is contained in:
2020-12-02 17:25:48 -06:00
parent 9aa5dc7174
commit 791351f2f5
21 changed files with 179 additions and 132 deletions

View File

@@ -21,30 +21,6 @@
},
"lights":[
{
"type":"directional",
"intensity": 1,
"position": {
"x":30,
"y":10,
"z":30
},
"diffuse": {
"red":1,
"green":1,
"blue":1
},
"ambient": {
"red":0.5,
"green":0.5,
"blue":0.5
},
"specular": {
"red":0.2,
"green":0.2,
"blue":0.2
}
},
{
"type":"point",
"intensity": 1,
@@ -68,6 +44,30 @@
"green":0.2,
"blue":0.2
}
},
{
"type": "directional",
"intensity": 1,
"position": {
"x": 30,
"y": 10,
"z": 30
},
"diffuse": {
"red": 1,
"green": 1,
"blue": 1
},
"ambient": {
"red": 0.5,
"green": 0.5,
"blue": 0.5
},
"specular": {
"red": 0.2,
"green": 0.2,
"blue": 0.2
}
}
],