mirror of
https://github.com/cyberboy666/r_e_c_u_r.git
synced 2025-12-05 16:00:06 +01:00
a few fixes
This commit is contained in:
@@ -1 +1 @@
|
||||
"1-1"
|
||||
"0-4"
|
||||
@@ -163,7 +163,7 @@
|
||||
"omxplayer",
|
||||
"openframeworks"
|
||||
],
|
||||
"value": "omxplayer"
|
||||
"value": "openframeworks"
|
||||
},
|
||||
"SHADER_PARAM": {
|
||||
"action": null,
|
||||
@@ -209,7 +209,7 @@
|
||||
"seamless",
|
||||
"parallel"
|
||||
],
|
||||
"value": "parallel"
|
||||
"value": "seamless"
|
||||
},
|
||||
"FIXED_LENGTH": {
|
||||
"action": "set_fixed_length",
|
||||
|
||||
@@ -18,6 +18,7 @@ class VideoPlayer:
|
||||
self.location = ''
|
||||
self.load_attempts = 0
|
||||
self.alpha = 0
|
||||
self.show_toggle_on = False
|
||||
|
||||
|
||||
def try_load(self, layer, is_current=True):
|
||||
|
||||
Reference in New Issue
Block a user