feat: collection context menu
This commit is contained in:
parent
7195ae9da5
commit
a47a818f8b
5 changed files with 38 additions and 4 deletions
|
|
@ -32,6 +32,14 @@ window/size/transparent=true
|
|||
window/subwindows/embed_subwindows=false
|
||||
window/per_pixel_transparency/allowed=true
|
||||
|
||||
[input]
|
||||
|
||||
right_click={
|
||||
"deadzone": 0.2,
|
||||
"events": [Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"button_mask":2,"position":Vector2(94, 14),"global_position":Vector2(103, 60),"factor":1.0,"button_index":2,"canceled":false,"pressed":true,"double_click":false,"script":null)
|
||||
]
|
||||
}
|
||||
|
||||
[rendering]
|
||||
|
||||
renderer/rendering_method="gl_compatibility"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue