mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-15 23:52:35 +00:00
Replaced the Nobile font with Cantarell, added a BOLD_SANS_FONT constant
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user