Allow configurable support of interactive 360 vid

This commit is contained in:
syeopite
2021-04-11 20:55:07 -07:00
parent f06053b1cf
commit 6e6f4d5a37
7 changed files with 23 additions and 3 deletions

View File

@@ -52,6 +52,7 @@ struct ConfigPreferences
property video_loop : Bool = false
property extend_desc : Bool = false
property volume : Int32 = 100
property vr_mode : Bool = true
def to_tuple
{% begin %}