mirror of https://github.com/wayvr-org/wayvr.git
settings: auto-close on fix floor & reset offset
This commit is contained in:
parent
e14b35bece
commit
57ff3ec3bc
|
|
@ -545,6 +545,9 @@ elements:
|
||||||
click_down:
|
click_down:
|
||||||
- type: System
|
- type: System
|
||||||
action: PlayspaceFixFloor
|
action: PlayspaceFixFloor
|
||||||
|
- type: Window
|
||||||
|
target: "settings"
|
||||||
|
action: Destroy
|
||||||
|
|
||||||
- type: Button
|
- type: Button
|
||||||
rect: [330, 410, 220, 30]
|
rect: [330, 410, 220, 30]
|
||||||
|
|
@ -556,6 +559,9 @@ elements:
|
||||||
click_down:
|
click_down:
|
||||||
- type: System
|
- type: System
|
||||||
action: PlayspaceResetOffset
|
action: PlayspaceResetOffset
|
||||||
|
- type: Window
|
||||||
|
target: "settings"
|
||||||
|
action: Destroy
|
||||||
|
|
||||||
####### Notifications Section #######
|
####### Notifications Section #######
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue