After speaking to Octal, prepare model / .svg for the canvas
This commit is contained in:
parent
1718d55e5b
commit
4871fcaac3
3 changed files with 28777 additions and 29465 deletions
File diff suppressed because it is too large
Load diff
|
@ -75,8 +75,8 @@ var canvas_DCDU = {
|
|||
setlistener("sim/signals/fdm-initialized", func {
|
||||
DCDU_display = canvas.new({
|
||||
"name": "DCDU",
|
||||
"size": [256, 256],
|
||||
"view": [355, 238],
|
||||
"size": [512, 512],
|
||||
"view": [512, 512],
|
||||
"mipmapping": 1
|
||||
});
|
||||
DCDU_display.addPlacement({"node": "dcduScreenL"});
|
||||
|
|
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 59 KiB After Width: | Height: | Size: 59 KiB |
Loading…
Reference in a new issue