mirror of
https://github.com/holub/mame
synced 2025-10-04 08:28:39 +03:00
Fix GH#1364 [tabbycat12]
This commit is contained in:
parent
cfc0aa49d3
commit
3e0d522bce
@ -77,7 +77,7 @@
|
|||||||
{ "type": "vec2",
|
{ "type": "vec2",
|
||||||
"name": "angle",
|
"name": "angle",
|
||||||
"text": "Tilt ",
|
"text": "Tilt ",
|
||||||
"default": [ 0.0,-0.05 ],
|
"default": [ 0.0, 0.0 ],
|
||||||
"max" : [ 1.0, 1.0 ],
|
"max" : [ 1.0, 1.0 ],
|
||||||
"min" : [-1.0,-1.0 ],
|
"min" : [-1.0,-1.0 ],
|
||||||
"step" : 0.01,
|
"step" : 0.01,
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
{ "type": "vec2",
|
{ "type": "vec2",
|
||||||
"name": "angle",
|
"name": "angle",
|
||||||
"text": "Tilt ",
|
"text": "Tilt ",
|
||||||
"default": [ 0.0,-0.05 ],
|
"default": [ 0.0, 0.0 ],
|
||||||
"max" : [ 1.0, 1.0 ],
|
"max" : [ 1.0, 1.0 ],
|
||||||
"min" : [-1.0,-1.0 ],
|
"min" : [-1.0,-1.0 ],
|
||||||
"step" : 0.01,
|
"step" : 0.01,
|
||||||
|
Loading…
Reference in New Issue
Block a user