mirror of
https://github.com/Kunsi/scheduled-plugin-pretalx-broadcast-tools.git
synced 2024-11-22 01:51:03 +00:00
fix stupid
This commit is contained in:
parent
e019a46286
commit
b7e6ea2635
2 changed files with 2 additions and 0 deletions
1
node.lua
1
node.lua
|
@ -9,6 +9,7 @@ local font_day
|
||||||
local font_room
|
local font_room
|
||||||
local font_talk
|
local font_talk
|
||||||
local font_text
|
local font_text
|
||||||
|
local font_track
|
||||||
|
|
||||||
local day = 0
|
local day = 0
|
||||||
local time = 0
|
local time = 0
|
||||||
|
|
1
tile.lua
1
tile.lua
|
@ -9,6 +9,7 @@ local font_day
|
||||||
local font_room
|
local font_room
|
||||||
local font_talk
|
local font_talk
|
||||||
local font_text
|
local font_text
|
||||||
|
local font_track
|
||||||
local white = resource.create_colored_texture(1,1,1)
|
local white = resource.create_colored_texture(1,1,1)
|
||||||
local fallback_track_background = resource.create_colored_texture(.5,.5,.5,1)
|
local fallback_track_background = resource.create_colored_texture(.5,.5,.5,1)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue