mirror of
https://github.com/TimeCrafters/timecrafters_configuration_tool_desktop.git
synced 2025-12-16 05:42:35 +00:00
Refactored ROOT_PATH to be a subfolder in the current user's home directory (configs and settings will not need to be manually moved between updates)
This commit is contained in:
@@ -2,7 +2,7 @@ module TAC
|
||||
class PracticeGameClock
|
||||
THEME = {
|
||||
TextBlock: {
|
||||
font: "Canterell",
|
||||
font: "NotoSans-Bold",
|
||||
color: Gosu::Color.new(0xee_ffffff)
|
||||
},
|
||||
Button: {
|
||||
@@ -23,7 +23,7 @@ module TAC
|
||||
},
|
||||
ToggleButton: {
|
||||
width: 18,
|
||||
checkmark_image: "#{File.expand_path("..", __dir__)}/media/icons/checkmark.png",
|
||||
checkmark_image: "#{MEDIA_PATH}/icons/checkmark.png",
|
||||
}
|
||||
}
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user