Giter Site home page Giter Site logo

shortaspect / audiocue Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 1.48 MB

A Short Aspect plugin made to sync subtitle files to Roblox

Home Page: https://shortaspect.github.io/Audiocue/

License: MIT License

Lua 100.00%
plugin roblox roblox-plugin roblox-studio lua

audiocue's Introduction

audiocue's People

Contributors

milkshakesir avatar

Stargazers

 avatar  avatar

Watchers

 avatar

audiocue's Issues

Light mode support and theme change bug.

When trying to add a light mode or theme change, everything was working as normal but inside App.lua. But inside the list:Init function. When making a Topbar frame object that needed to place all the buttons at the top when using BackgroundColor3 = themeProvider:GetColor(Enum.StudioStyleGuideColor.Titlebar), Everything looks fine until a user hovers the mouse under one of the buttons on the top, and then the Topbar's color changes and stays that way. Also, the color it changes to is RGB (46, 46, 46), and the code when the user hovers the mouse under the button is right here.

for _, v: Frame in pairs(Button:get().Parent:GetDescendants()) do
   if v.Name == "Objects" then
      if v.Visible == true then
	 v.Visible = false
      end
   end
end
MainToggle:set(true)
ColorBone:set(0)
Size:set(UDim2.fromScale(1, 1.03))
TopColor:set(HoldColor:get())

local ButtonTemp = Button:get()

ButtonTemp.Objects.Visible = true

The only line of code that could be doing this TopColor:set(HoldColor:get()) but I'm not sure. So for right now the color is going to be hard coded so when using light mode it will look wrong. So if this bug stays the same then a 3rd party has to add light mode support.

Also MenuButton.lua has this same bug with lines 27 & 28.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.